Domain: lemmonlines.com Server Adress: 208.122.217.104
privdayz.com /*!999999\- enable the sandbox mode */
-- MariaDB dump 10.19 Distrib 10.11.8-MariaDB, for Linux (x86_64)
--
-- Host: localhost Database: aFuyL_wp
-- ------------------------------------------------------
-- Server version 10.11.8-MariaDB
/*!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 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
--
-- Table structure for table `wp_commentmeta`
--
DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_commentmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `comment_id` (`comment_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_commentmeta`
--
LOCK TABLES `wp_commentmeta` WRITE;
/*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_comments`
--
DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_comments` (
`comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
`comment_author` tinytext NOT NULL,
`comment_author_email` varchar(100) NOT NULL DEFAULT '',
`comment_author_url` varchar(200) NOT NULL DEFAULT '',
`comment_author_IP` varchar(100) NOT NULL DEFAULT '',
`comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`comment_content` text NOT NULL,
`comment_karma` int(11) NOT NULL DEFAULT 0,
`comment_approved` varchar(20) NOT NULL DEFAULT '1',
`comment_agent` varchar(255) NOT NULL DEFAULT '',
`comment_type` varchar(20) NOT NULL DEFAULT 'comment',
`comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
PRIMARY KEY (`comment_ID`),
KEY `comment_post_ID` (`comment_post_ID`),
KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
KEY `comment_date_gmt` (`comment_date_gmt`),
KEY `comment_parent` (`comment_parent`),
KEY `comment_author_email` (`comment_author_email`(10))
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_comments`
--
LOCK TABLES `wp_comments` WRITE;
/*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */;
INSERT INTO `wp_comments` VALUES
(1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2024-07-16 15:00:36','2024-07-16 15:00:36','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://en.gravatar.com/\">Gravatar</a>.',0,'post-trashed','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_links`
--
DROP TABLE IF EXISTS `wp_links`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_links` (
`link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`link_url` varchar(255) NOT NULL DEFAULT '',
`link_name` varchar(255) NOT NULL DEFAULT '',
`link_image` varchar(255) NOT NULL DEFAULT '',
`link_target` varchar(25) NOT NULL DEFAULT '',
`link_description` varchar(255) NOT NULL DEFAULT '',
`link_visible` varchar(20) NOT NULL DEFAULT 'Y',
`link_owner` bigint(20) unsigned NOT NULL DEFAULT 1,
`link_rating` int(11) NOT NULL DEFAULT 0,
`link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`link_rel` varchar(255) NOT NULL DEFAULT '',
`link_notes` mediumtext NOT NULL,
`link_rss` varchar(255) NOT NULL DEFAULT '',
PRIMARY KEY (`link_id`),
KEY `link_visible` (`link_visible`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_links`
--
LOCK TABLES `wp_links` WRITE;
/*!40000 ALTER TABLE `wp_links` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_links` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_action_meta`
--
DROP TABLE IF EXISTS `wp_nf3_action_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_action_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext DEFAULT NULL,
`meta_key` longtext DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=85 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_action_meta`
--
LOCK TABLES `wp_nf3_action_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_action_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_action_meta` VALUES
(1,1,'objectType','Action','objectType','Action'),
(2,1,'objectDomain','actions','objectDomain','actions'),
(3,1,'editActive','','editActive',''),
(4,1,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(5,1,'payment_gateways','','payment_gateways',''),
(6,1,'payment_total','','payment_total',''),
(7,1,'tag','','tag',''),
(8,1,'to','{wp:admin_email}','to','{wp:admin_email}'),
(9,1,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),
(10,1,'email_message','{fields_table}','email_message','{fields_table}'),
(11,1,'from_name','','from_name',''),
(12,1,'from_address','','from_address',''),
(13,1,'reply_to','','reply_to',''),
(14,1,'email_format','html','email_format','html'),
(15,1,'cc','','cc',''),
(16,1,'bcc','','bcc',''),
(17,1,'attach_csv','','attach_csv',''),
(18,1,'redirect_url','','redirect_url',''),
(19,1,'email_message_plain','','email_message_plain',''),
(20,2,'to','{field:email}','to','{field:email}'),
(21,2,'subject','This is an email action.','subject','This is an email action.'),
(22,2,'message','Hello, Ninja Forms!','message','Hello, Ninja Forms!'),
(23,2,'objectType','Action','objectType','Action'),
(24,2,'objectDomain','actions','objectDomain','actions'),
(25,2,'editActive','','editActive',''),
(26,2,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(27,2,'payment_gateways','','payment_gateways',''),
(28,2,'payment_total','','payment_total',''),
(29,2,'tag','','tag',''),
(30,2,'email_subject','Submission Confirmation ','email_subject','Submission Confirmation '),
(31,2,'email_message','<p>{all_fields_table}<br></p>','email_message','<p>{all_fields_table}<br></p>'),
(32,2,'from_name','','from_name',''),
(33,2,'from_address','','from_address',''),
(34,2,'reply_to','','reply_to',''),
(35,2,'email_format','html','email_format','html'),
(36,2,'cc','','cc',''),
(37,2,'bcc','','bcc',''),
(38,2,'attach_csv','','attach_csv',''),
(39,2,'email_message_plain','','email_message_plain',''),
(40,3,'objectType','Action','objectType','Action'),
(41,3,'objectDomain','actions','objectDomain','actions'),
(42,3,'editActive','','editActive',''),
(43,3,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(44,3,'payment_gateways','','payment_gateways',''),
(45,3,'payment_total','','payment_total',''),
(46,3,'tag','','tag',''),
(47,3,'to','{system:admin_email}','to','{system:admin_email}'),
(48,3,'email_subject','New message from {field:name}','email_subject','New message from {field:name}'),
(49,3,'email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>','email_message','<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>'),
(50,3,'from_name','','from_name',''),
(51,3,'from_address','','from_address',''),
(52,3,'reply_to','{field:email}','reply_to','{field:email}'),
(53,3,'email_format','html','email_format','html'),
(54,3,'cc','','cc',''),
(55,3,'bcc','','bcc',''),
(56,3,'attach_csv','0','attach_csv','0'),
(57,3,'email_message_plain','','email_message_plain',''),
(58,4,'message','Thank you {field:name} for filling out my form!','message','Thank you {field:name} for filling out my form!'),
(59,4,'objectType','Action','objectType','Action'),
(60,4,'objectDomain','actions','objectDomain','actions'),
(61,4,'editActive','','editActive',''),
(62,4,'conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}','conditions','a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}'),
(63,4,'payment_gateways','','payment_gateways',''),
(64,4,'payment_total','','payment_total',''),
(65,4,'tag','','tag',''),
(66,4,'to','{wp:admin_email}','to','{wp:admin_email}'),
(67,4,'email_subject','Ninja Forms Submission','email_subject','Ninja Forms Submission'),
(68,4,'email_message','{fields_table}','email_message','{fields_table}'),
(69,4,'from_name','','from_name',''),
(70,4,'from_address','','from_address',''),
(71,4,'reply_to','','reply_to',''),
(72,4,'email_format','html','email_format','html'),
(73,4,'cc','','cc',''),
(74,4,'bcc','','bcc',''),
(75,4,'attach_csv','','attach_csv',''),
(76,4,'redirect_url','','redirect_url',''),
(77,4,'success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>','success_msg','<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>'),
(78,4,'email_message_plain','','email_message_plain',''),
(79,1,'success_msg','Your form has been successfully submitted.','success_msg','Your form has been successfully submitted.'),
(80,1,'submitter_email','','submitter_email',''),
(81,1,'fields-save-toggle','save_all','fields-save-toggle','save_all'),
(82,1,'exception_fields','a:0:{}','exception_fields','a:0:{}'),
(83,1,'set_subs_to_expire','0','set_subs_to_expire','0'),
(84,1,'subs_expire_time','90','subs_expire_time','90');
/*!40000 ALTER TABLE `wp_nf3_action_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_actions`
--
DROP TABLE IF EXISTS `wp_nf3_actions`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_actions` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext DEFAULT NULL,
`key` longtext DEFAULT NULL,
`type` longtext DEFAULT NULL,
`active` tinyint(1) DEFAULT 1,
`parent_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`label` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_actions`
--
LOCK TABLES `wp_nf3_actions` WRITE;
/*!40000 ALTER TABLE `wp_nf3_actions` DISABLE KEYS */;
INSERT INTO `wp_nf3_actions` VALUES
(1,'','','save',1,1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Record Submission'),
(2,'','','email',1,1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Email Confirmation'),
(3,'','','email',1,1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Email Notification'),
(4,'','','successmessage',1,1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Success Message');
/*!40000 ALTER TABLE `wp_nf3_actions` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_chunks`
--
DROP TABLE IF EXISTS `wp_nf3_chunks`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_chunks` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(200) DEFAULT NULL,
`value` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_chunks`
--
LOCK TABLES `wp_nf3_chunks` WRITE;
/*!40000 ALTER TABLE `wp_nf3_chunks` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_chunks` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_field_meta`
--
DROP TABLE IF EXISTS `wp_nf3_field_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_field_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext DEFAULT NULL,
`meta_key` longtext DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=288 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_field_meta`
--
LOCK TABLES `wp_nf3_field_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_field_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_field_meta` VALUES
(1,1,'label_pos','above','label_pos','above'),
(2,1,'required','1','required','1'),
(3,1,'order','1','order','1'),
(4,1,'placeholder','','placeholder',''),
(5,1,'default','','default',''),
(6,1,'wrapper_class','','wrapper_class',''),
(7,1,'element_class','','element_class',''),
(8,1,'objectType','Field','objectType','Field'),
(9,1,'objectDomain','fields','objectDomain','fields'),
(10,1,'editActive','','editActive',''),
(11,1,'container_class','','container_class',''),
(12,1,'input_limit','','input_limit',''),
(13,1,'input_limit_type','characters','input_limit_type','characters'),
(14,1,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(15,1,'manual_key','','manual_key',''),
(16,1,'disable_input','','disable_input',''),
(17,1,'admin_label','','admin_label',''),
(18,1,'help_text','','help_text',''),
(19,1,'desc_text','','desc_text',''),
(20,1,'disable_browser_autocomplete','','disable_browser_autocomplete',''),
(21,1,'mask','','mask',''),
(22,1,'custom_mask','','custom_mask',''),
(23,1,'wrap_styles_background-color','','wrap_styles_background-color',''),
(24,1,'wrap_styles_border','','wrap_styles_border',''),
(25,1,'wrap_styles_border-style','','wrap_styles_border-style',''),
(26,1,'wrap_styles_border-color','','wrap_styles_border-color',''),
(27,1,'wrap_styles_color','','wrap_styles_color',''),
(28,1,'wrap_styles_height','','wrap_styles_height',''),
(29,1,'wrap_styles_width','','wrap_styles_width',''),
(30,1,'wrap_styles_font-size','','wrap_styles_font-size',''),
(31,1,'wrap_styles_margin','','wrap_styles_margin',''),
(32,1,'wrap_styles_padding','','wrap_styles_padding',''),
(33,1,'wrap_styles_display','','wrap_styles_display',''),
(34,1,'wrap_styles_float','','wrap_styles_float',''),
(35,1,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(36,1,'wrap_styles_advanced','','wrap_styles_advanced',''),
(37,1,'label_styles_background-color','','label_styles_background-color',''),
(38,1,'label_styles_border','','label_styles_border',''),
(39,1,'label_styles_border-style','','label_styles_border-style',''),
(40,1,'label_styles_border-color','','label_styles_border-color',''),
(41,1,'label_styles_color','','label_styles_color',''),
(42,1,'label_styles_height','','label_styles_height',''),
(43,1,'label_styles_width','','label_styles_width',''),
(44,1,'label_styles_font-size','','label_styles_font-size',''),
(45,1,'label_styles_margin','','label_styles_margin',''),
(46,1,'label_styles_padding','','label_styles_padding',''),
(47,1,'label_styles_display','','label_styles_display',''),
(48,1,'label_styles_float','','label_styles_float',''),
(49,1,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(50,1,'label_styles_advanced','','label_styles_advanced',''),
(51,1,'element_styles_background-color','','element_styles_background-color',''),
(52,1,'element_styles_border','','element_styles_border',''),
(53,1,'element_styles_border-style','','element_styles_border-style',''),
(54,1,'element_styles_border-color','','element_styles_border-color',''),
(55,1,'element_styles_color','','element_styles_color',''),
(56,1,'element_styles_height','','element_styles_height',''),
(57,1,'element_styles_width','','element_styles_width',''),
(58,1,'element_styles_font-size','','element_styles_font-size',''),
(59,1,'element_styles_margin','','element_styles_margin',''),
(60,1,'element_styles_padding','','element_styles_padding',''),
(61,1,'element_styles_display','','element_styles_display',''),
(62,1,'element_styles_float','','element_styles_float',''),
(63,1,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(64,1,'element_styles_advanced','','element_styles_advanced',''),
(65,1,'cellcid','c3277','cellcid','c3277'),
(66,2,'label_pos','above','label_pos','above'),
(67,2,'required','1','required','1'),
(68,2,'order','2','order','2'),
(69,2,'placeholder','','placeholder',''),
(70,2,'default','','default',''),
(71,2,'wrapper_class','','wrapper_class',''),
(72,2,'element_class','','element_class',''),
(73,2,'objectType','Field','objectType','Field'),
(74,2,'objectDomain','fields','objectDomain','fields'),
(75,2,'editActive','','editActive',''),
(76,2,'container_class','','container_class',''),
(77,2,'admin_label','','admin_label',''),
(78,2,'help_text','','help_text',''),
(79,2,'desc_text','','desc_text',''),
(80,2,'wrap_styles_background-color','','wrap_styles_background-color',''),
(81,2,'wrap_styles_border','','wrap_styles_border',''),
(82,2,'wrap_styles_border-style','','wrap_styles_border-style',''),
(83,2,'wrap_styles_border-color','','wrap_styles_border-color',''),
(84,2,'wrap_styles_color','','wrap_styles_color',''),
(85,2,'wrap_styles_height','','wrap_styles_height',''),
(86,2,'wrap_styles_width','','wrap_styles_width',''),
(87,2,'wrap_styles_font-size','','wrap_styles_font-size',''),
(88,2,'wrap_styles_margin','','wrap_styles_margin',''),
(89,2,'wrap_styles_padding','','wrap_styles_padding',''),
(90,2,'wrap_styles_display','','wrap_styles_display',''),
(91,2,'wrap_styles_float','','wrap_styles_float',''),
(92,2,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(93,2,'wrap_styles_advanced','','wrap_styles_advanced',''),
(94,2,'label_styles_background-color','','label_styles_background-color',''),
(95,2,'label_styles_border','','label_styles_border',''),
(96,2,'label_styles_border-style','','label_styles_border-style',''),
(97,2,'label_styles_border-color','','label_styles_border-color',''),
(98,2,'label_styles_color','','label_styles_color',''),
(99,2,'label_styles_height','','label_styles_height',''),
(100,2,'label_styles_width','','label_styles_width',''),
(101,2,'label_styles_font-size','','label_styles_font-size',''),
(102,2,'label_styles_margin','','label_styles_margin',''),
(103,2,'label_styles_padding','','label_styles_padding',''),
(104,2,'label_styles_display','','label_styles_display',''),
(105,2,'label_styles_float','','label_styles_float',''),
(106,2,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(107,2,'label_styles_advanced','','label_styles_advanced',''),
(108,2,'element_styles_background-color','','element_styles_background-color',''),
(109,2,'element_styles_border','','element_styles_border',''),
(110,2,'element_styles_border-style','','element_styles_border-style',''),
(111,2,'element_styles_border-color','','element_styles_border-color',''),
(112,2,'element_styles_color','','element_styles_color',''),
(113,2,'element_styles_height','','element_styles_height',''),
(114,2,'element_styles_width','','element_styles_width',''),
(115,2,'element_styles_font-size','','element_styles_font-size',''),
(116,2,'element_styles_margin','','element_styles_margin',''),
(117,2,'element_styles_padding','','element_styles_padding',''),
(118,2,'element_styles_display','','element_styles_display',''),
(119,2,'element_styles_float','','element_styles_float',''),
(120,2,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(121,2,'element_styles_advanced','','element_styles_advanced',''),
(122,2,'cellcid','c3281','cellcid','c3281'),
(123,3,'label_pos','above','label_pos','above'),
(124,3,'required','1','required','1'),
(125,3,'order','3','order','3'),
(126,3,'placeholder','','placeholder',''),
(127,3,'default','','default',''),
(128,3,'wrapper_class','','wrapper_class',''),
(129,3,'element_class','','element_class',''),
(130,3,'objectType','Field','objectType','Field'),
(131,3,'objectDomain','fields','objectDomain','fields'),
(132,3,'editActive','','editActive',''),
(133,3,'container_class','','container_class',''),
(134,3,'input_limit','','input_limit',''),
(135,3,'input_limit_type','characters','input_limit_type','characters'),
(136,3,'input_limit_msg','Character(s) left','input_limit_msg','Character(s) left'),
(137,3,'manual_key','','manual_key',''),
(138,3,'disable_input','','disable_input',''),
(139,3,'admin_label','','admin_label',''),
(140,3,'help_text','','help_text',''),
(141,3,'desc_text','','desc_text',''),
(142,3,'disable_browser_autocomplete','','disable_browser_autocomplete',''),
(143,3,'textarea_rte','','textarea_rte',''),
(144,3,'disable_rte_mobile','','disable_rte_mobile',''),
(145,3,'textarea_media','','textarea_media',''),
(146,3,'wrap_styles_background-color','','wrap_styles_background-color',''),
(147,3,'wrap_styles_border','','wrap_styles_border',''),
(148,3,'wrap_styles_border-style','','wrap_styles_border-style',''),
(149,3,'wrap_styles_border-color','','wrap_styles_border-color',''),
(150,3,'wrap_styles_color','','wrap_styles_color',''),
(151,3,'wrap_styles_height','','wrap_styles_height',''),
(152,3,'wrap_styles_width','','wrap_styles_width',''),
(153,3,'wrap_styles_font-size','','wrap_styles_font-size',''),
(154,3,'wrap_styles_margin','','wrap_styles_margin',''),
(155,3,'wrap_styles_padding','','wrap_styles_padding',''),
(156,3,'wrap_styles_display','','wrap_styles_display',''),
(157,3,'wrap_styles_float','','wrap_styles_float',''),
(158,3,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(159,3,'wrap_styles_advanced','','wrap_styles_advanced',''),
(160,3,'label_styles_background-color','','label_styles_background-color',''),
(161,3,'label_styles_border','','label_styles_border',''),
(162,3,'label_styles_border-style','','label_styles_border-style',''),
(163,3,'label_styles_border-color','','label_styles_border-color',''),
(164,3,'label_styles_color','','label_styles_color',''),
(165,3,'label_styles_height','','label_styles_height',''),
(166,3,'label_styles_width','','label_styles_width',''),
(167,3,'label_styles_font-size','','label_styles_font-size',''),
(168,3,'label_styles_margin','','label_styles_margin',''),
(169,3,'label_styles_padding','','label_styles_padding',''),
(170,3,'label_styles_display','','label_styles_display',''),
(171,3,'label_styles_float','','label_styles_float',''),
(172,3,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(173,3,'label_styles_advanced','','label_styles_advanced',''),
(174,3,'element_styles_background-color','','element_styles_background-color',''),
(175,3,'element_styles_border','','element_styles_border',''),
(176,3,'element_styles_border-style','','element_styles_border-style',''),
(177,3,'element_styles_border-color','','element_styles_border-color',''),
(178,3,'element_styles_color','','element_styles_color',''),
(179,3,'element_styles_height','','element_styles_height',''),
(180,3,'element_styles_width','','element_styles_width',''),
(181,3,'element_styles_font-size','','element_styles_font-size',''),
(182,3,'element_styles_margin','','element_styles_margin',''),
(183,3,'element_styles_padding','','element_styles_padding',''),
(184,3,'element_styles_display','','element_styles_display',''),
(185,3,'element_styles_float','','element_styles_float',''),
(186,3,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(187,3,'element_styles_advanced','','element_styles_advanced',''),
(188,3,'cellcid','c3284','cellcid','c3284'),
(189,4,'processing_label','Processing','processing_label','Processing'),
(190,4,'order','5','order','5'),
(191,4,'objectType','Field','objectType','Field'),
(192,4,'objectDomain','fields','objectDomain','fields'),
(193,4,'editActive','','editActive',''),
(194,4,'container_class','','container_class',''),
(195,4,'element_class','','element_class',''),
(196,4,'wrap_styles_background-color','','wrap_styles_background-color',''),
(197,4,'wrap_styles_border','','wrap_styles_border',''),
(198,4,'wrap_styles_border-style','','wrap_styles_border-style',''),
(199,4,'wrap_styles_border-color','','wrap_styles_border-color',''),
(200,4,'wrap_styles_color','','wrap_styles_color',''),
(201,4,'wrap_styles_height','','wrap_styles_height',''),
(202,4,'wrap_styles_width','','wrap_styles_width',''),
(203,4,'wrap_styles_font-size','','wrap_styles_font-size',''),
(204,4,'wrap_styles_margin','','wrap_styles_margin',''),
(205,4,'wrap_styles_padding','','wrap_styles_padding',''),
(206,4,'wrap_styles_display','','wrap_styles_display',''),
(207,4,'wrap_styles_float','','wrap_styles_float',''),
(208,4,'wrap_styles_show_advanced_css','0','wrap_styles_show_advanced_css','0'),
(209,4,'wrap_styles_advanced','','wrap_styles_advanced',''),
(210,4,'label_styles_background-color','','label_styles_background-color',''),
(211,4,'label_styles_border','','label_styles_border',''),
(212,4,'label_styles_border-style','','label_styles_border-style',''),
(213,4,'label_styles_border-color','','label_styles_border-color',''),
(214,4,'label_styles_color','','label_styles_color',''),
(215,4,'label_styles_height','','label_styles_height',''),
(216,4,'label_styles_width','','label_styles_width',''),
(217,4,'label_styles_font-size','','label_styles_font-size',''),
(218,4,'label_styles_margin','','label_styles_margin',''),
(219,4,'label_styles_padding','','label_styles_padding',''),
(220,4,'label_styles_display','','label_styles_display',''),
(221,4,'label_styles_float','','label_styles_float',''),
(222,4,'label_styles_show_advanced_css','0','label_styles_show_advanced_css','0'),
(223,4,'label_styles_advanced','','label_styles_advanced',''),
(224,4,'element_styles_background-color','','element_styles_background-color',''),
(225,4,'element_styles_border','','element_styles_border',''),
(226,4,'element_styles_border-style','','element_styles_border-style',''),
(227,4,'element_styles_border-color','','element_styles_border-color',''),
(228,4,'element_styles_color','','element_styles_color',''),
(229,4,'element_styles_height','','element_styles_height',''),
(230,4,'element_styles_width','','element_styles_width',''),
(231,4,'element_styles_font-size','','element_styles_font-size',''),
(232,4,'element_styles_margin','','element_styles_margin',''),
(233,4,'element_styles_padding','','element_styles_padding',''),
(234,4,'element_styles_display','','element_styles_display',''),
(235,4,'element_styles_float','','element_styles_float',''),
(236,4,'element_styles_show_advanced_css','0','element_styles_show_advanced_css','0'),
(237,4,'element_styles_advanced','','element_styles_advanced',''),
(238,4,'submit_element_hover_styles_background-color','','submit_element_hover_styles_background-color',''),
(239,4,'submit_element_hover_styles_border','','submit_element_hover_styles_border',''),
(240,4,'submit_element_hover_styles_border-style','','submit_element_hover_styles_border-style',''),
(241,4,'submit_element_hover_styles_border-color','','submit_element_hover_styles_border-color',''),
(242,4,'submit_element_hover_styles_color','','submit_element_hover_styles_color',''),
(243,4,'submit_element_hover_styles_height','','submit_element_hover_styles_height',''),
(244,4,'submit_element_hover_styles_width','','submit_element_hover_styles_width',''),
(245,4,'submit_element_hover_styles_font-size','','submit_element_hover_styles_font-size',''),
(246,4,'submit_element_hover_styles_margin','','submit_element_hover_styles_margin',''),
(247,4,'submit_element_hover_styles_padding','','submit_element_hover_styles_padding',''),
(248,4,'submit_element_hover_styles_display','','submit_element_hover_styles_display',''),
(249,4,'submit_element_hover_styles_float','','submit_element_hover_styles_float',''),
(250,4,'submit_element_hover_styles_show_advanced_css','0','submit_element_hover_styles_show_advanced_css','0'),
(251,4,'submit_element_hover_styles_advanced','','submit_element_hover_styles_advanced',''),
(252,4,'cellcid','c3287','cellcid','c3287'),
(253,1,'field_label','Name','field_label','Name'),
(254,1,'field_key','name','field_key','name'),
(255,2,'field_label','Email','field_label','Email'),
(256,2,'field_key','email','field_key','email'),
(257,3,'field_label','Message','field_label','Message'),
(258,3,'field_key','message','field_key','message'),
(259,4,'field_label','Submit','field_label','Submit'),
(260,4,'field_key','submit','field_key','submit'),
(261,1,'idAttribute','id','idAttribute','id'),
(262,1,'label','Name','label','Name'),
(263,1,'key','name','key','name'),
(264,1,'type','textbox','type','textbox'),
(265,1,'created_at','2024-07-16 16:31:41','created_at','2024-07-16 16:31:41'),
(266,1,'custom_name_attribute','','custom_name_attribute',''),
(267,1,'personally_identifiable','','personally_identifiable',''),
(268,1,'value','','value',''),
(269,2,'idAttribute','id','idAttribute','id'),
(270,2,'label','Email','label','Email'),
(271,2,'key','email','key','email'),
(272,2,'type','email','type','email'),
(273,2,'created_at','2024-07-16 16:31:41','created_at','2024-07-16 16:31:41'),
(274,2,'custom_name_attribute','email','custom_name_attribute','email'),
(275,2,'personally_identifiable','1','personally_identifiable','1'),
(276,2,'value','','value',''),
(277,3,'idAttribute','id','idAttribute','id'),
(278,3,'label','Message','label','Message'),
(279,3,'key','message','key','message'),
(280,3,'type','textarea','type','textarea'),
(281,3,'created_at','2024-07-16 16:31:41','created_at','2024-07-16 16:31:41'),
(282,3,'value','','value',''),
(283,4,'idAttribute','id','idAttribute','id'),
(284,4,'label','Submit','label','Submit'),
(285,4,'key','submit','key','submit'),
(286,4,'type','submit','type','submit'),
(287,4,'created_at','2024-07-16 16:31:41','created_at','2024-07-16 16:31:41');
/*!40000 ALTER TABLE `wp_nf3_field_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_fields`
--
DROP TABLE IF EXISTS `wp_nf3_fields`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_fields` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`label` longtext DEFAULT NULL,
`key` longtext DEFAULT NULL,
`type` longtext DEFAULT NULL,
`parent_id` int(11) NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`field_label` longtext DEFAULT NULL,
`field_key` longtext DEFAULT NULL,
`order` int(11) DEFAULT NULL,
`required` bit(1) DEFAULT NULL,
`default_value` longtext DEFAULT NULL,
`label_pos` varchar(15) DEFAULT NULL,
`personally_identifiable` bit(1) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_fields`
--
LOCK TABLES `wp_nf3_fields` WRITE;
/*!40000 ALTER TABLE `wp_nf3_fields` DISABLE KEYS */;
INSERT INTO `wp_nf3_fields` VALUES
(1,'Name','name','textbox',1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Name','name',1,'','','above','\0'),
(2,'Email','email','email',1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Email','email',2,'','','above',''),
(3,'Message','message','textarea',1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Message','message',3,'','','above','\0'),
(4,'Submit','submit','submit',1,'2024-07-16 20:31:41','2024-07-16 16:31:41','Submit','submit',5,'\0','','','\0');
/*!40000 ALTER TABLE `wp_nf3_fields` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_form_meta`
--
DROP TABLE IF EXISTS `wp_nf3_form_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_form_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext DEFAULT NULL,
`meta_key` longtext DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=116 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_form_meta`
--
LOCK TABLES `wp_nf3_form_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_form_meta` DISABLE KEYS */;
INSERT INTO `wp_nf3_form_meta` VALUES
(1,1,'key','','key',''),
(2,1,'created_at','2024-07-16 16:31:41','created_at','2024-07-16 16:31:41'),
(3,1,'default_label_pos','above','default_label_pos','above'),
(4,1,'conditions','a:0:{}','conditions','a:0:{}'),
(5,1,'objectType','Form Setting','objectType','Form Setting'),
(6,1,'editActive','1','editActive','1'),
(7,1,'show_title','1','show_title','1'),
(8,1,'clear_complete','1','clear_complete','1'),
(9,1,'hide_complete','1','hide_complete','1'),
(10,1,'wrapper_class','','wrapper_class',''),
(11,1,'element_class','','element_class',''),
(12,1,'add_submit','1','add_submit','1'),
(13,1,'logged_in','','logged_in',''),
(14,1,'not_logged_in_msg','','not_logged_in_msg',''),
(15,1,'sub_limit_number','','sub_limit_number',''),
(16,1,'sub_limit_msg','','sub_limit_msg',''),
(17,1,'calculations','a:0:{}','calculations','a:0:{}'),
(18,1,'formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}','formContentData','a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}'),
(19,1,'container_styles_background-color','','container_styles_background-color',''),
(20,1,'container_styles_border','','container_styles_border',''),
(21,1,'container_styles_border-style','','container_styles_border-style',''),
(22,1,'container_styles_border-color','','container_styles_border-color',''),
(23,1,'container_styles_color','','container_styles_color',''),
(24,1,'container_styles_height','','container_styles_height',''),
(25,1,'container_styles_width','','container_styles_width',''),
(26,1,'container_styles_font-size','','container_styles_font-size',''),
(27,1,'container_styles_margin','','container_styles_margin',''),
(28,1,'container_styles_padding','','container_styles_padding',''),
(29,1,'container_styles_display','','container_styles_display',''),
(30,1,'container_styles_float','','container_styles_float',''),
(31,1,'container_styles_show_advanced_css','0','container_styles_show_advanced_css','0'),
(32,1,'container_styles_advanced','','container_styles_advanced',''),
(33,1,'title_styles_background-color','','title_styles_background-color',''),
(34,1,'title_styles_border','','title_styles_border',''),
(35,1,'title_styles_border-style','','title_styles_border-style',''),
(36,1,'title_styles_border-color','','title_styles_border-color',''),
(37,1,'title_styles_color','','title_styles_color',''),
(38,1,'title_styles_height','','title_styles_height',''),
(39,1,'title_styles_width','','title_styles_width',''),
(40,1,'title_styles_font-size','','title_styles_font-size',''),
(41,1,'title_styles_margin','','title_styles_margin',''),
(42,1,'title_styles_padding','','title_styles_padding',''),
(43,1,'title_styles_display','','title_styles_display',''),
(44,1,'title_styles_float','','title_styles_float',''),
(45,1,'title_styles_show_advanced_css','0','title_styles_show_advanced_css','0'),
(46,1,'title_styles_advanced','','title_styles_advanced',''),
(47,1,'row_styles_background-color','','row_styles_background-color',''),
(48,1,'row_styles_border','','row_styles_border',''),
(49,1,'row_styles_border-style','','row_styles_border-style',''),
(50,1,'row_styles_border-color','','row_styles_border-color',''),
(51,1,'row_styles_color','','row_styles_color',''),
(52,1,'row_styles_height','','row_styles_height',''),
(53,1,'row_styles_width','','row_styles_width',''),
(54,1,'row_styles_font-size','','row_styles_font-size',''),
(55,1,'row_styles_margin','','row_styles_margin',''),
(56,1,'row_styles_padding','','row_styles_padding',''),
(57,1,'row_styles_display','','row_styles_display',''),
(58,1,'row_styles_show_advanced_css','0','row_styles_show_advanced_css','0'),
(59,1,'row_styles_advanced','','row_styles_advanced',''),
(60,1,'row-odd_styles_background-color','','row-odd_styles_background-color',''),
(61,1,'row-odd_styles_border','','row-odd_styles_border',''),
(62,1,'row-odd_styles_border-style','','row-odd_styles_border-style',''),
(63,1,'row-odd_styles_border-color','','row-odd_styles_border-color',''),
(64,1,'row-odd_styles_color','','row-odd_styles_color',''),
(65,1,'row-odd_styles_height','','row-odd_styles_height',''),
(66,1,'row-odd_styles_width','','row-odd_styles_width',''),
(67,1,'row-odd_styles_font-size','','row-odd_styles_font-size',''),
(68,1,'row-odd_styles_margin','','row-odd_styles_margin',''),
(69,1,'row-odd_styles_padding','','row-odd_styles_padding',''),
(70,1,'row-odd_styles_display','','row-odd_styles_display',''),
(71,1,'row-odd_styles_show_advanced_css','0','row-odd_styles_show_advanced_css','0'),
(72,1,'row-odd_styles_advanced','','row-odd_styles_advanced',''),
(73,1,'success-msg_styles_background-color','','success-msg_styles_background-color',''),
(74,1,'success-msg_styles_border','','success-msg_styles_border',''),
(75,1,'success-msg_styles_border-style','','success-msg_styles_border-style',''),
(76,1,'success-msg_styles_border-color','','success-msg_styles_border-color',''),
(77,1,'success-msg_styles_color','','success-msg_styles_color',''),
(78,1,'success-msg_styles_height','','success-msg_styles_height',''),
(79,1,'success-msg_styles_width','','success-msg_styles_width',''),
(80,1,'success-msg_styles_font-size','','success-msg_styles_font-size',''),
(81,1,'success-msg_styles_margin','','success-msg_styles_margin',''),
(82,1,'success-msg_styles_padding','','success-msg_styles_padding',''),
(83,1,'success-msg_styles_display','','success-msg_styles_display',''),
(84,1,'success-msg_styles_show_advanced_css','0','success-msg_styles_show_advanced_css','0'),
(85,1,'success-msg_styles_advanced','','success-msg_styles_advanced',''),
(86,1,'error_msg_styles_background-color','','error_msg_styles_background-color',''),
(87,1,'error_msg_styles_border','','error_msg_styles_border',''),
(88,1,'error_msg_styles_border-style','','error_msg_styles_border-style',''),
(89,1,'error_msg_styles_border-color','','error_msg_styles_border-color',''),
(90,1,'error_msg_styles_color','','error_msg_styles_color',''),
(91,1,'error_msg_styles_height','','error_msg_styles_height',''),
(92,1,'error_msg_styles_width','','error_msg_styles_width',''),
(93,1,'error_msg_styles_font-size','','error_msg_styles_font-size',''),
(94,1,'error_msg_styles_margin','','error_msg_styles_margin',''),
(95,1,'error_msg_styles_padding','','error_msg_styles_padding',''),
(96,1,'error_msg_styles_display','','error_msg_styles_display',''),
(97,1,'error_msg_styles_show_advanced_css','0','error_msg_styles_show_advanced_css','0'),
(98,1,'error_msg_styles_advanced','','error_msg_styles_advanced',''),
(99,1,'allow_public_link','0','allow_public_link','0'),
(100,1,'embed_form','','embed_form',''),
(101,1,'form_title_heading_level','3','form_title_heading_level','3'),
(102,1,'changeEmailErrorMsg','','changeEmailErrorMsg',''),
(103,1,'changeDateErrorMsg','','changeDateErrorMsg',''),
(104,1,'confirmFieldErrorMsg','','confirmFieldErrorMsg',''),
(105,1,'fieldNumberNumMinError','','fieldNumberNumMinError',''),
(106,1,'fieldNumberNumMaxError','','fieldNumberNumMaxError',''),
(107,1,'fieldNumberIncrementBy','','fieldNumberIncrementBy',''),
(108,1,'formErrorsCorrectErrors','','formErrorsCorrectErrors',''),
(109,1,'validateRequiredField','','validateRequiredField',''),
(110,1,'honeypotHoneypotError','','honeypotHoneypotError',''),
(111,1,'fieldsMarkedRequired','','fieldsMarkedRequired',''),
(112,1,'currency','','currency',''),
(113,1,'unique_field_error','A form with this value has already been submitted.','unique_field_error','A form with this value has already been submitted.'),
(114,1,'objectDomain','display','objectDomain','display'),
(115,1,'drawerDisabled','','drawerDisabled','');
/*!40000 ALTER TABLE `wp_nf3_form_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_forms`
--
DROP TABLE IF EXISTS `wp_nf3_forms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_forms` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`title` longtext DEFAULT NULL,
`key` longtext DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`views` int(11) DEFAULT NULL,
`subs` int(11) DEFAULT NULL,
`form_title` longtext DEFAULT NULL,
`default_label_pos` varchar(15) DEFAULT NULL,
`show_title` bit(1) DEFAULT NULL,
`clear_complete` bit(1) DEFAULT NULL,
`hide_complete` bit(1) DEFAULT NULL,
`logged_in` bit(1) DEFAULT NULL,
`seq_num` int(11) DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_forms`
--
LOCK TABLES `wp_nf3_forms` WRITE;
/*!40000 ALTER TABLE `wp_nf3_forms` DISABLE KEYS */;
INSERT INTO `wp_nf3_forms` VALUES
(1,'Contact',NULL,'2024-07-16 20:31:41','2024-07-16 16:31:41',NULL,NULL,'Contact','above','','','','\0',NULL);
/*!40000 ALTER TABLE `wp_nf3_forms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_object_meta`
--
DROP TABLE IF EXISTS `wp_nf3_object_meta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_object_meta` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`parent_id` int(11) NOT NULL,
`key` longtext NOT NULL,
`value` longtext DEFAULT NULL,
`meta_key` longtext DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_object_meta`
--
LOCK TABLES `wp_nf3_object_meta` WRITE;
/*!40000 ALTER TABLE `wp_nf3_object_meta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_object_meta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_objects`
--
DROP TABLE IF EXISTS `wp_nf3_objects`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_objects` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`type` longtext DEFAULT NULL,
`title` longtext DEFAULT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
`object_title` longtext DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_objects`
--
LOCK TABLES `wp_nf3_objects` WRITE;
/*!40000 ALTER TABLE `wp_nf3_objects` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_objects` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_relationships`
--
DROP TABLE IF EXISTS `wp_nf3_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_relationships` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`child_id` int(11) NOT NULL,
`child_type` longtext NOT NULL,
`parent_id` int(11) NOT NULL,
`parent_type` longtext NOT NULL,
`created_at` timestamp NULL DEFAULT NULL,
`updated_at` datetime DEFAULT NULL,
UNIQUE KEY `id` (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_relationships`
--
LOCK TABLES `wp_nf3_relationships` WRITE;
/*!40000 ALTER TABLE `wp_nf3_relationships` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_nf3_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_nf3_upgrades`
--
DROP TABLE IF EXISTS `wp_nf3_upgrades`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_nf3_upgrades` (
`id` int(11) NOT NULL,
`cache` longtext DEFAULT NULL,
`stage` int(11) NOT NULL DEFAULT 0,
`maintenance` bit(1) DEFAULT b'0',
PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_nf3_upgrades`
--
LOCK TABLES `wp_nf3_upgrades` WRITE;
/*!40000 ALTER TABLE `wp_nf3_upgrades` DISABLE KEYS */;
INSERT INTO `wp_nf3_upgrades` VALUES
(1,'a:7:{s:2:\"id\";i:1;s:20:\"show_publish_options\";b:0;s:6:\"fields\";a:4:{i:0;a:2:{s:8:\"settings\";a:73:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"1\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:4:\"Name\";s:3:\"key\";s:4:\"name\";s:4:\"type\";s:7:\"textbox\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:4:\"mask\";s:0:\"\";s:11:\"custom_mask\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3277\";s:21:\"custom_name_attribute\";s:0:\"\";s:23:\"personally_identifiable\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:65:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"2\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:5:\"Email\";s:3:\"key\";s:5:\"email\";s:4:\"type\";s:5:\"email\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3281\";s:21:\"custom_name_attribute\";s:5:\"email\";s:23:\"personally_identifiable\";s:1:\"1\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:72:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"3\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:7:\"Message\";s:3:\"key\";s:7:\"message\";s:4:\"type\";s:8:\"textarea\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:9:\"label_pos\";s:5:\"above\";s:8:\"required\";s:1:\"1\";s:11:\"placeholder\";s:0:\"\";s:7:\"default\";s:0:\"\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:15:\"container_class\";s:0:\"\";s:11:\"input_limit\";s:0:\"\";s:16:\"input_limit_type\";s:10:\"characters\";s:15:\"input_limit_msg\";s:17:\"Character(s) left\";s:10:\"manual_key\";s:0:\"\";s:13:\"disable_input\";s:0:\"\";s:11:\"admin_label\";s:0:\"\";s:9:\"help_text\";s:0:\"\";s:9:\"desc_text\";s:0:\"\";s:28:\"disable_browser_autocomplete\";s:0:\"\";s:12:\"textarea_rte\";s:0:\"\";s:18:\"disable_rte_mobile\";s:0:\"\";s:14:\"textarea_media\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3284\";s:5:\"value\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:69:{s:10:\"objectType\";s:5:\"Field\";s:12:\"objectDomain\";s:6:\"fields\";s:10:\"editActive\";b:0;s:5:\"order\";s:1:\"5\";s:11:\"idAttribute\";s:2:\"id\";s:5:\"label\";s:6:\"Submit\";s:3:\"key\";s:6:\"submit\";s:4:\"type\";s:6:\"submit\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:16:\"processing_label\";s:10:\"Processing\";s:15:\"container_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:28:\"wrap_styles_background-color\";s:0:\"\";s:18:\"wrap_styles_border\";s:0:\"\";s:24:\"wrap_styles_border-style\";s:0:\"\";s:24:\"wrap_styles_border-color\";s:0:\"\";s:17:\"wrap_styles_color\";s:0:\"\";s:18:\"wrap_styles_height\";s:0:\"\";s:17:\"wrap_styles_width\";s:0:\"\";s:21:\"wrap_styles_font-size\";s:0:\"\";s:18:\"wrap_styles_margin\";s:0:\"\";s:19:\"wrap_styles_padding\";s:0:\"\";s:19:\"wrap_styles_display\";s:0:\"\";s:17:\"wrap_styles_float\";s:0:\"\";s:29:\"wrap_styles_show_advanced_css\";s:1:\"0\";s:20:\"wrap_styles_advanced\";s:0:\"\";s:29:\"label_styles_background-color\";s:0:\"\";s:19:\"label_styles_border\";s:0:\"\";s:25:\"label_styles_border-style\";s:0:\"\";s:25:\"label_styles_border-color\";s:0:\"\";s:18:\"label_styles_color\";s:0:\"\";s:19:\"label_styles_height\";s:0:\"\";s:18:\"label_styles_width\";s:0:\"\";s:22:\"label_styles_font-size\";s:0:\"\";s:19:\"label_styles_margin\";s:0:\"\";s:20:\"label_styles_padding\";s:0:\"\";s:20:\"label_styles_display\";s:0:\"\";s:18:\"label_styles_float\";s:0:\"\";s:30:\"label_styles_show_advanced_css\";s:1:\"0\";s:21:\"label_styles_advanced\";s:0:\"\";s:31:\"element_styles_background-color\";s:0:\"\";s:21:\"element_styles_border\";s:0:\"\";s:27:\"element_styles_border-style\";s:0:\"\";s:27:\"element_styles_border-color\";s:0:\"\";s:20:\"element_styles_color\";s:0:\"\";s:21:\"element_styles_height\";s:0:\"\";s:20:\"element_styles_width\";s:0:\"\";s:24:\"element_styles_font-size\";s:0:\"\";s:21:\"element_styles_margin\";s:0:\"\";s:22:\"element_styles_padding\";s:0:\"\";s:22:\"element_styles_display\";s:0:\"\";s:20:\"element_styles_float\";s:0:\"\";s:32:\"element_styles_show_advanced_css\";s:1:\"0\";s:23:\"element_styles_advanced\";s:0:\"\";s:44:\"submit_element_hover_styles_background-color\";s:0:\"\";s:34:\"submit_element_hover_styles_border\";s:0:\"\";s:40:\"submit_element_hover_styles_border-style\";s:0:\"\";s:40:\"submit_element_hover_styles_border-color\";s:0:\"\";s:33:\"submit_element_hover_styles_color\";s:0:\"\";s:34:\"submit_element_hover_styles_height\";s:0:\"\";s:33:\"submit_element_hover_styles_width\";s:0:\"\";s:37:\"submit_element_hover_styles_font-size\";s:0:\"\";s:34:\"submit_element_hover_styles_margin\";s:0:\"\";s:35:\"submit_element_hover_styles_padding\";s:0:\"\";s:35:\"submit_element_hover_styles_display\";s:0:\"\";s:33:\"submit_element_hover_styles_float\";s:0:\"\";s:45:\"submit_element_hover_styles_show_advanced_css\";s:1:\"0\";s:36:\"submit_element_hover_styles_advanced\";s:0:\"\";s:7:\"cellcid\";s:5:\"c3287\";}s:2:\"id\";i:4;}}s:7:\"actions\";a:4:{i:0;a:2:{s:8:\"settings\";a:30:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:4:\"save\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:5:\"label\";s:17:\"Record Submission\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";s:11:\"success_msg\";s:42:\"Your form has been successfully submitted.\";s:15:\"submitter_email\";s:0:\"\";s:18:\"fields-save-toggle\";s:8:\"save_all\";s:16:\"exception_fields\";a:0:{}s:18:\"set_subs_to_expire\";i:0;s:16:\"subs_expire_time\";s:2:\"90\";}s:2:\"id\";i:1;}i:1;a:2:{s:8:\"settings\";a:25:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:5:\"label\";s:18:\"Email Confirmation\";s:2:\"to\";s:13:\"{field:email}\";s:7:\"subject\";s:24:\"This is an email action.\";s:7:\"message\";s:19:\"Hello, Ninja Forms!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:0:{}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:13:\"email_subject\";s:24:\"Submission Confirmation \";s:13:\"email_message\";s:29:\"<p>{all_fields_table}<br></p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:2;}i:2;a:2:{s:8:\"settings\";a:24:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:5:\"email\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:5:\"label\";s:18:\"Email Notification\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:20:\"{system:admin_email}\";s:13:\"email_subject\";s:29:\"New message from {field:name}\";s:13:\"email_message\";s:60:\"<p>{field:message}</p><p>-{field:name} ( {field:email} )</p>\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:13:\"{field:email}\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:10:\"attach_csv\";s:1:\"0\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:3;}i:3;a:2:{s:8:\"settings\";a:26:{s:10:\"objectType\";s:6:\"Action\";s:12:\"objectDomain\";s:7:\"actions\";s:10:\"editActive\";b:0;s:5:\"title\";s:0:\"\";s:3:\"key\";s:0:\"\";s:4:\"type\";s:14:\"successmessage\";s:6:\"active\";s:1:\"1\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:5:\"label\";s:15:\"Success Message\";s:7:\"message\";s:47:\"Thank you {field:name} for filling out my form!\";s:10:\"conditions\";a:6:{s:9:\"collapsed\";s:0:\"\";s:7:\"process\";s:1:\"1\";s:9:\"connector\";s:3:\"all\";s:4:\"when\";a:1:{i:0;a:6:{s:9:\"connector\";s:3:\"AND\";s:3:\"key\";s:0:\"\";s:10:\"comparator\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"when\";}}s:4:\"then\";a:1:{i:0;a:5:{s:3:\"key\";s:0:\"\";s:7:\"trigger\";s:0:\"\";s:5:\"value\";s:0:\"\";s:4:\"type\";s:5:\"field\";s:9:\"modelType\";s:4:\"then\";}}s:4:\"else\";a:0:{}}s:16:\"payment_gateways\";s:0:\"\";s:13:\"payment_total\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:2:\"to\";s:16:\"{wp:admin_email}\";s:13:\"email_subject\";s:22:\"Ninja Forms Submission\";s:13:\"email_message\";s:14:\"{fields_table}\";s:9:\"from_name\";s:0:\"\";s:12:\"from_address\";s:0:\"\";s:8:\"reply_to\";s:0:\"\";s:12:\"email_format\";s:4:\"html\";s:2:\"cc\";s:0:\"\";s:3:\"bcc\";s:0:\"\";s:12:\"redirect_url\";s:0:\"\";s:11:\"success_msg\";s:89:\"<p>Form submitted successfully.</p><p>A confirmation email was sent to {field:email}.</p>\";s:19:\"email_message_plain\";s:0:\"\";}s:2:\"id\";i:4;}}s:8:\"settings\";a:116:{s:10:\"objectType\";s:12:\"Form Setting\";s:10:\"editActive\";b:1;s:5:\"title\";s:7:\"Contact\";s:3:\"key\";s:0:\"\";s:10:\"created_at\";s:19:\"2024-07-16 16:31:41\";s:17:\"default_label_pos\";s:5:\"above\";s:10:\"conditions\";a:0:{}s:10:\"show_title\";s:1:\"1\";s:14:\"clear_complete\";s:1:\"1\";s:13:\"hide_complete\";s:1:\"1\";s:13:\"wrapper_class\";s:0:\"\";s:13:\"element_class\";s:0:\"\";s:10:\"add_submit\";s:1:\"1\";s:9:\"logged_in\";s:0:\"\";s:17:\"not_logged_in_msg\";s:0:\"\";s:16:\"sub_limit_number\";s:0:\"\";s:13:\"sub_limit_msg\";s:0:\"\";s:12:\"calculations\";a:0:{}s:15:\"formContentData\";a:4:{i:0;s:4:\"name\";i:1;s:5:\"email\";i:2;s:7:\"message\";i:3;s:6:\"submit\";}s:33:\"container_styles_background-color\";s:0:\"\";s:23:\"container_styles_border\";s:0:\"\";s:29:\"container_styles_border-style\";s:0:\"\";s:29:\"container_styles_border-color\";s:0:\"\";s:22:\"container_styles_color\";s:0:\"\";s:23:\"container_styles_height\";s:0:\"\";s:22:\"container_styles_width\";s:0:\"\";s:26:\"container_styles_font-size\";s:0:\"\";s:23:\"container_styles_margin\";s:0:\"\";s:24:\"container_styles_padding\";s:0:\"\";s:24:\"container_styles_display\";s:0:\"\";s:22:\"container_styles_float\";s:0:\"\";s:34:\"container_styles_show_advanced_css\";s:1:\"0\";s:25:\"container_styles_advanced\";s:0:\"\";s:29:\"title_styles_background-color\";s:0:\"\";s:19:\"title_styles_border\";s:0:\"\";s:25:\"title_styles_border-style\";s:0:\"\";s:25:\"title_styles_border-color\";s:0:\"\";s:18:\"title_styles_color\";s:0:\"\";s:19:\"title_styles_height\";s:0:\"\";s:18:\"title_styles_width\";s:0:\"\";s:22:\"title_styles_font-size\";s:0:\"\";s:19:\"title_styles_margin\";s:0:\"\";s:20:\"title_styles_padding\";s:0:\"\";s:20:\"title_styles_display\";s:0:\"\";s:18:\"title_styles_float\";s:0:\"\";s:30:\"title_styles_show_advanced_css\";s:1:\"0\";s:21:\"title_styles_advanced\";s:0:\"\";s:27:\"row_styles_background-color\";s:0:\"\";s:17:\"row_styles_border\";s:0:\"\";s:23:\"row_styles_border-style\";s:0:\"\";s:23:\"row_styles_border-color\";s:0:\"\";s:16:\"row_styles_color\";s:0:\"\";s:17:\"row_styles_height\";s:0:\"\";s:16:\"row_styles_width\";s:0:\"\";s:20:\"row_styles_font-size\";s:0:\"\";s:17:\"row_styles_margin\";s:0:\"\";s:18:\"row_styles_padding\";s:0:\"\";s:18:\"row_styles_display\";s:0:\"\";s:28:\"row_styles_show_advanced_css\";s:1:\"0\";s:19:\"row_styles_advanced\";s:0:\"\";s:31:\"row-odd_styles_background-color\";s:0:\"\";s:21:\"row-odd_styles_border\";s:0:\"\";s:27:\"row-odd_styles_border-style\";s:0:\"\";s:27:\"row-odd_styles_border-color\";s:0:\"\";s:20:\"row-odd_styles_color\";s:0:\"\";s:21:\"row-odd_styles_height\";s:0:\"\";s:20:\"row-odd_styles_width\";s:0:\"\";s:24:\"row-odd_styles_font-size\";s:0:\"\";s:21:\"row-odd_styles_margin\";s:0:\"\";s:22:\"row-odd_styles_padding\";s:0:\"\";s:22:\"row-odd_styles_display\";s:0:\"\";s:32:\"row-odd_styles_show_advanced_css\";s:1:\"0\";s:23:\"row-odd_styles_advanced\";s:0:\"\";s:35:\"success-msg_styles_background-color\";s:0:\"\";s:25:\"success-msg_styles_border\";s:0:\"\";s:31:\"success-msg_styles_border-style\";s:0:\"\";s:31:\"success-msg_styles_border-color\";s:0:\"\";s:24:\"success-msg_styles_color\";s:0:\"\";s:25:\"success-msg_styles_height\";s:0:\"\";s:24:\"success-msg_styles_width\";s:0:\"\";s:28:\"success-msg_styles_font-size\";s:0:\"\";s:25:\"success-msg_styles_margin\";s:0:\"\";s:26:\"success-msg_styles_padding\";s:0:\"\";s:26:\"success-msg_styles_display\";s:0:\"\";s:36:\"success-msg_styles_show_advanced_css\";s:1:\"0\";s:27:\"success-msg_styles_advanced\";s:0:\"\";s:33:\"error_msg_styles_background-color\";s:0:\"\";s:23:\"error_msg_styles_border\";s:0:\"\";s:29:\"error_msg_styles_border-style\";s:0:\"\";s:29:\"error_msg_styles_border-color\";s:0:\"\";s:22:\"error_msg_styles_color\";s:0:\"\";s:23:\"error_msg_styles_height\";s:0:\"\";s:22:\"error_msg_styles_width\";s:0:\"\";s:26:\"error_msg_styles_font-size\";s:0:\"\";s:23:\"error_msg_styles_margin\";s:0:\"\";s:24:\"error_msg_styles_padding\";s:0:\"\";s:24:\"error_msg_styles_display\";s:0:\"\";s:34:\"error_msg_styles_show_advanced_css\";s:1:\"0\";s:25:\"error_msg_styles_advanced\";s:0:\"\";s:17:\"allow_public_link\";i:0;s:10:\"embed_form\";s:0:\"\";s:24:\"form_title_heading_level\";s:1:\"3\";s:19:\"changeEmailErrorMsg\";s:0:\"\";s:18:\"changeDateErrorMsg\";s:0:\"\";s:20:\"confirmFieldErrorMsg\";s:0:\"\";s:22:\"fieldNumberNumMinError\";s:0:\"\";s:22:\"fieldNumberNumMaxError\";s:0:\"\";s:22:\"fieldNumberIncrementBy\";s:0:\"\";s:23:\"formErrorsCorrectErrors\";s:0:\"\";s:21:\"validateRequiredField\";s:0:\"\";s:21:\"honeypotHoneypotError\";s:0:\"\";s:20:\"fieldsMarkedRequired\";s:0:\"\";s:8:\"currency\";s:0:\"\";s:18:\"unique_field_error\";s:50:\"A form with this value has already been submitted.\";s:12:\"objectDomain\";s:7:\"display\";s:14:\"drawerDisabled\";b:0;}s:14:\"deleted_fields\";a:0:{}s:15:\"deleted_actions\";a:0:{}}',4,'\0');
/*!40000 ALTER TABLE `wp_nf3_upgrades` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_options`
--
DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_options` (
`option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`option_name` varchar(191) NOT NULL DEFAULT '',
`option_value` longtext NOT NULL,
`autoload` varchar(20) NOT NULL DEFAULT 'yes',
PRIMARY KEY (`option_id`),
UNIQUE KEY `option_name` (`option_name`),
KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=2069 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_options`
--
LOCK TABLES `wp_options` WRITE;
/*!40000 ALTER TABLE `wp_options` DISABLE KEYS */;
INSERT INTO `wp_options` VALUES
(1,'siteurl','http://dev.themooringsverobeach.com','yes'),
(2,'home','http://dev.themooringsverobeach.com','yes'),
(3,'blogname','The Moorings Vero Beach','yes'),
(4,'blogdescription','Vero's Boating Community','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','stacy@verovine.com','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','1','yes'),
(11,'comments_notify','1','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','login@example.com','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','open','yes'),
(20,'default_ping_status','open','yes'),
(21,'default_pingback_flag','1','yes'),
(22,'posts_per_page','10','yes'),
(23,'date_format','F j, Y','yes'),
(24,'time_format','g:i a','yes'),
(25,'links_updated_date_format','F j, Y g:i a','yes'),
(26,'comment_moderation','1','yes'),
(27,'moderation_notify','1','yes'),
(28,'permalink_structure','/%postname%/','yes'),
(29,'rewrite_rules','a:280:{s:29:\"^ninja-forms/([a-zA-Z0-9]+)/?\";s:36:\"index.php?nf_public_link=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:17:\"portfolio-item/?$\";s:31:\"index.php?post_type=x-portfolio\";s:47:\"portfolio-item/feed/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=x-portfolio&feed=$matches[1]\";s:42:\"portfolio-item/(feed|rdf|rss|rss2|atom)/?$\";s:48:\"index.php?post_type=x-portfolio&feed=$matches[1]\";s:34:\"portfolio-item/page/([0-9]{1,})/?$\";s:49:\"index.php?post_type=x-portfolio&paged=$matches[1]\";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:34:\"nf_sub/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"nf_sub/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"nf_sub/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"nf_sub/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"nf_sub/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:23:\"nf_sub/([^/]+)/embed/?$\";s:39:\"index.php?nf_sub=$matches[1]&embed=true\";s:27:\"nf_sub/([^/]+)/trackback/?$\";s:33:\"index.php?nf_sub=$matches[1]&tb=1\";s:35:\"nf_sub/([^/]+)/page/?([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&paged=$matches[2]\";s:42:\"nf_sub/([^/]+)/comment-page-([0-9]{1,})/?$\";s:46:\"index.php?nf_sub=$matches[1]&cpage=$matches[2]\";s:31:\"nf_sub/([^/]+)(?:/([0-9]+))?/?$\";s:45:\"index.php?nf_sub=$matches[1]&page=$matches[2]\";s:23:\"nf_sub/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:33:\"nf_sub/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:53:\"nf_sub/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:48:\"nf_sub/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:29:\"nf_sub/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"cs_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"cs_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"cs_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cs_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"cs_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"cs_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"cs_template/([^/]+)/embed/?$\";s:44:\"index.php?cs_template=$matches[1]&embed=true\";s:32:\"cs_template/([^/]+)/trackback/?$\";s:38:\"index.php?cs_template=$matches[1]&tb=1\";s:40:\"cs_template/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?cs_template=$matches[1]&paged=$matches[2]\";s:47:\"cs_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?cs_template=$matches[1]&cpage=$matches[2]\";s:36:\"cs_template/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?cs_template=$matches[1]&page=$matches[2]\";s:28:\"cs_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"cs_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"cs_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cs_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"cs_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"cs_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"cs_user_templates/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"cs_user_templates/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"cs_user_templates/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_user_templates/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_user_templates/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"cs_user_templates/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"cs_user_templates/([^/]+)/embed/?$\";s:50:\"index.php?cs_user_templates=$matches[1]&embed=true\";s:38:\"cs_user_templates/([^/]+)/trackback/?$\";s:44:\"index.php?cs_user_templates=$matches[1]&tb=1\";s:46:\"cs_user_templates/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cs_user_templates=$matches[1]&paged=$matches[2]\";s:53:\"cs_user_templates/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?cs_user_templates=$matches[1]&cpage=$matches[2]\";s:42:\"cs_user_templates/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?cs_user_templates=$matches[1]&page=$matches[2]\";s:34:\"cs_user_templates/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"cs_user_templates/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"cs_user_templates/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_user_templates/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_user_templates/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"cs_user_templates/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:43:\"cs_global_block/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"cs_global_block/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"cs_global_block/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"cs_global_block/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"cs_global_block/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"cs_global_block/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"cs_global_block/([^/]+)/embed/?$\";s:48:\"index.php?cs_global_block=$matches[1]&embed=true\";s:36:\"cs_global_block/([^/]+)/trackback/?$\";s:42:\"index.php?cs_global_block=$matches[1]&tb=1\";s:44:\"cs_global_block/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?cs_global_block=$matches[1]&paged=$matches[2]\";s:51:\"cs_global_block/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?cs_global_block=$matches[1]&cpage=$matches[2]\";s:40:\"cs_global_block/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?cs_global_block=$matches[1]&page=$matches[2]\";s:32:\"cs_global_block/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"cs_global_block/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"cs_global_block/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"cs_global_block/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"cs_global_block/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"cs_global_block/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"cs_header/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"cs_header/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"cs_header/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_header/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_header/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"cs_header/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"cs_header/([^/]+)/embed/?$\";s:42:\"index.php?cs_header=$matches[1]&embed=true\";s:30:\"cs_header/([^/]+)/trackback/?$\";s:36:\"index.php?cs_header=$matches[1]&tb=1\";s:38:\"cs_header/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_header=$matches[1]&paged=$matches[2]\";s:45:\"cs_header/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_header=$matches[1]&cpage=$matches[2]\";s:34:\"cs_header/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_header=$matches[1]&page=$matches[2]\";s:26:\"cs_header/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"cs_header/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"cs_header/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_header/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_header/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"cs_header/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"cs_footer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"cs_footer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"cs_footer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_footer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_footer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"cs_footer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"cs_footer/([^/]+)/embed/?$\";s:42:\"index.php?cs_footer=$matches[1]&embed=true\";s:30:\"cs_footer/([^/]+)/trackback/?$\";s:36:\"index.php?cs_footer=$matches[1]&tb=1\";s:38:\"cs_footer/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_footer=$matches[1]&paged=$matches[2]\";s:45:\"cs_footer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_footer=$matches[1]&cpage=$matches[2]\";s:34:\"cs_footer/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_footer=$matches[1]&page=$matches[2]\";s:26:\"cs_footer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"cs_footer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"cs_footer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_footer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_footer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"cs_footer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"cs_layout_single/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"cs_layout_single/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"cs_layout_single/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"cs_layout_single/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"cs_layout_single/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"cs_layout_single/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"cs_layout_single/([^/]+)/embed/?$\";s:49:\"index.php?cs_layout_single=$matches[1]&embed=true\";s:37:\"cs_layout_single/([^/]+)/trackback/?$\";s:43:\"index.php?cs_layout_single=$matches[1]&tb=1\";s:45:\"cs_layout_single/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?cs_layout_single=$matches[1]&paged=$matches[2]\";s:52:\"cs_layout_single/([^/]+)/comment-page-([0-9]{1,})/?$\";s:56:\"index.php?cs_layout_single=$matches[1]&cpage=$matches[2]\";s:41:\"cs_layout_single/([^/]+)(?:/([0-9]+))?/?$\";s:55:\"index.php?cs_layout_single=$matches[1]&page=$matches[2]\";s:33:\"cs_layout_single/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"cs_layout_single/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"cs_layout_single/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cs_layout_single/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"cs_layout_single/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"cs_layout_single/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"cs_layout_archive/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"cs_layout_archive/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"cs_layout_archive/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_layout_archive/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"cs_layout_archive/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"cs_layout_archive/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"cs_layout_archive/([^/]+)/embed/?$\";s:50:\"index.php?cs_layout_archive=$matches[1]&embed=true\";s:38:\"cs_layout_archive/([^/]+)/trackback/?$\";s:44:\"index.php?cs_layout_archive=$matches[1]&tb=1\";s:46:\"cs_layout_archive/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?cs_layout_archive=$matches[1]&paged=$matches[2]\";s:53:\"cs_layout_archive/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?cs_layout_archive=$matches[1]&cpage=$matches[2]\";s:42:\"cs_layout_archive/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?cs_layout_archive=$matches[1]&page=$matches[2]\";s:34:\"cs_layout_archive/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"cs_layout_archive/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"cs_layout_archive/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_layout_archive/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"cs_layout_archive/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"cs_layout_archive/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"cs_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"cs_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"cs_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"cs_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"cs_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"cs_layout/([^/]+)/embed/?$\";s:42:\"index.php?cs_layout=$matches[1]&embed=true\";s:30:\"cs_layout/([^/]+)/trackback/?$\";s:36:\"index.php?cs_layout=$matches[1]&tb=1\";s:38:\"cs_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:49:\"index.php?cs_layout=$matches[1]&paged=$matches[2]\";s:45:\"cs_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:49:\"index.php?cs_layout=$matches[1]&cpage=$matches[2]\";s:34:\"cs_layout/([^/]+)(?:/([0-9]+))?/?$\";s:48:\"index.php?cs_layout=$matches[1]&page=$matches[2]\";s:26:\"cs_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"cs_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"cs_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"cs_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"cs_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"portfolio-item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"portfolio-item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"portfolio-item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"portfolio-item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"portfolio-item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"portfolio-item/([^/]+)/embed/?$\";s:44:\"index.php?x-portfolio=$matches[1]&embed=true\";s:35:\"portfolio-item/([^/]+)/trackback/?$\";s:38:\"index.php?x-portfolio=$matches[1]&tb=1\";s:55:\"portfolio-item/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?x-portfolio=$matches[1]&feed=$matches[2]\";s:50:\"portfolio-item/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?x-portfolio=$matches[1]&feed=$matches[2]\";s:43:\"portfolio-item/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?x-portfolio=$matches[1]&paged=$matches[2]\";s:50:\"portfolio-item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?x-portfolio=$matches[1]&cpage=$matches[2]\";s:39:\"portfolio-item/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?x-portfolio=$matches[1]&page=$matches[2]\";s:31:\"portfolio-item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"portfolio-item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"portfolio-item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"portfolio-item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"portfolio-item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:59:\"portfolio-item-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:54:\"portfolio-item-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?portfolio-tag=$matches[1]&feed=$matches[2]\";s:35:\"portfolio-item-tag/([^/]+)/embed/?$\";s:46:\"index.php?portfolio-tag=$matches[1]&embed=true\";s:47:\"portfolio-item-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?portfolio-tag=$matches[1]&paged=$matches[2]\";s:29:\"portfolio-item-tag/([^/]+)/?$\";s:35:\"index.php?portfolio-tag=$matches[1]\";s:64:\"portfolio-item-category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:59:\"portfolio-item-category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:57:\"index.php?portfolio-category=$matches[1]&feed=$matches[2]\";s:40:\"portfolio-item-category/([^/]+)/embed/?$\";s:51:\"index.php?portfolio-category=$matches[1]&embed=true\";s:52:\"portfolio-item-category/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?portfolio-category=$matches[1]&paged=$matches[2]\";s:34:\"portfolio-item-category/([^/]+)/?$\";s:40:\"index.php?portfolio-category=$matches[1]\";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: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'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:4:{i:0;s:27:\"ninja-forms/ninja-forms.php\";i:1;s:28:\"showcase-idx/showcaseidx.php\";i:2;s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";i:3;s:40:\"userway-accessibility-widget/userway.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','http://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','0','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','a:3:{i:0;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/functions.php\";i:1;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/style.css\";i:2;s:0:\"\";}','no'),
(40,'template','pro','yes'),
(41,'stylesheet','pro','yes'),
(42,'comment_registration','1','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','57155','yes'),
(47,'uploads_use_yearmonth_folders','1','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','1','yes'),
(50,'default_link_category','2','yes'),
(51,'show_on_front','posts','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','1','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','150','yes'),
(57,'thumbnail_size_h','150','yes'),
(58,'thumbnail_crop','1','yes'),
(59,'medium_size_w','300','yes'),
(60,'medium_size_h','300','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','1024','yes'),
(63,'large_size_h','1024','yes'),
(64,'image_default_link_type','none','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','1','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:0:{}','yes'),
(76,'widget_categories','a:0:{}','yes'),
(77,'widget_text','a:0:{}','yes'),
(78,'widget_rss','a:0:{}','yes'),
(79,'uninstall_plugins','a:2:{s:27:\"ninja-forms/ninja-forms.php\";s:21:\"ninja_forms_uninstall\";s:40:\"userway-accessibility-widget/userway.php\";s:21:\"usw_userway_uninstall\";}','no'),
(80,'timezone_string','','yes'),
(81,'page_for_posts','0','yes'),
(82,'page_on_front','0','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','0','yes'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','1','yes'),
(91,'admin_email_lifespan','1736694036','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','1','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','yes'),
(99,'wp_attachment_pages_enabled','0','yes'),
(100,'initial_db_version','57155','yes'),
(101,'wp_user_roles','a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:61:{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:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}','yes'),
(102,'fresh_site','0','yes'),
(103,'user_count','4','no'),
(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}','yes'),
(105,'sidebars_widgets','a:11:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"sidebar-main\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:8:\"header-1\";a:0:{}s:8:\"header-2\";a:0:{}s:8:\"header-3\";a:0:{}s:8:\"header-4\";a:0:{}s:8:\"footer-1\";a:0:{}s:8:\"footer-2\";a:0:{}s:8:\"footer-3\";a:0:{}s:8:\"footer-4\";a:0:{}s:13:\"array_version\";i:3;}','yes'),
(106,'cron','a:11:{i:1722366036;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:1722366647;a:1:{s:22:\"showcaseidx_activation\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1722394836;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s: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:1722397666;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:1722438036;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1722440866;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1722956439;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1722961902;a:1:{s:22:\"nf_marketing_feed_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1722961906;a:1:{s:26:\"nf_weekly_promotion_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"nf-weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1723825921;a:1:{s:13:\"nf_optin_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"nf-monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2678400;}}}s:7:\"version\";i:2;}','yes'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:5:\"6.5.5\";s:5:\"files\";a:500:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:20:\"block/editor-rtl.css\";i:29;s:24:\"block/editor-rtl.min.css\";i:30;s:16:\"block/editor.css\";i:31;s:20:\"block/editor.min.css\";i:32;s:21:\"button/editor-rtl.css\";i:33;s:25:\"button/editor-rtl.min.css\";i:34;s:17:\"button/editor.css\";i:35;s:21:\"button/editor.min.css\";i:36;s:20:\"button/style-rtl.css\";i:37;s:24:\"button/style-rtl.min.css\";i:38;s:16:\"button/style.css\";i:39;s:20:\"button/style.min.css\";i:40;s:22:\"buttons/editor-rtl.css\";i:41;s:26:\"buttons/editor-rtl.min.css\";i:42;s:18:\"buttons/editor.css\";i:43;s:22:\"buttons/editor.min.css\";i:44;s:21:\"buttons/style-rtl.css\";i:45;s:25:\"buttons/style-rtl.min.css\";i:46;s:17:\"buttons/style.css\";i:47;s:21:\"buttons/style.min.css\";i:48;s:22:\"calendar/style-rtl.css\";i:49;s:26:\"calendar/style-rtl.min.css\";i:50;s:18:\"calendar/style.css\";i:51;s:22:\"calendar/style.min.css\";i:52;s:25:\"categories/editor-rtl.css\";i:53;s:29:\"categories/editor-rtl.min.css\";i:54;s:21:\"categories/editor.css\";i:55;s:25:\"categories/editor.min.css\";i:56;s:24:\"categories/style-rtl.css\";i:57;s:28:\"categories/style-rtl.min.css\";i:58;s:20:\"categories/style.css\";i:59;s:24:\"categories/style.min.css\";i:60;s:19:\"code/editor-rtl.css\";i:61;s:23:\"code/editor-rtl.min.css\";i:62;s:15:\"code/editor.css\";i:63;s:19:\"code/editor.min.css\";i:64;s:18:\"code/style-rtl.css\";i:65;s:22:\"code/style-rtl.min.css\";i:66;s:14:\"code/style.css\";i:67;s:18:\"code/style.min.css\";i:68;s:18:\"code/theme-rtl.css\";i:69;s:22:\"code/theme-rtl.min.css\";i:70;s:14:\"code/theme.css\";i:71;s:18:\"code/theme.min.css\";i:72;s:22:\"columns/editor-rtl.css\";i:73;s:26:\"columns/editor-rtl.min.css\";i:74;s:18:\"columns/editor.css\";i:75;s:22:\"columns/editor.min.css\";i:76;s:21:\"columns/style-rtl.css\";i:77;s:25:\"columns/style-rtl.min.css\";i:78;s:17:\"columns/style.css\";i:79;s:21:\"columns/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:30:\"comment-template/style-rtl.css\";i:85;s:34:\"comment-template/style-rtl.min.css\";i:86;s:26:\"comment-template/style.css\";i:87;s:30:\"comment-template/style.min.css\";i:88;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:89;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:90;s:38:\"comments-pagination-numbers/editor.css\";i:91;s:42:\"comments-pagination-numbers/editor.min.css\";i:92;s:34:\"comments-pagination/editor-rtl.css\";i:93;s:38:\"comments-pagination/editor-rtl.min.css\";i:94;s:30:\"comments-pagination/editor.css\";i:95;s:34:\"comments-pagination/editor.min.css\";i:96;s:33:\"comments-pagination/style-rtl.css\";i:97;s:37:\"comments-pagination/style-rtl.min.css\";i:98;s:29:\"comments-pagination/style.css\";i:99;s:33:\"comments-pagination/style.min.css\";i:100;s:29:\"comments-title/editor-rtl.css\";i:101;s:33:\"comments-title/editor-rtl.min.css\";i:102;s:25:\"comments-title/editor.css\";i:103;s:29:\"comments-title/editor.min.css\";i:104;s:23:\"comments/editor-rtl.css\";i:105;s:27:\"comments/editor-rtl.min.css\";i:106;s:19:\"comments/editor.css\";i:107;s:23:\"comments/editor.min.css\";i:108;s:22:\"comments/style-rtl.css\";i:109;s:26:\"comments/style-rtl.min.css\";i:110;s:18:\"comments/style.css\";i:111;s:22:\"comments/style.min.css\";i:112;s:20:\"cover/editor-rtl.css\";i:113;s:24:\"cover/editor-rtl.min.css\";i:114;s:16:\"cover/editor.css\";i:115;s:20:\"cover/editor.min.css\";i:116;s:19:\"cover/style-rtl.css\";i:117;s:23:\"cover/style-rtl.min.css\";i:118;s:15:\"cover/style.css\";i:119;s:19:\"cover/style.min.css\";i:120;s:22:\"details/editor-rtl.css\";i:121;s:26:\"details/editor-rtl.min.css\";i:122;s:18:\"details/editor.css\";i:123;s:22:\"details/editor.min.css\";i:124;s:21:\"details/style-rtl.css\";i:125;s:25:\"details/style-rtl.min.css\";i:126;s:17:\"details/style.css\";i:127;s:21:\"details/style.min.css\";i:128;s:20:\"embed/editor-rtl.css\";i:129;s:24:\"embed/editor-rtl.min.css\";i:130;s:16:\"embed/editor.css\";i:131;s:20:\"embed/editor.min.css\";i:132;s:19:\"embed/style-rtl.css\";i:133;s:23:\"embed/style-rtl.min.css\";i:134;s:15:\"embed/style.css\";i:135;s:19:\"embed/style.min.css\";i:136;s:19:\"embed/theme-rtl.css\";i:137;s:23:\"embed/theme-rtl.min.css\";i:138;s:15:\"embed/theme.css\";i:139;s:19:\"embed/theme.min.css\";i:140;s:19:\"file/editor-rtl.css\";i:141;s:23:\"file/editor-rtl.min.css\";i:142;s:15:\"file/editor.css\";i:143;s:19:\"file/editor.min.css\";i:144;s:18:\"file/style-rtl.css\";i:145;s:22:\"file/style-rtl.min.css\";i:146;s:14:\"file/style.css\";i:147;s:18:\"file/style.min.css\";i:148;s:23:\"footnotes/style-rtl.css\";i:149;s:27:\"footnotes/style-rtl.min.css\";i:150;s:19:\"footnotes/style.css\";i:151;s:23:\"footnotes/style.min.css\";i:152;s:23:\"freeform/editor-rtl.css\";i:153;s:27:\"freeform/editor-rtl.min.css\";i:154;s:19:\"freeform/editor.css\";i:155;s:23:\"freeform/editor.min.css\";i:156;s:22:\"gallery/editor-rtl.css\";i:157;s:26:\"gallery/editor-rtl.min.css\";i:158;s:18:\"gallery/editor.css\";i:159;s:22:\"gallery/editor.min.css\";i:160;s:21:\"gallery/style-rtl.css\";i:161;s:25:\"gallery/style-rtl.min.css\";i:162;s:17:\"gallery/style.css\";i:163;s:21:\"gallery/style.min.css\";i:164;s:21:\"gallery/theme-rtl.css\";i:165;s:25:\"gallery/theme-rtl.min.css\";i:166;s:17:\"gallery/theme.css\";i:167;s:21:\"gallery/theme.min.css\";i:168;s:20:\"group/editor-rtl.css\";i:169;s:24:\"group/editor-rtl.min.css\";i:170;s:16:\"group/editor.css\";i:171;s:20:\"group/editor.min.css\";i:172;s:19:\"group/style-rtl.css\";i:173;s:23:\"group/style-rtl.min.css\";i:174;s:15:\"group/style.css\";i:175;s:19:\"group/style.min.css\";i:176;s:19:\"group/theme-rtl.css\";i:177;s:23:\"group/theme-rtl.min.css\";i:178;s:15:\"group/theme.css\";i:179;s:19:\"group/theme.min.css\";i:180;s:21:\"heading/style-rtl.css\";i:181;s:25:\"heading/style-rtl.min.css\";i:182;s:17:\"heading/style.css\";i:183;s:21:\"heading/style.min.css\";i:184;s:19:\"html/editor-rtl.css\";i:185;s:23:\"html/editor-rtl.min.css\";i:186;s:15:\"html/editor.css\";i:187;s:19:\"html/editor.min.css\";i:188;s:20:\"image/editor-rtl.css\";i:189;s:24:\"image/editor-rtl.min.css\";i:190;s:16:\"image/editor.css\";i:191;s:20:\"image/editor.min.css\";i:192;s:19:\"image/style-rtl.css\";i:193;s:23:\"image/style-rtl.min.css\";i:194;s:15:\"image/style.css\";i:195;s:19:\"image/style.min.css\";i:196;s:19:\"image/theme-rtl.css\";i:197;s:23:\"image/theme-rtl.min.css\";i:198;s:15:\"image/theme.css\";i:199;s:19:\"image/theme.min.css\";i:200;s:29:\"latest-comments/style-rtl.css\";i:201;s:33:\"latest-comments/style-rtl.min.css\";i:202;s:25:\"latest-comments/style.css\";i:203;s:29:\"latest-comments/style.min.css\";i:204;s:27:\"latest-posts/editor-rtl.css\";i:205;s:31:\"latest-posts/editor-rtl.min.css\";i:206;s:23:\"latest-posts/editor.css\";i:207;s:27:\"latest-posts/editor.min.css\";i:208;s:26:\"latest-posts/style-rtl.css\";i:209;s:30:\"latest-posts/style-rtl.min.css\";i:210;s:22:\"latest-posts/style.css\";i:211;s:26:\"latest-posts/style.min.css\";i:212;s:18:\"list/style-rtl.css\";i:213;s:22:\"list/style-rtl.min.css\";i:214;s:14:\"list/style.css\";i:215;s:18:\"list/style.min.css\";i:216;s:25:\"media-text/editor-rtl.css\";i:217;s:29:\"media-text/editor-rtl.min.css\";i:218;s:21:\"media-text/editor.css\";i:219;s:25:\"media-text/editor.min.css\";i:220;s:24:\"media-text/style-rtl.css\";i:221;s:28:\"media-text/style-rtl.min.css\";i:222;s:20:\"media-text/style.css\";i:223;s:24:\"media-text/style.min.css\";i:224;s:19:\"more/editor-rtl.css\";i:225;s:23:\"more/editor-rtl.min.css\";i:226;s:15:\"more/editor.css\";i:227;s:19:\"more/editor.min.css\";i:228;s:30:\"navigation-link/editor-rtl.css\";i:229;s:34:\"navigation-link/editor-rtl.min.css\";i:230;s:26:\"navigation-link/editor.css\";i:231;s:30:\"navigation-link/editor.min.css\";i:232;s:29:\"navigation-link/style-rtl.css\";i:233;s:33:\"navigation-link/style-rtl.min.css\";i:234;s:25:\"navigation-link/style.css\";i:235;s:29:\"navigation-link/style.min.css\";i:236;s:33:\"navigation-submenu/editor-rtl.css\";i:237;s:37:\"navigation-submenu/editor-rtl.min.css\";i:238;s:29:\"navigation-submenu/editor.css\";i:239;s:33:\"navigation-submenu/editor.min.css\";i:240;s:25:\"navigation/editor-rtl.css\";i:241;s:29:\"navigation/editor-rtl.min.css\";i:242;s:21:\"navigation/editor.css\";i:243;s:25:\"navigation/editor.min.css\";i:244;s:24:\"navigation/style-rtl.css\";i:245;s:28:\"navigation/style-rtl.min.css\";i:246;s:20:\"navigation/style.css\";i:247;s:24:\"navigation/style.min.css\";i:248;s:23:\"nextpage/editor-rtl.css\";i:249;s:27:\"nextpage/editor-rtl.min.css\";i:250;s:19:\"nextpage/editor.css\";i:251;s:23:\"nextpage/editor.min.css\";i:252;s:24:\"page-list/editor-rtl.css\";i:253;s:28:\"page-list/editor-rtl.min.css\";i:254;s:20:\"page-list/editor.css\";i:255;s:24:\"page-list/editor.min.css\";i:256;s:23:\"page-list/style-rtl.css\";i:257;s:27:\"page-list/style-rtl.min.css\";i:258;s:19:\"page-list/style.css\";i:259;s:23:\"page-list/style.min.css\";i:260;s:24:\"paragraph/editor-rtl.css\";i:261;s:28:\"paragraph/editor-rtl.min.css\";i:262;s:20:\"paragraph/editor.css\";i:263;s:24:\"paragraph/editor.min.css\";i:264;s:23:\"paragraph/style-rtl.css\";i:265;s:27:\"paragraph/style-rtl.min.css\";i:266;s:19:\"paragraph/style.css\";i:267;s:23:\"paragraph/style.min.css\";i:268;s:25:\"post-author/style-rtl.css\";i:269;s:29:\"post-author/style-rtl.min.css\";i:270;s:21:\"post-author/style.css\";i:271;s:25:\"post-author/style.min.css\";i:272;s:33:\"post-comments-form/editor-rtl.css\";i:273;s:37:\"post-comments-form/editor-rtl.min.css\";i:274;s:29:\"post-comments-form/editor.css\";i:275;s:33:\"post-comments-form/editor.min.css\";i:276;s:32:\"post-comments-form/style-rtl.css\";i:277;s:36:\"post-comments-form/style-rtl.min.css\";i:278;s:28:\"post-comments-form/style.css\";i:279;s:32:\"post-comments-form/style.min.css\";i:280;s:27:\"post-content/editor-rtl.css\";i:281;s:31:\"post-content/editor-rtl.min.css\";i:282;s:23:\"post-content/editor.css\";i:283;s:27:\"post-content/editor.min.css\";i:284;s:23:\"post-date/style-rtl.css\";i:285;s:27:\"post-date/style-rtl.min.css\";i:286;s:19:\"post-date/style.css\";i:287;s:23:\"post-date/style.min.css\";i:288;s:27:\"post-excerpt/editor-rtl.css\";i:289;s:31:\"post-excerpt/editor-rtl.min.css\";i:290;s:23:\"post-excerpt/editor.css\";i:291;s:27:\"post-excerpt/editor.min.css\";i:292;s:26:\"post-excerpt/style-rtl.css\";i:293;s:30:\"post-excerpt/style-rtl.min.css\";i:294;s:22:\"post-excerpt/style.css\";i:295;s:26:\"post-excerpt/style.min.css\";i:296;s:34:\"post-featured-image/editor-rtl.css\";i:297;s:38:\"post-featured-image/editor-rtl.min.css\";i:298;s:30:\"post-featured-image/editor.css\";i:299;s:34:\"post-featured-image/editor.min.css\";i:300;s:33:\"post-featured-image/style-rtl.css\";i:301;s:37:\"post-featured-image/style-rtl.min.css\";i:302;s:29:\"post-featured-image/style.css\";i:303;s:33:\"post-featured-image/style.min.css\";i:304;s:34:\"post-navigation-link/style-rtl.css\";i:305;s:38:\"post-navigation-link/style-rtl.min.css\";i:306;s:30:\"post-navigation-link/style.css\";i:307;s:34:\"post-navigation-link/style.min.css\";i:308;s:28:\"post-template/editor-rtl.css\";i:309;s:32:\"post-template/editor-rtl.min.css\";i:310;s:24:\"post-template/editor.css\";i:311;s:28:\"post-template/editor.min.css\";i:312;s:27:\"post-template/style-rtl.css\";i:313;s:31:\"post-template/style-rtl.min.css\";i:314;s:23:\"post-template/style.css\";i:315;s:27:\"post-template/style.min.css\";i:316;s:24:\"post-terms/style-rtl.css\";i:317;s:28:\"post-terms/style-rtl.min.css\";i:318;s:20:\"post-terms/style.css\";i:319;s:24:\"post-terms/style.min.css\";i:320;s:24:\"post-title/style-rtl.css\";i:321;s:28:\"post-title/style-rtl.min.css\";i:322;s:20:\"post-title/style.css\";i:323;s:24:\"post-title/style.min.css\";i:324;s:26:\"preformatted/style-rtl.css\";i:325;s:30:\"preformatted/style-rtl.min.css\";i:326;s:22:\"preformatted/style.css\";i:327;s:26:\"preformatted/style.min.css\";i:328;s:24:\"pullquote/editor-rtl.css\";i:329;s:28:\"pullquote/editor-rtl.min.css\";i:330;s:20:\"pullquote/editor.css\";i:331;s:24:\"pullquote/editor.min.css\";i:332;s:23:\"pullquote/style-rtl.css\";i:333;s:27:\"pullquote/style-rtl.min.css\";i:334;s:19:\"pullquote/style.css\";i:335;s:23:\"pullquote/style.min.css\";i:336;s:23:\"pullquote/theme-rtl.css\";i:337;s:27:\"pullquote/theme-rtl.min.css\";i:338;s:19:\"pullquote/theme.css\";i:339;s:23:\"pullquote/theme.min.css\";i:340;s:39:\"query-pagination-numbers/editor-rtl.css\";i:341;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:342;s:35:\"query-pagination-numbers/editor.css\";i:343;s:39:\"query-pagination-numbers/editor.min.css\";i:344;s:31:\"query-pagination/editor-rtl.css\";i:345;s:35:\"query-pagination/editor-rtl.min.css\";i:346;s:27:\"query-pagination/editor.css\";i:347;s:31:\"query-pagination/editor.min.css\";i:348;s:30:\"query-pagination/style-rtl.css\";i:349;s:34:\"query-pagination/style-rtl.min.css\";i:350;s:26:\"query-pagination/style.css\";i:351;s:30:\"query-pagination/style.min.css\";i:352;s:25:\"query-title/style-rtl.css\";i:353;s:29:\"query-title/style-rtl.min.css\";i:354;s:21:\"query-title/style.css\";i:355;s:25:\"query-title/style.min.css\";i:356;s:20:\"query/editor-rtl.css\";i:357;s:24:\"query/editor-rtl.min.css\";i:358;s:16:\"query/editor.css\";i:359;s:20:\"query/editor.min.css\";i:360;s:19:\"quote/style-rtl.css\";i:361;s:23:\"quote/style-rtl.min.css\";i:362;s:15:\"quote/style.css\";i:363;s:19:\"quote/style.min.css\";i:364;s:19:\"quote/theme-rtl.css\";i:365;s:23:\"quote/theme-rtl.min.css\";i:366;s:15:\"quote/theme.css\";i:367;s:19:\"quote/theme.min.css\";i:368;s:23:\"read-more/style-rtl.css\";i:369;s:27:\"read-more/style-rtl.min.css\";i:370;s:19:\"read-more/style.css\";i:371;s:23:\"read-more/style.min.css\";i:372;s:18:\"rss/editor-rtl.css\";i:373;s:22:\"rss/editor-rtl.min.css\";i:374;s:14:\"rss/editor.css\";i:375;s:18:\"rss/editor.min.css\";i:376;s:17:\"rss/style-rtl.css\";i:377;s:21:\"rss/style-rtl.min.css\";i:378;s:13:\"rss/style.css\";i:379;s:17:\"rss/style.min.css\";i:380;s:21:\"search/editor-rtl.css\";i:381;s:25:\"search/editor-rtl.min.css\";i:382;s:17:\"search/editor.css\";i:383;s:21:\"search/editor.min.css\";i:384;s:20:\"search/style-rtl.css\";i:385;s:24:\"search/style-rtl.min.css\";i:386;s:16:\"search/style.css\";i:387;s:20:\"search/style.min.css\";i:388;s:20:\"search/theme-rtl.css\";i:389;s:24:\"search/theme-rtl.min.css\";i:390;s:16:\"search/theme.css\";i:391;s:20:\"search/theme.min.css\";i:392;s:24:\"separator/editor-rtl.css\";i:393;s:28:\"separator/editor-rtl.min.css\";i:394;s:20:\"separator/editor.css\";i:395;s:24:\"separator/editor.min.css\";i:396;s:23:\"separator/style-rtl.css\";i:397;s:27:\"separator/style-rtl.min.css\";i:398;s:19:\"separator/style.css\";i:399;s:23:\"separator/style.min.css\";i:400;s:23:\"separator/theme-rtl.css\";i:401;s:27:\"separator/theme-rtl.min.css\";i:402;s:19:\"separator/theme.css\";i:403;s:23:\"separator/theme.min.css\";i:404;s:24:\"shortcode/editor-rtl.css\";i:405;s:28:\"shortcode/editor-rtl.min.css\";i:406;s:20:\"shortcode/editor.css\";i:407;s:24:\"shortcode/editor.min.css\";i:408;s:24:\"site-logo/editor-rtl.css\";i:409;s:28:\"site-logo/editor-rtl.min.css\";i:410;s:20:\"site-logo/editor.css\";i:411;s:24:\"site-logo/editor.min.css\";i:412;s:23:\"site-logo/style-rtl.css\";i:413;s:27:\"site-logo/style-rtl.min.css\";i:414;s:19:\"site-logo/style.css\";i:415;s:23:\"site-logo/style.min.css\";i:416;s:27:\"site-tagline/editor-rtl.css\";i:417;s:31:\"site-tagline/editor-rtl.min.css\";i:418;s:23:\"site-tagline/editor.css\";i:419;s:27:\"site-tagline/editor.min.css\";i:420;s:25:\"site-title/editor-rtl.css\";i:421;s:29:\"site-title/editor-rtl.min.css\";i:422;s:21:\"site-title/editor.css\";i:423;s:25:\"site-title/editor.min.css\";i:424;s:24:\"site-title/style-rtl.css\";i:425;s:28:\"site-title/style-rtl.min.css\";i:426;s:20:\"site-title/style.css\";i:427;s:24:\"site-title/style.min.css\";i:428;s:26:\"social-link/editor-rtl.css\";i:429;s:30:\"social-link/editor-rtl.min.css\";i:430;s:22:\"social-link/editor.css\";i:431;s:26:\"social-link/editor.min.css\";i:432;s:27:\"social-links/editor-rtl.css\";i:433;s:31:\"social-links/editor-rtl.min.css\";i:434;s:23:\"social-links/editor.css\";i:435;s:27:\"social-links/editor.min.css\";i:436;s:26:\"social-links/style-rtl.css\";i:437;s:30:\"social-links/style-rtl.min.css\";i:438;s:22:\"social-links/style.css\";i:439;s:26:\"social-links/style.min.css\";i:440;s:21:\"spacer/editor-rtl.css\";i:441;s:25:\"spacer/editor-rtl.min.css\";i:442;s:17:\"spacer/editor.css\";i:443;s:21:\"spacer/editor.min.css\";i:444;s:20:\"spacer/style-rtl.css\";i:445;s:24:\"spacer/style-rtl.min.css\";i:446;s:16:\"spacer/style.css\";i:447;s:20:\"spacer/style.min.css\";i:448;s:20:\"table/editor-rtl.css\";i:449;s:24:\"table/editor-rtl.min.css\";i:450;s:16:\"table/editor.css\";i:451;s:20:\"table/editor.min.css\";i:452;s:19:\"table/style-rtl.css\";i:453;s:23:\"table/style-rtl.min.css\";i:454;s:15:\"table/style.css\";i:455;s:19:\"table/style.min.css\";i:456;s:19:\"table/theme-rtl.css\";i:457;s:23:\"table/theme-rtl.min.css\";i:458;s:15:\"table/theme.css\";i:459;s:19:\"table/theme.min.css\";i:460;s:23:\"tag-cloud/style-rtl.css\";i:461;s:27:\"tag-cloud/style-rtl.min.css\";i:462;s:19:\"tag-cloud/style.css\";i:463;s:23:\"tag-cloud/style.min.css\";i:464;s:28:\"template-part/editor-rtl.css\";i:465;s:32:\"template-part/editor-rtl.min.css\";i:466;s:24:\"template-part/editor.css\";i:467;s:28:\"template-part/editor.min.css\";i:468;s:27:\"template-part/theme-rtl.css\";i:469;s:31:\"template-part/theme-rtl.min.css\";i:470;s:23:\"template-part/theme.css\";i:471;s:27:\"template-part/theme.min.css\";i:472;s:30:\"term-description/style-rtl.css\";i:473;s:34:\"term-description/style-rtl.min.css\";i:474;s:26:\"term-description/style.css\";i:475;s:30:\"term-description/style.min.css\";i:476;s:27:\"text-columns/editor-rtl.css\";i:477;s:31:\"text-columns/editor-rtl.min.css\";i:478;s:23:\"text-columns/editor.css\";i:479;s:27:\"text-columns/editor.min.css\";i:480;s:26:\"text-columns/style-rtl.css\";i:481;s:30:\"text-columns/style-rtl.min.css\";i:482;s:22:\"text-columns/style.css\";i:483;s:26:\"text-columns/style.min.css\";i:484;s:19:\"verse/style-rtl.css\";i:485;s:23:\"verse/style-rtl.min.css\";i:486;s:15:\"verse/style.css\";i:487;s:19:\"verse/style.min.css\";i:488;s:20:\"video/editor-rtl.css\";i:489;s:24:\"video/editor-rtl.min.css\";i:490;s:16:\"video/editor.css\";i:491;s:20:\"video/editor.min.css\";i:492;s:19:\"video/style-rtl.css\";i:493;s:23:\"video/style-rtl.min.css\";i:494;s:15:\"video/style.css\";i:495;s:19:\"video/style.min.css\";i:496;s:19:\"video/theme-rtl.css\";i:497;s:23:\"video/theme-rtl.min.css\";i:498;s:15:\"video/theme.css\";i:499;s:19:\"video/theme.min.css\";}}','yes'),
(130,'recovery_keys','a:0:{}','yes'),
(131,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1721148053;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','no'),
(134,'ftp_credentials','a:3:{s:8:\"hostname\";s:16:\"vm3630.mjhst.com\";s:8:\"username\";s:8:\"pSmMu_wp\";s:15:\"connection_type\";s:4:\"ftps\";}','yes'),
(153,'can_compress_scripts','0','yes'),
(156,'finished_updating_comment_type','1','yes'),
(160,'WPLANG','','yes'),
(161,'new_admin_email','stacy@verovine.com','yes'),
(176,'_site_transient_wp_plugin_dependencies_plugin_data','a:0:{}','no'),
(177,'recently_activated','a:0:{}','yes'),
(182,'ninja_forms_oauth_client_secret','2PywlHTKrcmX645aAeE6mPyG9stYG7H6SR2gY4nE','yes'),
(183,'ninja_forms_version','3.8.9','yes'),
(184,'ninja_forms_db_version','1.4','no'),
(185,'ninja_forms_required_updates','a:6:{s:19:\"CacheCollateActions\";s:19:\"2024-07-16 16:31:41\";s:17:\"CacheCollateForms\";s:19:\"2024-07-16 16:31:41\";s:18:\"CacheCollateFields\";s:19:\"2024-07-16 16:31:41\";s:19:\"CacheCollateObjects\";s:19:\"2024-07-16 16:31:41\";s:19:\"CacheCollateCleanup\";s:19:\"2024-07-16 16:31:41\";s:25:\"CacheFieldReconcilliation\";s:19:\"2024-07-16 16:31:41\";}','yes'),
(186,'ninja_forms_settings','a:11:{s:11:\"date_format\";s:5:\"m/d/Y\";s:8:\"currency\";s:3:\"USD\";s:18:\"recaptcha_site_key\";s:0:\"\";s:20:\"recaptcha_secret_key\";s:0:\"\";s:20:\"recaptcha_site_key_3\";s:0:\"\";s:22:\"recaptcha_secret_key_3\";s:0:\"\";s:14:\"recaptcha_lang\";s:0:\"\";s:19:\"delete_on_uninstall\";i:0;s:21:\"disable_admin_notices\";i:0;s:16:\"builder_dev_mode\";i:0;s:18:\"opinionated_styles\";s:5:\"light\";}','yes'),
(187,'ninja_forms_zuul','65','no'),
(192,'widget_ninja_forms_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(193,'ninja-forms-views-secret','mEnA9emN1mFGcoIAxqx5RYfqceNT0kUNRVvTDLfg','yes'),
(195,'ninja_forms_needs_updates','0','yes'),
(196,'nf_admin_notice','a:1:{s:16:\"one_week_support\";a:3:{s:5:\"start\";s:9:\"7/23/2024\";s:3:\"int\";i:7;s:9:\"dismissed\";i:1;}}','yes'),
(201,'usw_userway_activation_notice','1','yes'),
(204,'simple301redirects_version','2.0.10','yes'),
(205,'nf_active_promotions','{\"dashboard\":[{\"id\":\"sendwp-banner\",\"location\":\"dashboard\",\"content\":\"<span aria-label=\\\"SendWP. Getting WordPress email into an inbox shouldn\'t be that hard! Never miss another receipt, form submission, or any WordPress email ever again.\\\" style=\\\"cursor:pointer;width:800px;height:83px;border-radius:4px;-moz-border-radius:4px;-webkit-border-radius:4px;background-image:url(\'https:\\/\\/dev.themooringsverobeach.com\\/wp-content\\/plugins\\/ninja-forms\\/assets\\/img\\/promotions\\/dashboard-banner-sendwp.png\');display:block;\\\"><\\/span>\",\"type\":\"sendwp\",\"script\":\"\\n\\t\\t\\t\\tsetTimeout(function(){ \\/* Wait for services to init. *\\/\\n\\t\\t\\t\\t\\tvar data = {\\n\\t\\t\\t\\t\\t\\twidth: 450,\\n\\t\\t\\t\\t\\t\\tcloseOnClick: \'body\',\\n\\t\\t\\t\\t\\t\\tcloseOnEsc: true,\\n\\t\\t\\t\\t\\t\\tcontent: \'<p><h2>Frustrated that WordPress email isn\\u2019t being received?<\\/h2><p>Form submission notifications not hitting your inbox? Some of your visitors getting form feedback via email, others not? By default, your WordPress site sends emails through your web host, which can be unreliable. Your host has spent lots of time and money optimizing to serve your pages, not send your emails.<\\/p><h3>Sign up for SendWP today, and never deal with WordPress email issues again!<\\/h3><p>SendWP is an email service that removes your web host from the email equation.<\\/p><ul style="list-style-type:initial;margin-left: 20px;"><li>Sends email through dedicated email service, increasing email deliverability.<\\/li><li>Keeps form submission emails out of spam by using a trusted email provider.<\\/li><li>On a shared web host? Don\\u2019t worry about emails being rejected because of blocked IP addresses.<\\/li><li><strong>$1 for the first month. $9\\/month after. Cancel anytime!<\\/strong><\\/li><\\/ul><\\/p><br \\/>\',\\n\\t\\t\\t\\t\\t\\tbtnPrimary: {\\n\\t\\t\\t\\t\\t\\t\\ttext: \'Sign me up!\',\\n\\t\\t\\t\\t\\t\\t\\tcallback: function() {\\n\\t\\t\\t\\t\\t\\t\\t\\tvar spinner = document.createElement(\'span\');\\n\\t\\t\\t\\t\\t\\t\\t\\tspinner.classList.add(\'dashicons\', \'dashicons-update\', \'dashicons-update-spin\');\\n\\t\\t\\t\\t\\t\\t\\t\\tvar w = this.offsetWidth;\\n\\t\\t\\t\\t\\t\\t\\t\\tthis.innerHTML = spinner.outerHTML;\\n\\t\\t\\t\\t\\t\\t\\t\\tthis.style.width = w+\'px\';\\n\\t\\t\\t\\t\\t\\t\\t\\tninja_forms_sendwp_remote_install();\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t},\\n\\t\\t\\t\\t\\t\\tbtnSecondary: {\\n\\t\\t\\t\\t\\t\\t\\ttext: \'Cancel\',\\n\\t\\t\\t\\t\\t\\t\\tcallback: function() {\\n\\t\\t\\t\\t\\t\\t\\t\\tsendwpModal.toggleModal(false);\\n\\t\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\t}\\n\\t\\t\\t\\t\\tvar sendwpModal = new NinjaModal(data);\\n\\t\\t\\t\\t}, 500);\\n\\t\\t\\t\"}]}','no'),
(206,'ninja_forms_optin_reported','0','yes'),
(209,'showcaseidx_product_version','3','yes'),
(210,'showcaseidx_website_uuid','156b6b51-5db1-4029-af2c-051223a2b237','yes'),
(211,'showcaseidx_website_name','Erika L Ross\'s First Website','yes'),
(212,'showcaseidx_install_id','9579f111-2de6-47ed-a200-a429e0546e6e','yes'),
(213,'showcaseidx_deprovision_install_id','','yes'),
(214,'showcaseidx_search_page','properties','yes'),
(216,'wpins_block_notice','a:1:{s:20:\"simple-301-redirects\";s:20:\"simple-301-redirects\";}','yes'),
(217,'nf_form_tel_data','1','no'),
(218,'ninja_forms_do_not_allow_tracking','1','yes'),
(219,'nf_sub_expiration','a:0:{}','yes'),
(220,'nf_form_tel_sent','true','no'),
(223,'current_theme','Pro','yes'),
(224,'theme_mods_pro','a:3:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:18:\"custom_css_post_id\";i:-1;}','yes'),
(225,'theme_switched','','yes'),
(226,'x_font_awesome_icon_type','webfont','yes'),
(227,'cornerstone_version','7.4.8','yes'),
(228,'pro_version','6.4.8','yes'),
(229,'x_dismiss_update_notice','1','yes'),
(233,'cornerstone_font_items','[]','yes'),
(234,'cornerstone_font_config','{}','yes'),
(235,'x_product_validation_key','a833c226-ff6e-46bb-8808-e3a04f9f1727','yes'),
(236,'cs_max_courses','a:3:{s:13:\"hasMaxSupport\";b:0;s:13:\"hasAnySupport\";b:1;s:4:\"data\";a:6:{i:0;a:8:{s:11:\"external_id\";i:13;s:5:\"title\";s:9:\"Personify\";s:4:\"slug\";s:9:\"personify\";s:5:\"image\";s:85:\"https://max.theme.co/pluginfile.php/253/course/overviewfiles/1-personify-1280x720.png\";s:9:\"tileImage\";s:82:\"https://max.theme.co/pluginfile.php/253/course/overviewfiles/personify-100x100.png\";s:9:\"startDate\";i:1709337600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:194:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Beautifully designed, professionally built and highly scalable sites for coaches, consultants & personal brands.<br></p></div>\";}i:1;a:8:{s:11:\"external_id\";i:12;s:5:\"title\";s:18:\"Cornerstone Charts\";s:4:\"slug\";s:18:\"cornerstone-charts\";s:5:\"image\";s:83:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/cornerstone-charts.png\";s:9:\"tileImage\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:9:\"startDate\";i:1688166000;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:150:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Meet the ultimate data visualization tool for WordPress and Cornerstone.<br></p></div>\";}i:2;a:8:{s:11:\"external_id\";i:9;s:5:\"title\";s:16:\"Web Design Magic\";s:4:\"slug\";s:16:\"web-design-magic\";s:5:\"image\";s:68:\"https://max.theme.co/pluginfile.php/178/course/overviewfiles/wdm.png\";s:9:\"tileImage\";s:85:\"https://max.theme.co/pluginfile.php/178/course/overviewfiles/z-max-webdesignmagic.png\";s:9:\"startDate\";i:1670889600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:188:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Discover the power of design systems and how to use them to build better, faster, and more beautiful websites.<br></p></div>\";}i:3;a:8:{s:11:\"external_id\";i:7;s:5:\"title\";s:9:\"Gridorama\";s:4:\"slug\";s:9:\"gridorama\";s:5:\"image\";s:88:\"https://max.theme.co/pluginfile.php/116/course/overviewfiles/course-poster-gridorama.png\";s:9:\"tileImage\";s:80:\"https://max.theme.co/pluginfile.php/116/course/overviewfiles/z-max-gridorama.png\";s:9:\"startDate\";i:1670889600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:280:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\"></p><p>Welcome to Gridorama! We\'ve put together a few notes on how to access\n the training, templates, and support. We look forward to joining you \nfor the journey…now let\'s make you a Grid Master!</p><p></p></div>\";}i:4;a:8:{s:11:\"external_id\";i:3;s:5:\"title\";s:13:\"Super Loopers\";s:4:\"slug\";s:13:\"super-loopers\";s:5:\"image\";s:86:\"https://max.theme.co/pluginfile.php/21/course/overviewfiles/super-loopers-postster.png\";s:9:\"tileImage\";s:82:\"https://max.theme.co/pluginfile.php/21/course/overviewfiles/z-max-superloopers.png\";s:9:\"startDate\";i:1668297600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:202:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">Providers, Consumers, Oh my. Learn how to dynamically loop through arrays of data, and create reusable, data driven designs.<br></p></div>\";}i:5;a:8:{s:11:\"external_id\";i:2;s:5:\"title\";s:14:\"Modern Sliders\";s:4:\"slug\";s:14:\"modern-sliders\";s:5:\"image\";s:92:\"https://max.theme.co/pluginfile.php/14/course/overviewfiles/course-poster-modern-sliders.png\";s:9:\"tileImage\";s:83:\"https://max.theme.co/pluginfile.php/14/course/overviewfiles/z-max-modernsliders.png\";s:9:\"startDate\";i:1668297600;s:10:\"introTitle\";s:0:\"\";s:11:\"description\";s:217:\"<div class=\"no-overflow\"><p dir=\"ltr\" style=\"text-align: left;\">We\'re so excited to have you on board for Modern Sliders. Here are a\n few quick notes about going through the course and expansion pack.<br></p></div>\";}}}','yes'),
(237,'x_max_plugins','a:1:{i:0;a:9:{s:4:\"slug\";s:18:\"cornerstone-charts\";s:6:\"plugin\";s:41:\"cornerstone-charts/cornerstone-charts.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:12:\"release_date\";s:13:\"June 26, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:11:\"external_id\";s:2:\"12\";s:6:\"tested\";s:3:\"6.2\";s:11:\"x-extension\";a:10:{s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";}}}','yes'),
(238,'x_extension_list','a:27:{i:0;a:14:{s:4:\"slug\";s:7:\"acf-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.3.3\";s:7:\"package\";s:126:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/advanced-custom-fields-pro.zip\";s:5:\"title\";s:7:\"ACF Pro\";s:11:\"description\";s:130:\"The most powerful custom data management tool on WordPress comes to Themeco's suite of products with custom integration.\";s:3:\"hex\";s:7:\"#ff584c\";s:3:\"rgb\";s:11:\"255, 88, 76\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:104:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/acf-pro.png\";s:6:\"author\";s:13:\"Elliot Condon\";s:8:\"demo_url\";s:30:\"https://demo.theme.co/acf-pro/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:826:\"ACF Pro allows you to create custom fields for any post type with a vast array of display options, which you can pull through on the frontend. When adding a new field you\'ll be met with the form to create and name your field.\n\n\n\nSelect your field type from a huge array of options:\n\n\n\nUsing our included integration you can call the ACF field anywhere in your pages and posts with a simple shorthand like <code>{{acf:author_bio}}</code>. With that one simple and powerful piece of code, your custom field content will be output on the frontend of your site.\n\";}i:1;a:15:{s:4:\"slug\";s:11:\"convertplug\";s:6:\"plugin\";s:27:\"convertplug/convertplug.php\";s:11:\"new_version\";s:6:\"3.5.27\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/convertplug.zip\";s:9:\"docs_slug\";s:11:\"convertplus\";s:5:\"title\";s:11:\"ConvertPlus\";s:11:\"description\";s:132:\"Transform your website into a lead generation powerhouse! Fuel engagement, get more subscribers, and increase conversion rates.\";s:3:\"hex\";s:7:\"#fecd09\";s:3:\"rgb\";s:11:\"254, 205, 9\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/convertplug.png\";s:6:\"author\";s:16:\"Brainstorm Force\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/convertplug/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:1:{i:0;a:2:{s:5:\"label\";s:17:\"See Live Examples\";s:4:\"href\";s:47:\"https://www.convertplug.com/plus/popup-designs/\";}}}i:2;a:16:{s:4:\"slug\";s:41:\"cost-estimation-and-payment-forms-builder\";s:6:\"plugin\";s:38:\"WP_Estimation_Form/estimation-form.php\";s:11:\"new_version\";s:7:\"10.1.86\";s:7:\"package\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/WP_Estimation_Form.zip\";s:9:\"docs_slug\";s:24:\"estimation-payment-forms\";s:5:\"title\";s:26:\"Estimation & Payment Forms\";s:11:\"short_title\";s:25:\"WP Cost E&P Forms Builder\";s:11:\"description\";s:150:\"Easily sell any customized products or services creating your own flat and responsive cost calculator or payment forms (even with subscriptions)!\";s:3:\"hex\";s:7:\"#1dc4a6\";s:3:\"rgb\";s:12:\"29, 196, 166\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:130:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/cost-estimation-and-payment-forms.png\";s:6:\"author\";s:15:\"Charly (loopus)\";s:8:\"demo_url\";s:56:\"https://demo.theme.co/cost-estimation-and-payment-forms/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:15:\"Cost Estimation\";s:4:\"href\";s:81:\"http://www.wordpress-estimation-payment-forms.com/demo-of-a-cost-estimation-form/\";}i:1;a:2:{s:5:\"label\";s:20:\"Subscription Payment\";s:4:\"href\";s:86:\"http://www.wordpress-estimation-payment-forms.com/demo-of-a-subscription-payment-form/\";}i:2;a:2:{s:5:\"label\";s:4:\"Shop\";s:4:\"href\";s:55:\"http://www.wordpress-estimation-payment-forms.com/shop/\";}i:3;a:2:{s:5:\"label\";s:10:\"Components\";s:4:\"href\";s:74:\"http://www.wordpress-estimation-payment-forms.com/demo-of-some-components/\";}}}i:3;a:14:{s:4:\"slug\";s:14:\"envira-gallery\";s:6:\"plugin\";s:33:\"envira-gallery/envira-gallery.php\";s:11:\"new_version\";s:6:\"1.9.10\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/envira-gallery.zip\";s:5:\"title\";s:14:\"Envira Gallery\";s:11:\"description\";s:140:\"Envira Gallery is a fantastic responsive WordPress gallery plugin. Create beautiful photo and video galleries for your site in minutes.\";s:3:\"hex\";s:7:\"#8fb84a\";s:3:\"rgb\";s:12:\"143, 184, 74\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/envira-gallery.png\";s:6:\"author\";s:14:\"Thomas Griffin\";s:8:\"demo_url\";s:37:\"https://demo.theme.co/envira-gallery/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:6:\"Albums\";s:4:\"href\";s:42:\"http://enviragallery.com/demo/albums-demo/\";}i:1;a:2:{s:5:\"label\";s:10:\"Pagination\";s:4:\"href\";s:54:\"http://enviragallery.com/demo/gallery-pagination-demo/\";}i:2;a:2:{s:5:\"label\";s:8:\"Lightbox\";s:4:\"href\";s:52:\"http://enviragallery.com/demo/lightbox-gallery-demo/\";}i:3;a:2:{s:5:\"label\";s:7:\"Masonry\";s:4:\"href\";s:51:\"http://enviragallery.com/demo/masonry-gallery-demo/\";}i:4;a:2:{s:5:\"label\";s:5:\"Video\";s:4:\"href\";s:49:\"http://enviragallery.com/demo/video-gallery-demo/\";}}}i:4;a:14:{s:4:\"slug\";s:14:\"essential-grid\";s:6:\"plugin\";s:33:\"essential-grid/essential-grid.php\";s:11:\"new_version\";s:7:\"3.1.2.2\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/essential-grid.zip\";s:5:\"title\";s:14:\"Essential Grid\";s:11:\"description\";s:156:\"Essential Grid is an all-purpose grid building solution for WordPress that allows you to display various content formats in a highly customizable grid.\";s:3:\"hex\";s:7:\"#e43202\";s:3:\"rgb\";s:10:\"228, 50, 2\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/essential-grid.png\";s:6:\"author\";s:10:\"ThemePunch\";s:8:\"demo_url\";s:37:\"https://demo.theme.co/essential-grid/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:7:\"Gallery\";s:4:\"href\";s:82:\"https://essential.themepunch.com/template_library/joe-mullen-custom-image-gallery/\";}i:1;a:2:{s:5:\"label\";s:9:\"Portfolio\";s:4:\"href\";s:85:\"https://essential.themepunch.com/template_library/bernie-federko-2-portfolio-gallery/\";}i:2;a:2:{s:5:\"label\";s:15:\"Infinite Scroll\";s:4:\"href\";s:70:\"https://essential.themepunch.com/template_library/my-youtube-2-player/\";}i:3;a:2:{s:5:\"label\";s:10:\"Pagination\";s:4:\"href\";s:93:\"https://essential.themepunch.com/template_library/hoover-masonry-wordpress-post-gallery-grid/\";}}}i:5;a:14:{s:4:\"slug\";s:11:\"js_composer\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"new_version\";s:5:\"7.7.2\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/js_composer.zip\";s:9:\"docs_slug\";s:22:\"wp-bakery-page-builder\";s:5:\"title\";s:22:\"WP Bakery Page Builder\";s:11:\"description\";s:134:\"WP Bakery Page Builder is a page builder plugin for WordPress that allows you to build layouts through their graphical interface.\";s:3:\"hex\";s:7:\"#3c3c3c\";s:3:\"rgb\";s:12:\"132, 161, 57\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/wpbakery-page-builder.png\";s:6:\"author\";s:8:\"WPBakery\";s:8:\"demo_url\";s:38:\"https://demo.theme.co/visual-composer/\";s:6:\"status\";s:6:\"public\";}i:6;a:14:{s:4:\"slug\";s:11:\"layerslider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:11:\"new_version\";s:6:\"7.11.1\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/LayerSlider.zip\";s:5:\"title\";s:11:\"LayerSlider\";s:11:\"description\";s:148:\"LayerSlider is the most advanced responsive WordPress slider plugin with the famous Parallax Effect and over two hundred 2D and 3D transitions.\";s:3:\"hex\";s:7:\"#d44732\";s:3:\"rgb\";s:11:\"212, 71, 50\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/layerslider.png\";s:6:\"author\";s:14:\"Kreatura Media\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/layerslider/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:9:\"Discovery\";s:4:\"href\";s:67:\"https://layerslider.kreaturamedia.com/sliders/discover-the-details/\";}i:1;a:2:{s:5:\"label\";s:9:\"3D Canyon\";s:4:\"href\";s:67:\"https://layerslider.kreaturamedia.com/sliders/3d-canyon-experience/\";}i:2;a:2:{s:5:\"label\";s:14:\"Vintage Photos\";s:4:\"href\";s:61:\"https://layerslider.kreaturamedia.com/sliders/vintage-photos/\";}i:3;a:2:{s:5:\"label\";s:8:\"Aquarium\";s:4:\"href\";s:55:\"https://layerslider.kreaturamedia.com/sliders/aquarium/\";}}}i:7;a:14:{s:4:\"slug\";s:22:\"modern-events-calendar\";s:6:\"plugin\";s:30:\"modern-events-calendar/mec.php\";s:11:\"new_version\";s:6:\"7.12.0\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/modern-events-calendar.zip\";s:5:\"title\";s:22:\"Modern Events Calendar\";s:11:\"description\";s:157:\"Modern Events Calendar is one of the most powerful event and ticketing solutions available for WordPress that both developers and site owners will love!\";s:3:\"hex\";s:7:\"#6dd6ee\";s:3:\"rgb\";s:13:\"109, 214, 238\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/modern-events-calendar.png\";s:6:\"author\";s:11:\"Webnus Team\";s:8:\"demo_url\";s:45:\"https://demo.theme.co/modern-events-calendar/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:4:\"Full\";s:4:\"href\";s:56:\"https://webnus.net/modern-events-calendar/full-calendar/\";}i:1;a:2:{s:5:\"label\";s:7:\"Monthly\";s:4:\"href\";s:75:\"https://webnus.net/modern-events-calendar/calendarmonthly-view-clean-style/\";}i:2;a:2:{s:5:\"label\";s:6:\"Weekly\";s:4:\"href\";s:54:\"https://webnus.net/modern-events-calendar/weekly-view/\";}i:3;a:2:{s:5:\"label\";s:6:\"Slider\";s:4:\"href\";s:61:\"https://webnus.net/modern-events-calendar/slider-view-type-1/\";}i:4;a:2:{s:5:\"label\";s:8:\"Carousel\";s:4:\"href\";s:58:\"https://webnus.net/modern-events-calendar/carousel-type-2/\";}}}i:8;a:15:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:11:\"new_version\";s:6:\"6.7.14\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/revslider.zip\";s:9:\"docs_slug\";s:17:\"slider-revolution\";s:5:\"title\";s:17:\"Slider Revolution\";s:11:\"description\";s:146:\"Create responsive sliders with must-see-effects and high end multi-layer capabilities, all while maintaining your search engine optimization.\";s:3:\"hex\";s:7:\"#ed3b3b\";s:3:\"rgb\";s:11:\"237, 59, 59\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:106:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/revslider.png\";s:6:\"author\";s:10:\"ThemePunch\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/slider-revolution/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:4:{i:0;a:2:{s:5:\"label\";s:11:\"Art Gallery\";s:4:\"href\";s:62:\"https://revolution.themepunch.com/art-gallery-slider-template/\";}i:1;a:2:{s:5:\"label\";s:13:\"Hero Selector\";s:4:\"href\";s:67:\"https://revolution.themepunch.com/church-website-template-selector/\";}i:2;a:2:{s:5:\"label\";s:10:\"Special FX\";s:4:\"href\";s:57:\"https://revolution.themepunch.com/nature-explorer-slider/\";}i:3;a:2:{s:5:\"label\";s:12:\"Dynamic News\";s:4:\"href\";s:56:\"https://revolution.themepunch.com/wordpress-news-slider/\";}}}i:9;a:14:{s:4:\"slug\";s:13:\"superfly-menu\";s:6:\"plugin\";s:22:\"superfly-menu/main.php\";s:11:\"new_version\";s:6:\"5.0.29\";s:7:\"package\";s:113:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/superfly-menu.zip\";s:5:\"title\";s:8:\"Superfly\";s:11:\"description\";s:131:\"Superfly brings modern and slick navigation to all WordPress users! Easily craft custom and engaging menu layouts and designs.\";s:3:\"hex\";s:7:\"#a86483\";s:3:\"rgb\";s:13:\"168, 100, 131\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/superfly-menu.png\";s:6:\"author\";s:13:\"Looks Awesome\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/superfly/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:9:\"Slide Out\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=1\";}i:1;a:2:{s:5:\"label\";s:12:\"Vertical Bar\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=7\";}i:2;a:2:{s:5:\"label\";s:16:\"Image Background\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=6\";}i:3;a:2:{s:5:\"label\";s:10:\"Panel Skew\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=8\";}i:4;a:2:{s:5:\"label\";s:11:\"Static Menu\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=3\";}i:5;a:2:{s:5:\"label\";s:10:\"Fullscreen\";s:4:\"href\";s:41:\"http://superfly.looks-awesome.com/?demo=5\";}}}i:10;a:15:{s:4:\"slug\";s:9:\"soliloquy\";s:6:\"plugin\";s:23:\"soliloquy/soliloquy.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/soliloquy.zip\";s:5:\"title\";s:9:\"Soliloquy\";s:11:\"description\";s:156:\"Soliloquy is a responsive WordPress slider plugin that makes building sliders in WordPress a task that you will want to experience over and over again.\";s:3:\"hex\";s:7:\"#fb410e\";s:3:\"rgb\";s:11:\"251, 65, 14\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:106:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/soliloquy.png\";s:6:\"author\";s:14:\"Thomas Griffin\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/soliloquy/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:3:{i:0;a:2:{s:5:\"label\";s:8:\"Carousel\";s:4:\"href\";s:50:\"https://soliloquywp.com/demo/carousel-slider-demo/\";}i:1;a:2:{s:5:\"label\";s:8:\"Lightbox\";s:4:\"href\";s:50:\"https://soliloquywp.com/demo/lightbox-slider-demo/\";}i:2;a:2:{s:5:\"label\";s:5:\"Video\";s:4:\"href\";s:47:\"https://soliloquywp.com/demo/video-slider-demo/\";}}s:16:\"description_long\";s:1017:\"While the functionality of drag-and-drop sliders (such as Slider Revolution) is incredibly useful for certain applications, sometimes you just don\'t need all that power if you\'re simply looking to share some photographs. This is where Soliloquy comes in: a lightweight and efficient plugin that gives you everything you need (and nothing you don\'t) to build and manage photo sliders with ease.\n\nWhile there are quite a few options you can configure, the basic workflow goes like this: select your photos, specify your slider dimensions, publish, and then paste the generated shortcode in your page content. It\'s that easy! Soliloquy takes care of all the cropping and formatting giving you the exact images you need, keeping things fast.\n\nThere\'s also plenty of other settings to adjust such as timing events, style, controls, and more. It\'s easily cusotmizably via additional classes, and you can import and export sliders as needed. When it comes to simple photo sharing, it doesn\'t get much better than Soliloquy.\n\";}i:11;a:14:{s:4:\"slug\";s:8:\"the-grid\";s:6:\"plugin\";s:21:\"the-grid/the-grid.php\";s:11:\"new_version\";s:7:\"2.7.9.1\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/the-grid.zip\";s:5:\"title\";s:8:\"The Grid\";s:11:\"description\";s:159:\"The Grid comes with tons of features to build the perfect grid. Take a full control of all the details and create a layout that suits your website design.\";s:3:\"hex\";s:7:\"#37aaa1\";s:3:\"rgb\";s:12:\"55, 170, 161\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:105:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/the-grid.png\";s:6:\"author\";s:9:\"Theme-One\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/the-grid/\";s:6:\"status\";s:10:\"deprecated\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:15:\"Masonry Content\";s:4:\"href\";s:38:\"http://theme-one.com/the-grid/kampala/\";}i:1;a:2:{s:5:\"label\";s:12:\"Minimal Grid\";s:4:\"href\";s:39:\"http://theme-one.com/the-grid/brasilia/\";}i:2;a:2:{s:5:\"label\";s:13:\"Photo Gallery\";s:4:\"href\";s:37:\"http://theme-one.com/the-grid/lisboa/\";}i:3;a:2:{s:5:\"label\";s:9:\"3D Slider\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/slider-3d/\";}i:4;a:2:{s:5:\"label\";s:9:\"Instagram\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/instagram/\";}i:5;a:2:{s:5:\"label\";s:7:\"YouTube\";s:4:\"href\";s:40:\"http://theme-one.com/the-grid/youtube-2/\";}}}i:12;a:14:{s:4:\"slug\";s:8:\"ubermenu\";s:6:\"plugin\";s:21:\"ubermenu/ubermenu.php\";s:11:\"new_version\";s:5:\"3.8.4\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/ubermenu.zip\";s:5:\"title\";s:8:\"UberMenu\";s:11:\"description\";s:129:\"UberMenu is a user-friendly, highly customizable, responsive mega menu WordPress plugin that helps you build creative menus.\";s:3:\"hex\";s:7:\"#50bbd9\";s:3:\"rgb\";s:12:\"80, 187, 217\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:105:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/ubermenu.png\";s:6:\"author\";s:26:\"Chris Mavricos, SevenSpark\";s:8:\"demo_url\";s:31:\"https://demo.theme.co/ubermenu/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:6:{i:0;a:2:{s:5:\"label\";s:15:\"Flyout Submenus\";s:4:\"href\";s:29:\"http://wpmegamenu.com/flyout/\";}i:1;a:2:{s:5:\"label\";s:13:\"Mega Submenus\";s:4:\"href\";s:31:\"http://wpmegamenu.com/megamenu/\";}i:2;a:2:{s:5:\"label\";s:6:\"Images\";s:4:\"href\";s:29:\"http://wpmegamenu.com/images/\";}i:3;a:2:{s:5:\"label\";s:16:\"Advanced Content\";s:4:\"href\";s:56:\"http://wpmegamenu.com/custom-content-widgets-shortcodes/\";}i:4;a:2:{s:5:\"label\";s:4:\"Tabs\";s:4:\"href\";s:27:\"http://wpmegamenu.com/tabs/\";}i:5;a:2:{s:5:\"label\";s:15:\"Dynamic Content\";s:4:\"href\";s:30:\"http://wpmegamenu.com/dynamic/\";}}}i:13;a:14:{s:4:\"slug\";s:16:\"tco-content-dock\";s:6:\"plugin\";s:37:\"tco-content-dock/tco-content-dock.php\";s:11:\"new_version\";s:6:\"2.0.10\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-content-dock.zip\";s:5:\"title\";s:12:\"Content Dock\";s:11:\"description\";s:134:\"An incredibly simple and effective tool that allows you to place content or marketing offers in an elegant, non-intrusive manner.\";s:3:\"hex\";s:7:\"#ff9900\";s:3:\"rgb\";s:11:\"255, 153, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-content-dock.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:35:\"https://demo.theme.co/content-dock/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:7:\"Demo 01\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-1/\";}i:1;a:2:{s:5:\"label\";s:7:\"Demo 02\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-2/\";}i:2;a:2:{s:5:\"label\";s:7:\"Demo 03\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-3/\";}i:3;a:2:{s:5:\"label\";s:7:\"Demo 04\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-4/\";}i:4;a:2:{s:5:\"label\";s:7:\"Demo 05\";s:4:\"href\";s:45:\"https://demo.theme.co/content-dock/example-5/\";}}}i:14;a:14:{s:4:\"slug\";s:14:\"tco-custom-404\";s:6:\"plugin\";s:33:\"tco-custom-404/tco-custom-404.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-custom-404.zip\";s:5:\"title\";s:10:\"Custom 404\";s:11:\"description\";s:154:\"Redirect your site’s 404 errors to a custom page that you have complete control over. Create any layout using page templates, Shortcodes, and more!\";s:3:\"hex\";s:7:\"#ff480f\";s:3:\"rgb\";s:11:\"255, 72, 15\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-custom-404.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/custom-404/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:848:\"Create anything you can imagine! Utilize simple text (with a bit of humor) if desired to lighten the mood.\n\n\n\nWith background images, the options are truly endless.\n\n\n\nAnd you can even take advantage of our shortcodes to implement any type of functionality you desire.\n\n\n\nFor a real life example, <a href=\"http://jamesb.com/404-error/\" target=\"_blank\">check out</a> what our good buddy James Brandon did with the 404 Extension and his son Isaac!\n\";}i:15;a:14:{s:4:\"slug\";s:19:\"tco-disqus-comments\";s:6:\"plugin\";s:43:\"tco-disqus-comments/tco-disqus-comments.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-disqus-comments.zip\";s:5:\"title\";s:15:\"Disqus Comments\";s:11:\"description\";s:133:\"Take advantage of powerful and unique features by integrating Disqus comments on your website instead of standard WordPress comments.\";s:3:\"hex\";s:7:\"#2e9fff\";s:3:\"rgb\";s:12:\"46, 159, 255\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-disqus-comments.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:38:\"https://demo.theme.co/disqus-comments/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:583:\"\n\n\n\n\n\n\n\";}i:16;a:14:{s:4:\"slug\";s:15:\"tco-email-forms\";s:6:\"plugin\";s:35:\"tco-email-forms/tco-email-forms.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-email-forms.zip\";s:5:\"title\";s:11:\"Email Forms\";s:11:\"description\";s:146:\"Creating custom optin forms has never been this easy (or fun)! Carefully craft every detail of your forms and subscribe users to a list.\";s:3:\"hex\";s:7:\"#7708f1\";s:3:\"rgb\";s:11:\"119, 8, 241\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/email-forms.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/email-forms/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:551:\"\n\n\n\n\n\n\n\";}i:17;a:13:{s:4:\"slug\";s:21:\"tco-facebook-comments\";s:6:\"plugin\";s:47:\"tco-facebook-comments/tco-facebook-comments.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-facebook-comments.zip\";s:5:\"title\";s:17:\"Facebook Comments\";s:11:\"description\";s:135:\"Take advantage of powerful and unique features by integrating Facebook comments on your website instead of standard WordPress comments.\";s:3:\"hex\";s:7:\"#46629e\";s:3:\"rgb\";s:11:\"70, 98, 158\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-facebook-comments.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/facebook-comments/\";s:6:\"status\";s:6:\"public\";}i:18;a:13:{s:4:\"slug\";s:20:\"tco-google-analytics\";s:6:\"plugin\";s:45:\"tco-google-analytics/tco-google-analytics.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:7:\"package\";s:120:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-google-analytics.zip\";s:5:\"title\";s:16:\"Google Analytics\";s:11:\"description\";s:151:\"Simply drop in your Google Analytics code snippet, select where you’d like it to be output, and you’re good to go! Google Analytics made easy.\";s:3:\"hex\";s:7:\"#98ceed\";s:3:\"rgb\";s:13:\"152, 206, 237\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-google-analytics.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:39:\"https://demo.theme.co/google-analytics/\";s:6:\"status\";s:6:\"public\";}i:19;a:15:{s:4:\"slug\";s:21:\"tco-olark-integration\";s:6:\"plugin\";s:47:\"tco-olark-integration/tco-olark-integration.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-olark-integration.zip\";s:9:\"docs_slug\";s:5:\"olark\";s:5:\"title\";s:17:\"Olark Integration\";s:11:\"description\";s:150:\"Sign up for an Olark account and experience the easiest way to boost your sales, help solve issues, and understand your customers with live chat.\";s:3:\"hex\";s:7:\"#d54f27\";s:3:\"rgb\";s:11:\"213, 79, 39\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-olark-integration.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/olark-integration/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:377:\"\n\n\n\n\n\";}i:20;a:13:{s:4:\"slug\";s:17:\"tco-smooth-scroll\";s:6:\"plugin\";s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-smooth-scroll.zip\";s:5:\"title\";s:13:\"Smooth Scroll\";s:11:\"description\";s:147:\"Manage the physics of your scroll bar with Smooth Scroll! This fun effect is great if you happen to have a lot users who utilize a mousewheel.\";s:3:\"hex\";s:7:\"#689a68\";s:3:\"rgb\";s:13:\"104, 154, 104\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:112:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-smooth-scroll.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://demo.theme.co/smooth-scroll/\";s:6:\"status\";s:6:\"public\";}i:21;a:13:{s:4:\"slug\";s:7:\"snippet\";s:6:\"plugin\";s:19:\"snippet/snippet.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:7:\"package\";s:107:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/snippet.zip\";s:5:\"title\";s:7:\"Snippet\";s:11:\"description\";s:144:\"Snippet is the easiest to use structured data tool available for WordPress. Add your business, organization, or company details in minutes.\";s:3:\"hex\";s:7:\"#00b285\";s:3:\"rgb\";s:11:\"0, 178, 133\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:104:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/snippet.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/email-forms/\";s:6:\"status\";s:6:\"public\";}i:22;a:14:{s:4:\"slug\";s:16:\"tco-terms-of-use\";s:6:\"plugin\";s:37:\"tco-terms-of-use/tco-terms-of-use.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-terms-of-use.zip\";s:5:\"title\";s:12:\"Terms of Use\";s:11:\"description\";s:146:\"Add a simple terms that visitors must agree to before completing user registration. No attorneys were injured in the creation of this plugin.\";s:3:\"hex\";s:7:\"#ff2f67\";s:3:\"rgb\";s:12:\"255, 47, 103\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-terms-of-use.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:35:\"https://demo.theme.co/terms-of-use/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:733:\"Easily include a required checkbox to your site\'s registration form that ensures your users agree to your terms of use. The checkbox is easily visible, utilizes native integration and styling, and links out to your terms for users to review before signing up.\n\n\n\nOur included form validation will ensure that if unchecked, the user will receive a notice that they have not agreed to the terms and must do so to complete the process. Simple and effective.\n\n\n\";}i:23;a:14:{s:4:\"slug\";s:22:\"tco-under-construction\";s:6:\"plugin\";s:49:\"tco-under-construction/tco-under-construction.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-under-construction.zip\";s:5:\"title\";s:18:\"Under Construction\";s:11:\"description\";s:141:\"Got a little work that needs to be done under the hood? Say hello to the easiest maintenance plugin you’ll ever setup on your website.\";s:3:\"hex\";s:7:\"#6d9c9c\";s:3:\"rgb\";s:13:\"109, 156, 156\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-under-construction.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:41:\"https://demo.theme.co/under-construction/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:1277:\"Setting up a maintenance plugin shouldn\'t be a hassle. With Under Construction, you can easily activate a notice to anyone who isn\'t logged in with the click of the mouse. It\'s also incredibly easy to configure and provides plenty of flexibility. Go as minimal as you want:\n\n\n\nOr you can add a little color and a countdown timer if you\'d like. Colors are customizable for all elements.\n\n\n\nAdditionally, you can include links to your main social network profiles if you\'d like so that your visitors can keep up with things while you move stuff around.\n\n\n\nYou can even place background images on your maintenance page, making the options truly endless for what you can create!\n\n\n\";}i:24;a:14:{s:4:\"slug\";s:14:\"tco-video-lock\";s:6:\"plugin\";s:33:\"tco-video-lock/tco-video-lock.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-video-lock.zip\";s:5:\"title\";s:10:\"Video Lock\";s:11:\"description\";s:145:\"You’ve never seen a video marketing tool quite like Video Lock. Place offers and a call to action in front of your users without any fuss.\";s:3:\"hex\";s:7:\"#fbcb0e\";s:3:\"rgb\";s:12:\"251, 203, 14\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-video-lock.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/video-lock/\";s:6:\"status\";s:6:\"public\";s:10:\"demo_links\";a:5:{i:0;a:2:{s:5:\"label\";s:7:\"Demo 01\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-1/\";}i:1;a:2:{s:5:\"label\";s:7:\"Demo 02\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-2/\";}i:2;a:2:{s:5:\"label\";s:7:\"Demo 03\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-3/\";}i:3;a:2:{s:5:\"label\";s:7:\"Demo 04\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-4/\";}i:4;a:2:{s:5:\"label\";s:7:\"Demo 05\";s:4:\"href\";s:42:\"http://demo.theme.co/video-lock/example-5/\";}}}i:25;a:14:{s:4:\"slug\";s:23:\"tco-woo-checkout-editor\";s:6:\"plugin\";s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:7:\"package\";s:123:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-woo-checkout-editor.zip\";s:5:\"title\";s:19:\"Woo Checkout Editor\";s:11:\"description\";s:146:\"Easily update your WooCommerce checkout page to suit your needs by adding or removing extra fields as needed with the click of a button.\";s:3:\"hex\";s:7:\"#5d7299\";s:3:\"rgb\";s:12:\"93, 114, 153\";s:9:\"exclusive\";b:0;s:8:\"logo_url\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/woo-checkout-editor.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:42:\"https://demo.theme.co/woo-checkout-editor/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:707:\"Woo Checkout Editor is a simple and easy to use WooCommerce Extension that allows you to modify, edit, and remove fields from the WooCommerce checkout process. Allow customers to upload files, or add a new text area for your customers to enter any information you want.\n\n\n\nUse cases include terms of service (e.g. adding a checkbox and requiring users to agree before checking out), customization (e.g. allow a customer to upload an image or PDF with their design to be added to the product), custom billing (e.g. capturing extra details), and much more!\n\";}i:26;a:14:{s:4:\"slug\";s:15:\"tco-white-label\";s:6:\"plugin\";s:35:\"tco-white-label/tco-white-label.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-white-label.zip\";s:5:\"title\";s:11:\"White Label\";s:11:\"description\";s:128:\"Customize the WordPress login to suit your needs. Create a branded experience for your clients or company with White Label.\";s:3:\"hex\";s:7:\"#cbcbcb\";s:3:\"rgb\";s:13:\"203, 203, 203\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/assets/extensions/x-white-label.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:34:\"https://demo.theme.co/white-label/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:413:\"Whether you do a lot of client work or simply like tweaking various details of your project, the White Label Extension is for you. Quickly swap out the WordPress logo on your login page with any custom image, instantly making your site feel more personal and branded to you.\n\n\n\";}}','off'),
(239,'themeco_update_cache','a:2:{s:6:\"themes\";a:1:{s:3:\"pro\";a:8:{s:5:\"theme\";s:3:\"pro\";s:11:\"new_version\";s:5:\"6.5.3\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:21:\"https://theme.co/pro/\";s:7:\"package\";s:94:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/pro_package/pro.zip\";s:14:\"stable_version\";s:6:\"6.4.22\";s:14:\"stable_package\";s:89:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/stable/pro.zip\";s:6:\"legacy\";a:2:{s:7:\"version\";s:5:\"5.1.5\";s:7:\"package\";s:89:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/legacy/pro.zip\";}}}s:7:\"plugins\";a:29:{s:27:\"cornerstone/cornerstone.php\";a:11:{s:4:\"slug\";s:11:\"cornerstone\";s:6:\"plugin\";s:27:\"cornerstone/cornerstone.php\";s:11:\"new_version\";s:5:\"7.5.3\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:110:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/cornerstone_package/cornerstone.zip\";s:14:\"stable_version\";s:6:\"7.4.22\";s:14:\"stable_package\";s:97:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/stable/cornerstone.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";s:6:\"legacy\";a:2:{s:7:\"version\";s:5:\"6.1.4\";s:7:\"package\";s:97:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/legacy/cornerstone.zip\";}}s:34:\"advanced-custom-fields-pro/acf.php\";a:8:{s:4:\"slug\";s:7:\"acf-pro\";s:6:\"plugin\";s:34:\"advanced-custom-fields-pro/acf.php\";s:11:\"new_version\";s:5:\"6.3.3\";s:12:\"release_date\";s:12:\"July 7, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:126:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/advanced-custom-fields-pro.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"convertplug/convertplug.php\";a:8:{s:4:\"slug\";s:11:\"convertplug\";s:6:\"plugin\";s:27:\"convertplug/convertplug.php\";s:11:\"new_version\";s:6:\"3.5.27\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/convertplug.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:38:\"WP_Estimation_Form/estimation-form.php\";a:8:{s:4:\"slug\";s:41:\"cost-estimation-and-payment-forms-builder\";s:6:\"plugin\";s:38:\"WP_Estimation_Form/estimation-form.php\";s:11:\"new_version\";s:7:\"10.1.86\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:118:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/WP_Estimation_Form.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.0\";}s:33:\"envira-gallery/envira-gallery.php\";a:8:{s:4:\"slug\";s:14:\"envira-gallery\";s:6:\"plugin\";s:33:\"envira-gallery/envira-gallery.php\";s:11:\"new_version\";s:6:\"1.9.10\";s:12:\"release_date\";s:14:\"March 20, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/envira-gallery.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.0\";}s:33:\"essential-grid/essential-grid.php\";a:8:{s:4:\"slug\";s:14:\"essential-grid\";s:6:\"plugin\";s:33:\"essential-grid/essential-grid.php\";s:11:\"new_version\";s:7:\"3.1.2.2\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/essential-grid.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"js_composer/js_composer.php\";a:8:{s:4:\"slug\";s:11:\"js_composer\";s:6:\"plugin\";s:27:\"js_composer/js_composer.php\";s:11:\"new_version\";s:5:\"7.7.2\";s:12:\"release_date\";s:12:\"Jun 27, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/js_composer.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:27:\"LayerSlider/layerslider.php\";a:8:{s:4:\"slug\";s:11:\"layerslider\";s:6:\"plugin\";s:27:\"LayerSlider/layerslider.php\";s:11:\"new_version\";s:6:\"7.11.1\";s:12:\"release_date\";s:15:\"August 29, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:111:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/LayerSlider.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:30:\"modern-events-calendar/mec.php\";a:8:{s:4:\"slug\";s:22:\"modern-events-calendar\";s:6:\"plugin\";s:30:\"modern-events-calendar/mec.php\";s:11:\"new_version\";s:6:\"7.12.0\";s:12:\"release_date\";s:12:\"July 9, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/modern-events-calendar.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:23:\"revslider/revslider.php\";a:8:{s:4:\"slug\";s:9:\"revslider\";s:6:\"plugin\";s:23:\"revslider/revslider.php\";s:11:\"new_version\";s:6:\"6.7.14\";s:12:\"release_date\";s:12:\"July 7, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/revslider.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:22:\"superfly-menu/main.php\";a:8:{s:4:\"slug\";s:13:\"superfly-menu\";s:6:\"plugin\";s:22:\"superfly-menu/main.php\";s:11:\"new_version\";s:6:\"5.0.29\";s:12:\"release_date\";s:12:\"May 28, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:113:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/superfly-menu.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:23:\"soliloquy/soliloquy.php\";a:8:{s:4:\"slug\";s:9:\"soliloquy\";s:6:\"plugin\";s:23:\"soliloquy/soliloquy.php\";s:11:\"new_version\";s:5:\"2.6.6\";s:12:\"release_date\";s:15:\"January 4, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:109:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/soliloquy.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:21:\"the-grid/the-grid.php\";a:8:{s:4:\"slug\";s:8:\"the-grid\";s:6:\"plugin\";s:21:\"the-grid/the-grid.php\";s:11:\"new_version\";s:7:\"2.7.9.1\";s:12:\"release_date\";s:15:\"Februry 9, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/the-grid.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:21:\"ubermenu/ubermenu.php\";a:8:{s:4:\"slug\";s:8:\"ubermenu\";s:6:\"plugin\";s:21:\"ubermenu/ubermenu.php\";s:11:\"new_version\";s:5:\"3.8.4\";s:12:\"release_date\";s:12:\"July 7, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:108:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/ubermenu.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:37:\"tco-content-dock/tco-content-dock.php\";a:8:{s:4:\"slug\";s:16:\"tco-content-dock\";s:6:\"plugin\";s:37:\"tco-content-dock/tco-content-dock.php\";s:11:\"new_version\";s:6:\"2.0.10\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-content-dock.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:33:\"tco-custom-404/tco-custom-404.php\";a:8:{s:4:\"slug\";s:14:\"tco-custom-404\";s:6:\"plugin\";s:33:\"tco-custom-404/tco-custom-404.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:12:\"release_date\";s:14:\"March 20, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-custom-404.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:43:\"tco-disqus-comments/tco-disqus-comments.php\";a:8:{s:4:\"slug\";s:19:\"tco-disqus-comments\";s:6:\"plugin\";s:43:\"tco-disqus-comments/tco-disqus-comments.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:119:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-disqus-comments.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:35:\"tco-email-forms/tco-email-forms.php\";a:8:{s:4:\"slug\";s:15:\"tco-email-forms\";s:6:\"plugin\";s:35:\"tco-email-forms/tco-email-forms.php\";s:11:\"new_version\";s:5:\"2.0.7\";s:12:\"release_date\";s:13:\"March 1, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-email-forms.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:47:\"tco-facebook-comments/tco-facebook-comments.php\";a:8:{s:4:\"slug\";s:21:\"tco-facebook-comments\";s:6:\"plugin\";s:47:\"tco-facebook-comments/tco-facebook-comments.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-facebook-comments.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:45:\"tco-google-analytics/tco-google-analytics.php\";a:8:{s:4:\"slug\";s:20:\"tco-google-analytics\";s:6:\"plugin\";s:45:\"tco-google-analytics/tco-google-analytics.php\";s:11:\"new_version\";s:5:\"3.0.3\";s:12:\"release_date\";s:18:\"September 13, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:120:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-google-analytics.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:47:\"tco-olark-integration/tco-olark-integration.php\";a:8:{s:4:\"slug\";s:21:\"tco-olark-integration\";s:6:\"plugin\";s:47:\"tco-olark-integration/tco-olark-integration.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:121:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-olark-integration.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";a:8:{s:4:\"slug\";s:17:\"tco-smooth-scroll\";s:6:\"plugin\";s:39:\"tco-smooth-scroll/tco-smooth-scroll.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"February 28, 2020\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:117:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-smooth-scroll.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:19:\"snippet/snippet.php\";a:8:{s:4:\"slug\";s:7:\"snippet\";s:6:\"plugin\";s:19:\"snippet/snippet.php\";s:11:\"new_version\";s:5:\"2.1.2\";s:12:\"release_date\";s:14:\"April 02, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:107:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/snippet.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:37:\"tco-terms-of-use/tco-terms-of-use.php\";a:8:{s:4:\"slug\";s:16:\"tco-terms-of-use\";s:6:\"plugin\";s:37:\"tco-terms-of-use/tco-terms-of-use.php\";s:11:\"new_version\";s:5:\"2.0.4\";s:12:\"release_date\";s:16:\"October 18, 2017\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:116:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-terms-of-use.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:49:\"tco-under-construction/tco-under-construction.php\";a:8:{s:4:\"slug\";s:22:\"tco-under-construction\";s:6:\"plugin\";s:49:\"tco-under-construction/tco-under-construction.php\";s:11:\"new_version\";s:5:\"2.1.7\";s:12:\"release_date\";s:16:\"Jnauary 18, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:122:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-under-construction.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:33:\"tco-video-lock/tco-video-lock.php\";a:8:{s:4:\"slug\";s:14:\"tco-video-lock\";s:6:\"plugin\";s:33:\"tco-video-lock/tco-video-lock.php\";s:11:\"new_version\";s:5:\"2.0.5\";s:12:\"release_date\";s:17:\"December 30, 2022\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:114:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-video-lock.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";a:8:{s:4:\"slug\";s:23:\"tco-woo-checkout-editor\";s:6:\"plugin\";s:52:\"tco-woo-checkout-editor/tco_woo_checkout_manager.php\";s:11:\"new_version\";s:5:\"2.2.4\";s:12:\"release_date\";s:16:\"November 6, 2023\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:123:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-woo-checkout-editor.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:35:\"tco-white-label/tco-white-label.php\";a:8:{s:4:\"slug\";s:15:\"tco-white-label\";s:6:\"plugin\";s:35:\"tco-white-label/tco-white-label.php\";s:11:\"new_version\";s:5:\"2.0.6\";s:12:\"release_date\";s:13:\"July 29, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:7:\"package\";s:115:\"https://themeco-packages.s3.amazonaws.com/d940c8c440f230138995a40c4daf0904/x_package/extensions/tco-white-label.zip\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:6:\"tested\";s:3:\"5.8\";}s:41:\"cornerstone-charts/cornerstone-charts.php\";a:21:{s:4:\"slug\";s:18:\"cornerstone-charts\";s:6:\"plugin\";s:41:\"cornerstone-charts/cornerstone-charts.php\";s:11:\"new_version\";s:5:\"1.2.0\";s:12:\"release_date\";s:13:\"June 26, 2024\";s:3:\"url\";s:39:\"https://theme.co/changelog/?iframe=true\";s:14:\"upgrade_notice\";s:16:\"Update Available\";s:11:\"external_id\";s:2:\"12\";s:6:\"tested\";s:3:\"6.2\";s:11:\"x-extension\";a:10:{s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";}s:5:\"title\";s:18:\"Cornerstone Charts\";s:11:\"description\";s:29:\"Visualize your data with ease\";s:3:\"hex\";s:7:\"#00FF00\";s:3:\"rgb\";s:9:\"0, 255, 0\";s:9:\"exclusive\";b:1;s:8:\"logo_url\";s:86:\"https://max.theme.co/pluginfile.php/236/course/overviewfiles/max-cornerstonecharts.png\";s:6:\"author\";s:7:\"Themeco\";s:8:\"demo_url\";s:36:\"https://theme.co/cornerstone-charts/\";s:6:\"status\";s:6:\"public\";s:16:\"description_long\";s:73:\"Meet the ultimate data visualization tool for WordPress and Cornerstone.\n\";s:9:\"installed\";b:0;s:9:\"activated\";b:0;}}}','off'),
(254,'cornerstone_color_items','[]','yes'),
(256,'cs_last_save','2024-07-16 16:42:54','yes'),
(271,'x_stack','integrity','yes'),
(272,'x_integrity_design','light','yes'),
(273,'x_integrity_topbar_transparency_enable','','yes'),
(274,'x_integrity_navbar_transparency_enable','','yes'),
(275,'x_integrity_footer_transparency_enable','','yes'),
(276,'x_integrity_blog_header_enable','','yes'),
(277,'x_integrity_blog_title','The Blog','yes'),
(278,'x_integrity_blog_subtitle','Welcome to our little corner of the Internet. Kick your feet up and stay a while.','yes'),
(279,'x_integrity_portfolio_archive_sort_button_text','Sort Portfolio','yes'),
(280,'x_integrity_portfolio_archive_post_sharing_enable','','yes'),
(281,'x_integrity_shop_header_enable','1','yes'),
(282,'x_integrity_shop_title','The Shop','yes'),
(283,'x_integrity_shop_subtitle','Welcome to our online store. Take some time to browse through our items.','yes'),
(284,'x_renew_topbar_background','#1f2c39','yes'),
(285,'x_renew_logobar_background','#2c3e50','yes'),
(286,'x_renew_navbar_background','#2c3e50','yes'),
(287,'x_renew_navbar_button_color','#ffffff','yes'),
(288,'x_renew_navbar_button_background','#3e5771','yes'),
(289,'x_renew_navbar_button_background_hover','#476481','yes'),
(290,'x_renew_footer_background','#2c3e50','yes'),
(291,'x_renew_topbar_text_color','#ffffff','yes'),
(292,'x_renew_topbar_link_color_hover','#959baf','yes'),
(293,'x_renew_footer_text_color','#ffffff','yes'),
(294,'x_renew_blog_title','The Blog','yes'),
(295,'x_renew_entry_icon_color','#dddddd','yes'),
(296,'x_renew_entry_icon_position','standard','yes'),
(297,'x_renew_entry_icon_position_horizontal','18%','yes'),
(298,'x_renew_entry_icon_position_vertical','25px','yes'),
(299,'x_renew_shop_title','The Shop','yes'),
(300,'x_icon_post_title_icon_enable','1','yes'),
(301,'x_icon_post_standard_colors_enable','','yes'),
(302,'x_icon_post_standard_color','#d1f2eb','yes'),
(303,'x_icon_post_standard_background','#16a085','yes'),
(304,'x_icon_post_image_colors_enable','','yes'),
(305,'x_icon_post_image_color','#d1eedd','yes'),
(306,'x_icon_post_image_background','#27ae60','yes'),
(307,'x_icon_post_gallery_colors_enable','','yes'),
(308,'x_icon_post_gallery_color','#d1eedd','yes'),
(309,'x_icon_post_gallery_background','#27ae60','yes'),
(310,'x_icon_post_video_colors_enable','','yes'),
(311,'x_icon_post_video_color','#e9daef','yes'),
(312,'x_icon_post_video_background','#8e44ad','yes'),
(313,'x_icon_post_audio_colors_enable','','yes'),
(314,'x_icon_post_audio_color','#cfd4d9','yes'),
(315,'x_icon_post_audio_background','#2c3e50','yes'),
(316,'x_icon_post_quote_colors_enable','','yes'),
(317,'x_icon_post_quote_color','#fcf2c8','yes'),
(318,'x_icon_post_quote_background','#f1c40f','yes'),
(319,'x_icon_post_link_colors_enable','','yes'),
(320,'x_icon_post_link_color','#f9d0cc','yes'),
(321,'x_icon_post_link_background','#c0392b','yes'),
(322,'x_icon_shop_title','The Shop','yes'),
(323,'x_ethos_topbar_background','#222222','yes'),
(324,'x_ethos_navbar_background','#333333','yes'),
(325,'x_ethos_sidebar_widget_headings_color','#333333','yes'),
(326,'x_ethos_sidebar_color','#333333','yes'),
(327,'x_ethos_post_carousel_enable','','yes'),
(328,'x_ethos_post_carousel_count','6','yes'),
(329,'x_ethos_post_carousel_display','most-commented','yes'),
(330,'x_ethos_post_carousel_display_count_extra_large','5','yes'),
(331,'x_ethos_post_carousel_display_count_large','4','yes'),
(332,'x_ethos_post_carousel_display_count_medium','3','yes'),
(333,'x_ethos_post_carousel_display_count_small','2','yes'),
(334,'x_ethos_post_carousel_display_count_extra_small','1','yes'),
(335,'x_ethos_post_slider_blog_enable','','yes'),
(336,'x_ethos_post_slider_blog_height','425px','yes'),
(337,'x_ethos_post_slider_blog_count','5','yes'),
(338,'x_ethos_post_slider_blog_display','most-commented','yes'),
(339,'x_ethos_post_slider_archive_enable','','yes'),
(340,'x_ethos_post_slider_archive_height','425px','yes'),
(341,'x_ethos_post_slider_archive_count','5','yes'),
(342,'x_ethos_post_slider_archive_display','most-commented','yes'),
(343,'x_ethos_filterable_index_enable','','yes'),
(344,'x_ethos_filterable_index_categories','','yes'),
(345,'x_ethos_shop_title','The Shop','yes'),
(346,'x_layout_site','full-width','yes'),
(347,'x_layout_site_max_width','1200px','yes'),
(348,'x_layout_site_width','88%','yes'),
(349,'x_layout_content','full-width','yes'),
(350,'x_layout_content_width','72%','yes'),
(351,'x_layout_sidebar_width','250','yes'),
(352,'x_design_bg_color','#f3f3f3','yes'),
(353,'x_design_bg_image_pattern','','yes'),
(354,'x_design_bg_image_full','','yes'),
(355,'x_design_bg_image_full_fade','750','yes'),
(356,'x_root_font_size_mode','stepped','yes'),
(357,'x_root_font_size_stepped_unit','px','yes'),
(358,'x_root_font_size_stepped_xs','14','yes'),
(359,'x_root_font_size_stepped_sm','14','yes'),
(360,'x_root_font_size_stepped_md','14','yes'),
(361,'x_root_font_size_stepped_lg','14','yes'),
(362,'x_root_font_size_stepped_xl','14','yes'),
(363,'x_root_font_size_scaling_unit','px','yes'),
(364,'x_root_font_size_scaling_min','14','yes'),
(365,'x_root_font_size_scaling_max','14','yes'),
(366,'x_root_font_size_scaling_lower_limit','500','yes'),
(367,'x_root_font_size_scaling_upper_limit','1000','yes'),
(368,'x_google_fonts_subsets','','yes'),
(369,'x_google_fonts_subset_cyrillic','','yes'),
(370,'x_google_fonts_subset_greek','','yes'),
(371,'x_google_fonts_subset_vietnamese','','yes'),
(372,'x_body_font_family','Lato','yes'),
(373,'x_body_font_color','#999999','yes'),
(374,'x_content_font_size_rem','1rem','yes'),
(375,'x_body_font_weight','400','yes'),
(376,'x_headings_font_family','Lato','yes'),
(377,'x_headings_font_color','#272727','yes'),
(378,'x_headings_font_weight','700','yes'),
(379,'x_h1_letter_spacing','-0.035em','yes'),
(380,'x_h2_letter_spacing','-0.035em','yes'),
(381,'x_h3_letter_spacing','-0.035em','yes'),
(382,'x_h4_letter_spacing','-0.035em','yes'),
(383,'x_h5_letter_spacing','-0.035em','yes'),
(384,'x_h6_letter_spacing','-0.035em','yes'),
(385,'x_headings_uppercase_enable','','yes'),
(386,'x_headings_widget_icons_enable','','yes'),
(387,'x_site_link_color','#ff2a13','yes'),
(388,'x_site_link_color_hover','#d80f0f','yes'),
(389,'x_site_link_oembed','1','yes'),
(390,'x_site_link_oembed_own_site','1','yes'),
(391,'x_button_style','real','yes'),
(392,'x_button_shape','rounded','yes'),
(393,'x_button_size','regular','yes'),
(394,'x_button_color','#ffffff','yes'),
(395,'x_button_background_color','#ff2a13','yes'),
(396,'x_button_border_color','#ac1100','yes'),
(397,'x_button_bottom_color','#a71000','yes'),
(398,'x_button_color_hover','#ffffff','yes'),
(399,'x_button_background_color_hover','#ef2201','yes'),
(400,'x_button_border_color_hover','#600900','yes'),
(401,'x_button_bottom_color_hover','#a71000','yes'),
(402,'x_navbar_positioning','static-top','yes'),
(403,'x_logo_navigation_layout','inline','yes'),
(404,'x_logobar_adjust_spacing_top','15px','yes'),
(405,'x_logobar_adjust_spacing_bottom','15px','yes'),
(406,'x_navbar_height','90px','yes'),
(407,'x_navbar_width','235px','yes'),
(408,'x_logo_text','','yes'),
(409,'x_logo_font_family','Lato','yes'),
(410,'x_logo_font_color','#272727','yes'),
(411,'x_logo_font_size','42px','yes'),
(412,'x_logo_font_weight','700','yes'),
(413,'x_logo_letter_spacing','-0.035em','yes'),
(414,'x_logo_uppercase_enable','','yes'),
(415,'x_logo_visually_hidden_h1','','yes'),
(416,'x_logo','','yes'),
(417,'x_logo_width','','yes'),
(418,'x_logo_adjust_navbar_top','22px','yes'),
(419,'x_logo_adjust_navbar_side','30px','yes'),
(420,'x_navbar_font_family','Lato','yes'),
(421,'x_navbar_link_color','#999999','yes'),
(422,'x_navbar_link_color_hover','#272727','yes'),
(423,'x_navbar_font_size','13px','yes'),
(424,'x_navbar_font_weight','700','yes'),
(425,'x_navbar_letter_spacing','0.085em','yes'),
(426,'x_navbar_uppercase_enable','1','yes'),
(427,'x_navbar_adjust_links_top','37px','yes'),
(428,'x_navbar_adjust_links_side','50px','yes'),
(429,'x_navbar_adjust_links_top_spacing','20px','yes'),
(430,'x_header_search_enable','','yes'),
(431,'x_navbar_adjust_button_size','24px','yes'),
(432,'x_navbar_adjust_button','20px','yes'),
(433,'x_header_widget_areas','2','yes'),
(434,'x_widgetbar_button_background','#000000','yes'),
(435,'x_widgetbar_button_background_hover','#444444','yes'),
(436,'x_topbar_display','','yes'),
(437,'x_topbar_content','','yes'),
(438,'x_breadcrumb_display','1','yes'),
(439,'x_footer_widget_areas','3','yes'),
(440,'x_footer_bottom_display','1','yes'),
(441,'x_footer_menu_display','1','yes'),
(442,'x_footer_social_display','1','yes'),
(443,'x_footer_content_display','1','yes'),
(444,'x_footer_content','<p>POWERED BY <a href=\"//theme.co/pro/\" title=\"Pro – The Most Advanced Website Creator for WordPress.\" rel=\"nofollow\">PRO</a></p>','yes'),
(445,'x_footer_scroll_top_display','','yes'),
(446,'x_footer_scroll_top_position','right','yes'),
(447,'x_footer_scroll_top_display_unit','75%','yes'),
(448,'x_blog_style','standard','yes'),
(449,'x_blog_layout','sidebar','yes'),
(450,'x_blog_masonry_columns','2','yes'),
(451,'x_archive_style','standard','yes'),
(452,'x_archive_layout','sidebar','yes'),
(453,'x_archive_masonry_columns','2','yes'),
(454,'x_blog_enable_post_meta','','yes'),
(455,'x_blog_enable_full_post_content','','yes'),
(456,'x_blog_excerpt_length','60','yes'),
(457,'x_portfolio_enable','1','yes'),
(458,'x_custom_portfolio_slug','portfolio-item','yes'),
(459,'x_portfolio_enable_cropped_thumbs','','yes'),
(460,'x_portfolio_enable_post_meta','1','yes'),
(461,'x_portfolio_tag_title','Skills','yes'),
(462,'x_portfolio_launch_project_title','Launch Project','yes'),
(463,'x_portfolio_launch_project_button_text','See it Live!','yes'),
(464,'x_portfolio_share_project_title','Share this Project','yes'),
(465,'x_portfolio_enable_social','1','yes'),
(466,'x_portfolio_enable_facebook_sharing','1','yes'),
(467,'x_portfolio_enable_twitter_sharing','1','yes'),
(468,'x_portfolio_enable_linkedin_sharing','','yes'),
(469,'x_portfolio_enable_pinterest_sharing','','yes'),
(470,'x_portfolio_enable_reddit_sharing','','yes'),
(471,'x_portfolio_enable_email_sharing','','yes'),
(472,'x_bbpress_enable_templates','1','yes'),
(473,'x_bbpress_layout_content','sidebar','yes'),
(474,'x_bbpress_enable_quicktags','','yes'),
(475,'x_bbpress_header_menu_enable','','yes'),
(476,'x_buddypress_enable','1','yes'),
(477,'x_buddypress_templates_enable','1','yes'),
(478,'x_buddypress_layout_content','sidebar','yes'),
(479,'x_buddypress_header_menu_enable','','yes'),
(480,'x_buddypress_activity_title','Activity','yes'),
(481,'x_buddypress_groups_title','Groups','yes'),
(482,'x_buddypress_blogs_title','Sites','yes'),
(483,'x_buddypress_members_title','Members','yes'),
(484,'x_buddypress_register_title','Create An Account','yes'),
(485,'x_buddypress_activate_title','Activate Your Account','yes'),
(486,'x_buddypress_activity_subtitle','Meet new people, get involved, and stay connected.','yes'),
(487,'x_buddypress_groups_subtitle','Find others with similar interests and get plugged in.','yes'),
(488,'x_buddypress_blogs_subtitle','See what others are writing about. Learn something new and exciting today!','yes'),
(489,'x_buddypress_members_subtitle','Meet your new online community. Kick up your feet and stay awhile.','yes'),
(490,'x_buddypress_register_subtitle','Just fill in the fields below and we\'ll get a new account set up for you in no time!','yes'),
(491,'x_buddypress_activate_subtitle','You\'re almost there! Simply enter your activation code below and we\'ll take care of the rest.','yes'),
(492,'x_woocommerce_header_menu_enable','','yes'),
(493,'x_woocommerce_header_hide_empty_cart','','yes'),
(494,'x_woocommerce_header_cart_info','outer-inner','yes'),
(495,'x_woocommerce_header_cart_style','square','yes'),
(496,'x_woocommerce_header_cart_layout','inline','yes'),
(497,'x_woocommerce_header_cart_adjust','30px','yes'),
(498,'x_woocommerce_header_cart_content_inner','count','yes'),
(499,'x_woocommerce_header_cart_content_outer','total','yes'),
(500,'x_woocommerce_header_cart_content_inner_color','#ffffff','yes'),
(501,'x_woocommerce_header_cart_content_inner_color_hover','#ffffff','yes'),
(502,'x_woocommerce_header_cart_content_outer_color','#b7b7b7','yes'),
(503,'x_woocommerce_header_cart_content_outer_color_hover','#272727','yes'),
(504,'x_woocommerce_shop_layout_content','sidebar','yes'),
(505,'x_woocommerce_shop_columns','3','yes'),
(506,'x_woocommerce_shop_count','12','yes'),
(507,'x_woocommerce_shop_placeholder_thumbnail','','yes'),
(508,'x_woocommerce_product_tabs_enable','1','yes'),
(509,'x_woocommerce_product_tab_description_enable','1','yes'),
(510,'x_woocommerce_product_tab_additional_info_enable','1','yes'),
(511,'x_woocommerce_product_tab_reviews_enable','1','yes'),
(512,'x_woocommerce_product_related_enable','1','yes'),
(513,'x_woocommerce_product_related_columns','4','yes'),
(514,'x_woocommerce_product_related_count','4','yes'),
(515,'x_woocommerce_product_upsells_enable','1','yes'),
(516,'x_woocommerce_product_upsell_columns','4','yes'),
(517,'x_woocommerce_product_upsell_count','4','yes'),
(518,'x_woocommerce_cart_cross_sells_enable','1','yes'),
(519,'x_woocommerce_cart_cross_sells_columns','4','yes'),
(520,'x_woocommerce_cart_cross_sells_count','4','yes'),
(521,'x_woocommerce_ajax_add_to_cart_color','#545454','yes'),
(522,'x_woocommerce_ajax_add_to_cart_bg_color','#000000','yes'),
(523,'x_woocommerce_ajax_add_to_cart_color_hover','#ffffff','yes'),
(524,'x_woocommerce_ajax_add_to_cart_bg_color_hover','#46a546','yes'),
(525,'x_woocommerce_widgets_image_alignment','left','yes'),
(526,'x_social_facebook','','yes'),
(527,'x_social_twitter','','yes'),
(528,'x_social_linkedin','','yes'),
(529,'x_social_xing','','yes'),
(530,'x_social_foursquare','','yes'),
(531,'x_social_youtube','','yes'),
(532,'x_social_vimeo','','yes'),
(533,'x_social_instagram','','yes'),
(534,'x_social_pinterest','','yes'),
(535,'x_social_dribbble','','yes'),
(536,'x_social_flickr','','yes'),
(537,'x_social_github','','yes'),
(538,'x_social_behance','','yes'),
(539,'x_social_tumblr','','yes'),
(540,'x_social_whatsapp','','yes'),
(541,'x_social_soundcloud','','yes'),
(542,'x_social_rss','','yes'),
(543,'x_social_open_graph','','yes'),
(544,'x_social_fallback_image','','yes'),
(545,'x_custom_styles','','yes'),
(546,'x_custom_scripts','','yes'),
(547,'x_fixed_menu_scroll','overflow-visible','yes'),
(548,'x_enable_font_manager','1','yes'),
(549,'x_body_font_family_selection','system:helveticaneue','yes'),
(550,'x_body_font_weight_selection','fw-normal','yes'),
(551,'x_headings_font_family_selection','system:helveticaneue','yes'),
(552,'x_headings_font_weight_selection','fw-bold','yes'),
(553,'x_logo_font_family_selection','system:helveticaneue','yes'),
(554,'x_logo_font_weight_selection','fw-bold','yes'),
(555,'x_navbar_font_family_selection','system:helveticaneue','yes'),
(556,'x_navbar_font_weight_selection','fw-bold','yes'),
(557,'x_body_font_italic','','yes'),
(558,'x_headings_font_italic','','yes'),
(559,'x_logo_font_italic','','yes'),
(560,'x_navbar_font_italic','','yes'),
(561,'x_font_awesome_load_types_for_elements','1','yes'),
(562,'x_font_awesome_shim_enable','1','yes'),
(563,'x_font_awesome_solid_enable','1','yes'),
(564,'x_font_awesome_regular_enable','1','yes'),
(565,'x_font_awesome_light_enable','1','yes'),
(566,'x_font_awesome_brands_enable','1','yes'),
(567,'x_font_awesome_sharp-light_enable','1','yes'),
(568,'x_font_awesome_sharp-regular_enable','1','yes'),
(569,'x_font_awesome_sharp-solid_enable','1','yes'),
(570,'x_breakpoint_base','4','yes'),
(571,'x_breakpoint_ranges','a:4:{i:0;i:480;i:1;i:767;i:2;i:979;i:3;i:1200;}','yes'),
(572,'cs_global_parameter_json','','yes'),
(573,'cs_global_parameter_data','','yes'),
(576,'cs_component_cache','[[],[],[],[]]','yes'),
(636,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:18:\"stacy@verovine.com\";s:7:\"version\";s:3:\"6.6\";s:9:\"timestamp\";i:1721190548;}','no'),
(799,'https_detection_errors','a:0:{}','auto'),
(809,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":4,\"critical\":1}','on'),
(1395,'_site_transient_timeout_browser_10f9287deaf609ee36fb37783f2b89c0','1722360489','off'),
(1396,'_site_transient_browser_10f9287deaf609ee36fb37783f2b89c0','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"126.0.0.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(1397,'_site_transient_timeout_php_check_990bfacb848fa087bcfc06850f5e4447','1722360489','off'),
(1398,'_site_transient_php_check_990bfacb848fa087bcfc06850f5e4447','a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:3:\"7.0\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}','off'),
(1421,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.6.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.6.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.6.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.6.1\";s:7:\"version\";s:5:\"6.6.1\";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:1722358051;s:15:\"version_checked\";s:5:\"6.6.1\";s:12:\"translations\";a:0:{}}','off'),
(1603,'pro_dismiss_update_notice','1','auto'),
(1746,'_site_transient_timeout_browser_3803008dfd0b0638bddde49055bbe8a0','1722793598','off'),
(1747,'_site_transient_browser_3803008dfd0b0638bddde49055bbe8a0','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:5:\"127.0\";s:8:\"platform\";s:5:\"Linux\";s:10:\"update_url\";s:32:\"https://www.mozilla.org/firefox/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','off'),
(1851,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1722358052;s:8:\"response\";a:0:{}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:5:{s:40:\"userway-accessibility-widget/userway.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/userway-accessibility-widget\";s:4:\"slug\";s:28:\"userway-accessibility-widget\";s:6:\"plugin\";s:40:\"userway-accessibility-widget/userway.php\";s:11:\"new_version\";s:5:\"2.5.2\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/userway-accessibility-widget/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/userway-accessibility-widget.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:73:\"https://ps.w.org/userway-accessibility-widget/assets/icon.svg?rev=2526447\";s:3:\"svg\";s:73:\"https://ps.w.org/userway-accessibility-widget/assets/icon.svg?rev=2526447\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:84:\"https://ps.w.org/userway-accessibility-widget/assets/banner-1544x500.png?rev=2798246\";s:2:\"1x\";s:83:\"https://ps.w.org/userway-accessibility-widget/assets/banner-772x250.png?rev=2798246\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.7\";}s:27:\"ninja-forms/ninja-forms.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/ninja-forms\";s:4:\"slug\";s:11:\"ninja-forms\";s:6:\"plugin\";s:27:\"ninja-forms/ninja-forms.php\";s:11:\"new_version\";s:5:\"3.8.9\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/ninja-forms/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/ninja-forms.3.8.9.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-256x256.png?rev=1649747\";s:2:\"1x\";s:64:\"https://ps.w.org/ninja-forms/assets/icon-128x128.png?rev=1649747\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/ninja-forms/assets/banner-1544x500.png?rev=2069024\";s:2:\"1x\";s:66:\"https://ps.w.org/ninja-forms/assets/banner-772x250.png?rev=2069024\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.4\";}s:28:\"showcase-idx/showcaseidx.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:26:\"w.org/plugins/showcase-idx\";s:4:\"slug\";s:12:\"showcase-idx\";s:6:\"plugin\";s:28:\"showcase-idx/showcaseidx.php\";s:11:\"new_version\";s:6:\"3.2.11\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/showcase-idx/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/showcase-idx.3.2.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/showcase-idx/assets/icon-256x256.png?rev=2046212\";s:2:\"1x\";s:65:\"https://ps.w.org/showcase-idx/assets/icon-128x128.png?rev=2046212\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/showcase-idx/assets/banner-1544x500.png?rev=2046212\";s:2:\"1x\";s:67:\"https://ps.w.org/showcase-idx/assets/banner-772x250.png?rev=2046212\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.6.0\";}s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/simple-301-redirects\";s:4:\"slug\";s:20:\"simple-301-redirects\";s:6:\"plugin\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:11:\"new_version\";s:6:\"2.0.10\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/simple-301-redirects/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/simple-301-redirects.2.0.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-256x256.jpg?rev=2783827\";s:2:\"1x\";s:73:\"https://ps.w.org/simple-301-redirects/assets/icon-128x128.jpg?rev=2783827\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/simple-301-redirects/assets/banner-1544x500.png?rev=2783827\";s:2:\"1x\";s:75:\"https://ps.w.org/simple-301-redirects/assets/banner-772x250.png?rev=2783827\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:6:\"7.11.7\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wordfence.7.11.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}}s:7:\"checked\";a:5:{s:40:\"userway-accessibility-widget/userway.php\";s:5:\"2.5.2\";s:27:\"ninja-forms/ninja-forms.php\";s:5:\"3.8.9\";s:28:\"showcase-idx/showcaseidx.php\";s:6:\"3.2.11\";s:48:\"simple-301-redirects/wp-simple-301-redirects.php\";s:6:\"2.0.10\";s:23:\"wordfence/wordfence.php\";s:6:\"7.11.7\";}}','off'),
(1870,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1722358052;s:7:\"checked\";a:1:{s:3:\"pro\";s:5:\"6.4.8\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),
(1915,'_transient_timeout_dirsize_cache','2037643154','off'),
(1916,'_transient_dirsize_cache','a:953:{s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/css/app\";i:600651;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/css/codemirror-themes\";i:169742;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/css/site\";i:619368;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/css\";i:1389761;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/fonts\";i:8770372;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/img\";i:300033;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/js/app/codemirror\";i:23142;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/js/app/csslint\";i:382695;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/js/app\";i:742047;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/js/site\";i:628916;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/js\";i:4873597;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/svg\";i:18637484;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/tco/img/_\";i:31964;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/tco/img\";i:473982;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/tco\";i:519756;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets/tss\";i:421801;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/assets\";i:34912804;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/_classes/classic\";i:92111;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/_classes/dynamic-content\";i:71842;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/_classes\";i:197369;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/admin\";i:892;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Controllers\";i:37792;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Documents\";i:53545;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Elements\";i:92333;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Parsy/Lib\";i:8610;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Parsy/Parsers\";i:16346;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Parsy/Util\";i:5164;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Parsy\";i:37605;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Preview\";i:16128;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Services\";i:457144;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Templating\";i:28663;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Constants\";i:2421;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Exceptions\";i:106;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Functions\";i:14359;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Operations\";i:4426;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Reducers\";i:15205;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Statements\";i:13286;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Traits\";i:4142;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Typed\";i:6100;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss/Util\";i:12046;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Tss\";i:117183;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Util\";i:63374;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm/Bytecode\";i:703;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm/Callstack\";i:4414;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm/Functions\";i:4022;s:127:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm/Lib\";i:388;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm/Operations\";i:121;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm/Script\";i:10799;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm/Types\";i:7044;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/Vm\";i:30490;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes/WpCli\";i:1812;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/classes\";i:939798;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/config/font-awesome\";i:673446;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/config\";i:1235197;s:127:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/dynamiccontent\";i:13362;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/_alternate\";i:147824;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/alert\";i:2506;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/block-grid\";i:1776;s:145:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/block-grid-item\";i:1397;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/column\";i:3879;s:139:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/icon-list\";i:1046;s:144:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/icon-list-item\";i:2122;s:143:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/pricing-table\";i:2686;s:150:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/pricing-table-column\";i:2898;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/row\";i:2473;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/section\";i:10774;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic/text\";i:822;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/classic\";i:180302;s:138:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/control-partials\";i:301046;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/definitions\";i:644576;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements/definitions-pro\";i:149467;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/elements\";i:1722720;s:143:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/extend/menu-item-custom-fields\";i:13748;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/extend\";i:64328;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/functions/CustomStacks\";i:3409;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/functions\";i:91461;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/i18n\";i:101208;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Api/Prefabs\";i:4234;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Api\";i:59428;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/FontAwesome\";i:2901;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Max/views\";i:7216;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Max\";i:13056;s:146:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/QueryBuilder/Controls\";i:4935;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/QueryBuilder\";i:7139;s:145:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/src/Cornerstone\";i:664;s:148:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/src/DynamicContent\";i:12221;s:141:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/src/Prefabs\";i:386;s:148:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/src/TwigExtensions\";i:12056;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/src\";i:45361;s:145:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/composer\";i:90573;s:166:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/deprecation-contracts\";i:3431;s:156:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Crypto\";i:18198;s:169:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/DependencyInjection\";i:1086;s:157:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Encoder\";i:20669;s:159:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Exception\";i:2515;s:156:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Header\";i:39210;s:169:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/HtmlToTextConverter\";i:2106;s:164:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Part/Multipart\";i:6339;s:154:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Part\";i:27104;s:163:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Resources/bin\";i:4977;s:159:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Resources\";i:4977;s:165:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Test/Constraint\";i:10275;s:154:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime/Test\";i:10275;s:149:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/mime\";i:364416;s:159:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-ctype\";i:11255;s:167:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-grapheme\";i:17403;s:180:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-idn/Resources/unidata\";i:269440;s:172:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-idn/Resources\";i:269440;s:162:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-idn\";i:310525;s:185:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-normalizer/Resources/stubs\";i:404;s:187:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-normalizer/Resources/unidata\";i:137233;s:179:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-normalizer/Resources\";i:137637;s:169:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-intl-normalizer\";i:150153;s:180:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-mbstring/Resources/unidata\";i:59463;s:172:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-mbstring/Resources\";i:59463;s:162:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-mbstring\";i:109636;s:159:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-php72\";i:10718;s:175:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-php80/Resources/stubs\";i:2168;s:169:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-php80/Resources\";i:2168;s:159:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/polyfill-php80\";i:11449;s:161:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/string/Exception\";i:1089;s:161:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/string/Inflector\";i:23222;s:165:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/string/Resources/bin\";i:0;s:166:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/string/Resources/data\";i:27568;s:161:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/string/Resources\";i:28420;s:159:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/string/Slugger\";i:7841;s:151:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/string\";i:147216;s:171:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/translation-contracts/Test\";i:15909;s:166:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony/translation-contracts\";i:28744;s:144:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/symfony\";i:1164946;s:162:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/html-extra/Resources\";i:511;s:152:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/html-extra\";i:5016;s:154:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/string-extra\";i:2864;s:160:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Attribute\";i:398;s:156:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Cache\";i:4388;s:156:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Error\";i:8853;s:160:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Extension\";i:93521;s:157:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Loader\";i:14043;s:173:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Node/Expression/Binary\";i:18153;s:173:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Node/Expression/Filter\";i:1794;s:171:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Node/Expression/Test\";i:7308;s:172:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Node/Expression/Unary\";i:2088;s:166:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Node/Expression\";i:69299;s:155:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Node\";i:128538;s:162:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/NodeVisitor\";i:30198;s:166:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Profiler/Dumper\";i:6008;s:164:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Profiler/Node\";i:2114;s:171:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Profiler/NodeVisitor\";i:2251;s:159:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Profiler\";i:14538;s:160:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Resources\";i:15432;s:164:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/RuntimeLoader\";i:2403;s:158:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Sandbox\";i:9750;s:155:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Test\";i:10747;s:162:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/TokenParser\";i:31426;s:155:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src/Util\";i:2696;s:150:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig/src\";i:517476;s:146:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig/twig\";i:527308;s:141:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor/twig\";i:535188;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig/vendor\";i:1791134;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/Twig\";i:1837468;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/WordPress\";i:2965;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/csv\";i:2076;s:145:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/woocommerce/Controls\";i:408;s:144:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/woocommerce/Loopers\";i:3225;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/woocommerce\";i:4576;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration/wp-rocket\";i:590;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/integration\";i:2039716;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/shortcodes\";i:128748;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/standalone\";i:1792;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/theme-options\";i:50337;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/vendor\";i:125832;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/views/admin\";i:15869;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/views/app\";i:2091;s:127:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/views/frontend\";i:10597;s:127:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/views/partials\";i:66699;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/views/svg\";i:14756;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/views/theming\";i:2443;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes/views\";i:112455;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/includes\";i:6857729;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone/lang\";i:353044;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/cornerstone\";i:42123577;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/classes/Services\";i:1037;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/classes/Util\";i:4098;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/classes\";i:10988;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/admin\";i:8780;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/site/bbpress\";i:67987;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/site/buddypress\";i:100955;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/site/gravity_forms\";i:40144;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/site/rtl\";i:21815;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/site/stacks\";i:949092;s:127:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/site/woocommerce\";i:198718;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css/site\";i:1378711;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/css\";i:1387491;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/js/admin\";i:18867;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/js/site\";i:178946;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/js\";i:197813;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/tco/img/_\";i:31964;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/tco/img\";i:473982;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist/tco\";i:519756;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/dist\";i:2179358;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/fonts/font_awesome\";i:8770372;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/fonts/woocommerce\";i:5883;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/fonts\";i:8776255;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/plugins\";i:26535;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/pro/i18n\";i:1330;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/pro/stacks/blank/css\";i:2318;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/pro/stacks/blank\";i:4938;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/pro/stacks/starter/css\";i:8790;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/pro/stacks/starter\";i:10741;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/pro/stacks\";i:15679;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions/pro\";i:25219;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/functions\";i:53429;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/img/global\";i:40677;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/img\";i:40677;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/lang\";i:1240328;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/dist/css/site\";i:120136;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/dist/css\";i:120136;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/dist\";i:120136;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/output\";i:17668;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/views/ethos\";i:1194;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/views/footer\";i:818;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/views/global\";i:2014;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/views/icon\";i:1192;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/views/integrity\";i:1202;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/views/renew\";i:1194;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers/views\";i:7614;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/footers\";i:29368;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/functions\";i:8744;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/output\";i:50055;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views/ethos\";i:8307;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views/footer\";i:805;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views/global\";i:4922;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views/header\";i:710;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views/icon\";i:1335;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views/integrity\";i:8008;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views/renew\";i:4718;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers/views\";i:28805;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium/headers\";i:92438;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/cranium\";i:244356;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/functions/admin/markup\";i:26387;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/functions/admin\";i:98748;s:141:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/functions/frontend/generated-css\";i:82306;s:127:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/functions/frontend\";i:181427;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/functions/plugins\";i:274932;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/functions/updates\";i:147790;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/functions\";i:812625;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/bbpress\";i:65180;s:138:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/activity\";i:13637;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/blogs\";i:3510;s:143:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/groups/single\";i:23331;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/groups\";i:39024;s:151:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single/forums\";i:108;s:152:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single/friends\";i:1389;s:151:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single/groups\";i:1263;s:153:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single/messages\";i:9414;s:158:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single/notifications\";i:1498;s:152:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single/profile\";i:6015;s:153:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single/settings\";i:6328;s:144:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members/single\";i:41612;s:137:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress/members\";i:56027;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/buddypress\";i:112899;s:150:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/woocommerce/single-product/tabs\";i:2048;s:145:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/woocommerce/single-product\";i:2048;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates/woocommerce\";i:8484;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy/templates\";i:200783;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/legacy\";i:1294337;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/custom\";i:10872;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/ethos\";i:37990;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/footer\";i:1296;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/global\";i:19385;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/header\";i:1701;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/icon\";i:28738;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/integrity\";i:28925;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views/renew\";i:28785;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework/views\";i:157692;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/framework\";i:13759779;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro/inc\";i:0;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7/pro\";i:56028641;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade/pro-6vUbQ7\";i:56028641;s:76:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade\";i:56028641;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade-temp-backup/themes\";i:0;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade-temp-backup/plugins\";i:0;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/upgrade-temp-backup\";i:0;s:68:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content\";i:56028669;s:80:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/php-compat\";i:1253;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/images/media\";i:5263;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/images/smilies\";i:10082;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/images/crystal\";i:15541;s:76:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/images\";i:102178;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/block-supports\";i:130165;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/theme-compat\";i:15656;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/Decode/HTML\";i:17241;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/Decode\";i:17241;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/Parse\";i:20551;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/Content/Type\";i:8015;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/Content\";i:8015;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/XML/Declaration\";i:7098;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/XML\";i:7098;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/Cache\";i:39607;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/Net\";i:7493;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie/HTTP\";i:11487;s:79:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/SimplePie\";i:458625;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Transport\";i:35470;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Cookie\";i:4363;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Exception/Transport\";i:1397;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Exception/Http\";i:16715;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Exception\";i:22464;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Utility\";i:7176;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Response\";i:3101;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Auth\";i:2541;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src/Proxy\";i:4217;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/src\";i:214849;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests/library\";i:261;s:78:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Requests\";i:215110;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/preferences\";i:8474;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/edit-widgets\";i:95440;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/patterns\";i:7442;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/block-directory\";i:15116;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/edit-site\";i:337302;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/block-library\";i:805380;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/format-library\";i:5556;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/edit-post\";i:52240;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/widgets\";i:23740;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/commands\";i:13442;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/customize-widgets\";i:23886;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/reusable-blocks\";i:2290;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/editor\";i:249100;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/nux\";i:11624;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/list-reusable-blocks\";i:17928;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/components\";i:357993;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist/block-editor\";i:617115;s:78:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css/dist\";i:2644068;s:73:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/css\";i:3289825;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Text/Diff/Renderer\";i:5528;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Text/Diff/Engine\";i:31802;s:79:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Text/Diff\";i:44136;s:74:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/Text\";i:57049;s:76:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/assets\";i:24990;s:78:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/html-api\";i:330488;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/certificates\";i:233231;s:73:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/ID3\";i:1160011;s:74:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/pomo\";i:57146;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/interactivity-api\";i:55221;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/navigation\";i:132149;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-content\";i:1389;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comments\";i:28882;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/query-pagination-numbers\";i:1942;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/gallery\";i:80571;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/shortcode\";i:2918;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/calendar\";i:3804;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comment-content\";i:1369;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/details\";i:2030;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/template-part\";i:7986;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-navigation-link\";i:4010;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/columns\";i:9193;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comment-reply-link\";i:1001;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-author-name\";i:1118;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/term-description\";i:1751;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/code\";i:2638;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/footnotes\";i:2642;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/loginout\";i:1026;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/avatar\";i:2296;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/button\";i:14416;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comments-title\";i:1701;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-author-biography\";i:971;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/categories\";i:2825;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/social-link\";i:3474;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/separator\";i:5038;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/html\";i:3770;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/page-list\";i:7663;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/home-link\";i:1130;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/pattern\";i:411;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/query-pagination-previous\";i:1051;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/widget-group\";i:400;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/freeform\";i:41824;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/audio\";i:3660;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/query\";i:14007;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/site-tagline\";i:1625;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/verse\";i:1860;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/site-logo\";i:17033;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/site-title\";i:2289;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/query-no-results\";i:899;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/heading\";i:5731;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/pullquote\";i:8267;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/buttons\";i:11183;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/nextpage\";i:3039;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/paragraph\";i:6904;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/navigation-submenu\";i:5842;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/archives\";i:1725;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-template\";i:8072;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/query-pagination\";i:9403;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/embed\";i:11232;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/block\";i:587;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-featured-image\";i:29684;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/media-text\";i:14445;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/page-list-item\";i:1109;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/column\";i:1597;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comment-edit-link\";i:1213;s:80:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/rss\";i:4491;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comments-pagination\";i:8628;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comment-date\";i:1112;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/query-title\";i:1392;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/quote\";i:6526;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/more\";i:3770;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/read-more\";i:2526;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-date\";i:1377;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/tag-cloud\";i:3616;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/missing\";i:617;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-title\";i:1823;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/social-links\";i:58808;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-excerpt\";i:2925;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/preformatted\";i:1696;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/latest-comments\";i:6657;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comments-pagination-previous\";i:1023;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comments-pagination-next\";i:1011;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/search\";i:19592;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/list-item\";i:1137;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/navigation-link\";i:11752;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/latest-posts\";i:11776;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-comments-form\";i:9737;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/group\";i:9055;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-terms\";i:1715;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/table\";i:27351;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/list\";i:2173;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comment-author-name\";i:1192;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comments-pagination-numbers\";i:1833;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/query-pagination-next\";i:1039;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/file\";i:11514;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/image\";i:64157;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/text-columns\";i:3034;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/comment-template\";i:2910;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/video\";i:11619;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/cover\";i:83346;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/post-author\";i:2895;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/legacy-widget\";i:556;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks/spacer\";i:4737;s:76:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/blocks\";i:1503913;s:79:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/customize\";i:177349;s:77:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/widgets\";i:158524;s:79:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/PHPMailer\";i:233227;s:74:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/l10n\";i:30499;s:75:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/fonts\";i:326266;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core32/SecretStream\";i:3656;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core32/Poly1305\";i:15965;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core32/ChaCha20\";i:6407;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core32/Curve25519/Ge\";i:8177;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core32/Curve25519\";i:122690;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core32\";i:437041;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/PHP52\";i:4116;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core/Base64\";i:22135;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core/SecretStream\";i:3624;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core/Poly1305\";i:12912;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core/ChaCha20\";i:5264;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core/Curve25519/Ge\";i:7881;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core/Curve25519\";i:121645;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src/Core\";i:452743;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/src\";i:1207254;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/namespaced/Core/Poly1305\";i:112;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/namespaced/Core/ChaCha20\";i:224;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge\";i:602;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/namespaced/Core/Curve25519\";i:820;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/namespaced/Core\";i:2444;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/namespaced\";i:2698;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat/lib\";i:87360;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sodium_compat\";i:1303525;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sitemaps/providers\";i:17593;s:78:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/sitemaps\";i:47491;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/rest-api/endpoints\";i:848388;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/rest-api/search\";i:16749;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/rest-api/fields\";i:22510;s:78:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/rest-api\";i:977234;s:73:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/IXR\";i:33915;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/block-patterns\";i:8843;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/block-bindings\";i:3610;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/dist/vendor\";i:2753435;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/dist/development\";i:179848;s:77:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/dist\";i:21234878;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/langs\";i:15529;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/skins/wordpress/images\";i:14207;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/skins/wordpress\";i:22831;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/skins/lightgray/img\";i:2856;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/skins/lightgray/fonts\";i:155760;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/skins/lightgray\";i:210254;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/skins\";i:233085;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/themes/inlite\";i:452642;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/themes/modern\";i:446221;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/themes\";i:898863;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/fullscreen\";i:7779;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wplink\";i:26816;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wpemoji\";i:5099;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/media\";i:57914;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wptextpattern\";i:11923;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wpdialogs\";i:3761;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wpview\";i:8985;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wordpress\";i:50628;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wpautoresize\";i:8332;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/paste\";i:113193;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/colorpicker\";i:4910;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/hr\";i:1347;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/lists\";i:97383;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/tabfocus\";i:5336;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/compat3x/css\";i:8179;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/compat3x\";i:21758;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wpeditimage\";i:37711;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/link\";i:32949;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/directionality\";i:2749;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/textcolor\";i:16237;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/wpgallery\";i:4806;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/image\";i:55874;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins/charmap\";i:31811;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/plugins\";i:607301;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce/utils\";i:18826;s:80:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/tinymce\";i:2854127;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/imgareaselect\";i:49553;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/jquery/ui\";i:787634;s:79:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/jquery\";i:1305370;s:77:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/crop\";i:20004;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/thickbox\";i:31323;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/mediaelement/renderers\";i:18880;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/mediaelement\";i:721307;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/swfupload\";i:8715;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/codemirror\";i:1287141;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/plupload\";i:490468;s:78:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js/jcrop\";i:24976;s:72:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/js\";i:30443441;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes/style-engine\";i:47528;s:69:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-includes\";i:48794197;s:73:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/images\";i:426821;s:85:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/sunrise\";i:78407;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/ocean\";i:75229;s:87:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/ectoplasm\";i:77742;s:82:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/blue\";i:77778;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/light\";i:78474;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/midnight\";i:78486;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/coffee\";i:75892;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors/modern\";i:77989;s:77:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css/colors\";i:643556;s:70:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/css\";i:2542173;s:71:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/user\";i:3685;s:75:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/includes\";i:3068919;s:72:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/maint\";i:7592;s:74:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/network\";i:125999;s:77:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/js/widgets\";i:139432;s:69:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin/js\";i:1971224;s:66:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-admin\";i:9070949;s:57:\"/home/httpd/html/dev.themooringsverobeach.com/public_html\";i:114081827;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/stacks/starter/css\";i:8777;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/stacks/starter\";i:10723;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/stacks/blank/css\";i:2318;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/stacks/blank\";i:4933;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/stacks\";i:15656;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/i18n\";i:1330;s:83:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/inc\";i:0;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/lang\";i:350164;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/vendor\";i:125832;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/woocommerce/Loopers\";i:3225;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/woocommerce/Controls\";i:408;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/woocommerce\";i:4576;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/WordPress\";i:2965;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/Max/views\";i:7216;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/Max\";i:10602;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/QueryBuilder/Controls\";i:4878;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/QueryBuilder\";i:7082;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/FontAwesome\";i:2878;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/Api/Prefabs\";i:4210;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/Api\";i:49888;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration/csv\";i:2076;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/integration\";i:183243;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/views/partials\";i:65352;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/views/svg\";i:14756;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/views/frontend\";i:10597;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/views/app\";i:2091;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/views/theming\";i:2443;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/views/admin\";i:15869;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/views\";i:111108;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/functions/CustomStacks\";i:3404;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/functions\";i:84776;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Templating\";i:26094;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Documents\";i:51347;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Elements\";i:92239;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Util\";i:12046;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Statements\";i:13286;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Exceptions\";i:106;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Traits\";i:4142;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Operations\";i:4426;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Reducers\";i:15208;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Functions\";i:14359;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Constants\";i:2421;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss/Typed\";i:6100;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Tss\";i:116791;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/WpCli\";i:1812;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Util\";i:61776;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Controllers\";i:32778;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm/Bytecode\";i:703;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm/Operations\";i:121;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm/Types\";i:7044;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm/Script\";i:10799;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm/Functions\";i:4022;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm/Lib\";i:388;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm/Callstack\";i:4410;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Vm\";i:30486;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Preview\";i:14636;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Services\";i:442729;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Parsy/Parsers\";i:16346;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Parsy/Lib\";i:8610;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Parsy/Util\";i:5164;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes/Parsy\";i:37605;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/classes\";i:912022;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/extend/menu-item-custom-fields\";i:13748;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/extend\";i:64323;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/theme-options\";i:50317;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/control-partials\";i:302050;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/definitions-pro\";i:147678;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/block-grid\";i:1776;s:138:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/pricing-table-column\";i:2898;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/text\";i:822;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/column\";i:3879;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/alert\";i:2506;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/pricing-table\";i:2686;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/row\";i:2473;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/section\";i:10774;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/block-grid-item\";i:1397;s:127:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/icon-list\";i:1046;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/_alternate\";i:147726;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic/icon-list-item\";i:2122;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/classic\";i:180204;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements/definitions\";i:638874;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/elements\";i:1713117;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/_classes/dynamic-content\";i:68441;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/_classes/classic\";i:91805;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/_classes\";i:193291;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/admin\";i:892;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/dynamiccontent\";i:10849;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/config/font-awesome\";i:597850;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/config\";i:1147920;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/standalone\";i:1792;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/shortcodes\";i:128687;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes/i18n\";i:98715;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/includes\";i:4858621;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/img\";i:300033;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/tss\";i:430388;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/fonts\";i:7839344;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/css/app\";i:599290;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/css/codemirror-themes\";i:169742;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/css/site\";i:615482;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/css\";i:1384514;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/svg\";i:18202179;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/tco/img/_\";i:31964;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/tco/img\";i:473982;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/tco\";i:519756;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/js/app/csslint\";i:382695;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/js/app\";i:718925;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/js/site\";i:623365;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets/js\";i:4810769;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone/assets\";i:33486983;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/cornerstone\";i:38695768;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/functions\";i:8759;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views/global\";i:4922;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views/footer\";i:805;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views/icon\";i:1335;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views/ethos\";i:8307;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views/renew\";i:4718;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views/header\";i:710;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views/integrity\";i:8008;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/views\";i:28805;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers/output\";i:50050;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/headers\";i:92448;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/dist/css/site\";i:120136;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/dist/css\";i:120136;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/dist\";i:120136;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/views/global\";i:2014;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/views/footer\";i:818;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/views/icon\";i:1192;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/views/ethos\";i:1194;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/views/renew\";i:1194;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/views/integrity\";i:1202;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/views\";i:7614;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers/output\";i:17668;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium/footers\";i:29368;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/cranium\";i:244366;s:138:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/woocommerce/single-product/tabs\";i:2048;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/woocommerce/single-product\";i:2048;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/woocommerce\";i:8484;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/bbpress\";i:65180;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/blogs\";i:3510;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/activity\";i:13637;s:131:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/groups/single\";i:23331;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/groups\";i:39024;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single/friends\";i:1389;s:141:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single/settings\";i:6328;s:146:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single/notifications\";i:1498;s:139:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single/groups\";i:1263;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single/profile\";i:6015;s:141:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single/messages\";i:9414;s:139:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single/forums\";i:108;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members/single\";i:41612;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress/members\";i:56027;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates/buddypress\";i:112899;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/templates\";i:200783;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/functions/updates\";i:147108;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/functions/plugins\";i:274608;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/functions/frontend/generated-css\";i:82218;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/functions/frontend\";i:181219;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/functions/admin/markup\";i:26387;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/functions/admin\";i:98595;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy/functions\";i:810382;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/legacy\";i:1292025;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/fonts/woocommerce\";i:5883;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/fonts/font_awesome\";i:7839344;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/fonts\";i:7845227;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/img/global\";i:40677;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/img\";i:40677;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/plugins\";i:24431;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/pro/stacks/blank/css\";i:2318;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/pro/stacks/blank\";i:4933;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/pro/stacks/starter/css\";i:8762;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/pro/stacks/starter\";i:10708;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/pro/stacks\";i:15641;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/pro/i18n\";i:1330;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions/pro\";i:24699;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/functions\";i:50655;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/js/site\";i:177992;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/js/admin\";i:18867;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/js\";i:196859;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/admin\";i:8780;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/site/gravity_forms\";i:40144;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/site/bbpress\";i:67987;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/site/buddypress\";i:100955;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/site/woocommerce\";i:198718;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/site/stacks\";i:947908;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/site/rtl\";i:21815;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css/site\";i:1377527;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/css\";i:1386307;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/tco/img/_\";i:31964;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/tco/img\";i:473982;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist/tco\";i:519756;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/dist\";i:2176055;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/lang\";i:1239024;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/classes/Services\";i:1037;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/classes/Util\";i:4098;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/classes\";i:10819;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/footer\";i:1296;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/global\";i:19385;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/icon\";i:28738;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/header\";i:1701;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/integrity\";i:28925;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/renew\";i:28785;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/ethos\";i:37990;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views/custom\";i:10872;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework/views\";i:157692;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro/framework\";i:12818884;s:79:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes/pro\";i:53685450;s:75:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/themes\";i:53685478;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/userway-accessibility-widget/includes/assets/css\";i:1443;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/userway-accessibility-widget/includes/assets/images\";i:127331;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/userway-accessibility-widget/includes/assets\";i:128774;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/userway-accessibility-widget/includes\";i:149349;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/userway-accessibility-widget\";i:155848;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/assets/css\";i:32004;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/assets/images\";i:14555;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/assets/js\";i:56969;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/assets\";i:103528;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/includes/Admin/WPDev\";i:39501;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/includes/Admin\";i:51321;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/includes\";i:57021;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/languages\";i:6570;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/vendor/composer\";i:24175;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects/vendor\";i:24353;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/simple-301-redirects\";i:683249;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/showcase-idx/2\";i:32646;s:91:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/showcase-idx/3\";i:55910;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/showcase-idx/css\";i:2989;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/showcase-idx/images\";i:42550;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/showcase-idx\";i:153824;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/css\";i:911282;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/fonts\";i:838395;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/img/add-ons\";i:788764;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/img/promotions\";i:62074;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/img\";i:902839;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/js/lib\";i:562939;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/js/min\";i:2999609;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets/js\";i:3585883;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/assets\";i:6238399;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/blocks/form\";i:149;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/blocks/views/includes/Authentication\";i:3598;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/blocks/views/includes/DataBuilder\";i:7191;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/blocks/views/includes\";i:10789;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/blocks/views\";i:10789;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/blocks\";i:24178;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/build\";i:685587;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Controllers\";i:55160;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Processes\";i:771;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/AJAX/REST\";i:17831;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/AJAX/Requests\";i:605;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/AJAX\";i:74367;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Abstracts\";i:107135;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Actions\";i:51515;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Adapters\";i:5339;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Admin/CPT\";i:25591;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Admin/Menus\";i:123399;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Admin/Metaboxes\";i:8020;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Admin/Processes\";i:67127;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Admin\";i:283296;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Config\";i:214923;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Contracts\";i:6473;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Database/Migrations\";i:18315;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Database/Models\";i:62685;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Database\";i:188061;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Display\";i:50426;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Entities\";i:29203;s:116:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Exports/Interfaces\";i:7426;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Exports\";i:63516;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Factories\";i:5375;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Fields\";i:100274;s:106:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Handlers\";i:57559;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Integrations/EDD\";i:28352;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Integrations\";i:31354;s:136:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing/classes\";i:14219;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Libraries/BackgroundProcessing\";i:14824;s:111:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Libraries/EOS\";i:25962;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Session\";i:17584;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Libraries/Whip\";i:2868;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Libraries\";i:61238;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/MergeTags\";i:45741;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Routes\";i:34909;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Telemetry\";i:1837;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Templates\";i:552160;s:105:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/Updates\";i:93655;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes/WPCLI\";i:2640;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/includes\";i:2112995;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/lang\";i:9084184;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/lib/Legacy\";i:113636;s:107:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/lib/StepProcessing\";i:10357;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/lib\";i:130829;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/services\";i:13616;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/src/components/tests/__snapshots__\";i:6179;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/src/components/tests\";i:19237;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/src/components\";i:44070;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/src/params\";i:1660;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/src\";i:49605;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/vendor/composer\";i:37753;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms/vendor\";i:38524;s:88:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/ninja-forms\";i:18553144;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/composer\";i:41647;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/dist\";i:703;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib\";i:43920;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/random_compat\";i:45721;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib\";i:87773;s:149:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20\";i:342;s:154:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge\";i:897;s:151:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519\";i:1233;s:149:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305\";i:171;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core\";i:3801;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced\";i:4232;s:140:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64\";i:15574;s:142:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20\";i:5382;s:147:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge\";i:8176;s:144:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519\";i:121840;s:142:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305\";i:12971;s:146:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream\";i:3683;s:133:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core\";i:447439;s:144:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20\";i:6525;s:149:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge\";i:8472;s:146:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519\";i:122885;s:144:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305\";i:16024;s:148:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream\";i:3715;s:135:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32\";i:438357;s:134:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52\";i:4175;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src\";i:1203620;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie/sodium_compat\";i:1302527;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor/paragonie\";i:1348248;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto/vendor\";i:1390155;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/crypto\";i:1390155;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/css/images\";i:36376;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/css/license\";i:131107;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/css\";i:695255;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/fonts\";i:289944;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/images/icons\";i:82660;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/images/logos\";i:9280;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/images\";i:345688;s:89:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/js\";i:780645;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/languages\";i:442247;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer/Html\";i:13763;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/lib/Diff/Renderer\";i:16813;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/lib/Diff\";i:34685;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/lib/dashboard\";i:37967;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/lib/rest-api\";i:26659;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/lib\";i:8943031;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/models/block\";i:65266;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/models/common\";i:845;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/models/firewall\";i:16494;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/models/page\";i:7216;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/models/scanner\";i:44056;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/models\";i:134231;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes/controller\";i:189503;s:130:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/crypto\";i:14246;s:132:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/settings\";i:4916;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/text\";i:1675;s:128:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model/view\";i:1813;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes/model\";i:57505;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes/utility\";i:9790;s:117:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/classes\";i:257153;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/css\";i:365204;s:113:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/img\";i:48448;s:112:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/js\";i:317951;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/common\";i:8004;s:121:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/email\";i:1349;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/manage\";i:21490;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/onboarding\";i:1749;s:123:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/options\";i:73364;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/page\";i:17127;s:124:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/settings\";i:17961;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views/user\";i:528;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security/views\";i:141927;s:109:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules/login-security\";i:1133852;s:94:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/modules\";i:1133852;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/tmp\";i:15;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/composer\";i:36677;s:129:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Exception\";i:1541;s:122:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src/Io\";i:2249;s:119:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader/src\";i:27521;s:115:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/mmdb-reader\";i:27521;s:125:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser\";i:126381;s:126:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage\";i:75124;s:118:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib\";i:460030;s:120:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views\";i:47958;s:114:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src\";i:731587;s:110:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence/wf-waf\";i:731587;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor/wordfence\";i:759108;s:93:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/vendor\";i:796399;s:101:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/blocking\";i:426128;s:99:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/common\";i:30941;s:102:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/dashboard\";i:59831;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/diagnostics\";i:18829;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/gdpr\";i:4406;s:104:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/offboarding\";i:8252;s:103:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/onboarding\";i:16343;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/options\";i:55229;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/reports\";i:45078;s:100:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/scanner\";i:198943;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/tools\";i:10688;s:98:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/tours\";i:4949;s:108:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/unsupported-php\";i:1038;s:97:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/user\";i:1093;s:96:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views/waf\";i:124901;s:92:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/views\";i:1007003;s:95:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/waf/pomo\";i:58067;s:90:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence/waf\";i:124091;s:86:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins/wordfence\";i:16231339;s:76:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/plugins\";i:35777432;s:84:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/uploads/2024/07\";i:0;s:81:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/uploads/2024\";i:0;s:76:\"/home/httpd/html/dev.themooringsverobeach.com/public_html/wp-content/uploads\";i:0;}','off'),
(2049,'_site_transient_timeout_theme_roots','1722359852','off'),
(2050,'_site_transient_theme_roots','a:1:{s:3:\"pro\";s:7:\"/themes\";}','off'),
(2054,'_site_transient_timeout_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_manifest','1722364691','off'),
(2055,'_site_transient_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_manifest','a:2:{s:9:\"templates\";a:3:{s:5:\"sites\";a:1:{i:0;a:6:{s:2:\"id\";s:1:\"9\";s:5:\"title\";s:12:\"Starter Site\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/9/2022/09/starter-home.jpg\";s:4:\"gate\";s:3:\"pro\";s:8:\"isRemote\";b:1;}}s:9:\"documents\";a:92:{i:0;a:6:{s:2:\"id\";s:6:\"1-1227\";s:5:\"title\";s:9:\"Header 05\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-05.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:1;a:6:{s:2:\"id\";s:6:\"1-1226\";s:5:\"title\";s:9:\"Header 04\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-04.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:2;a:6:{s:2:\"id\";s:6:\"1-1225\";s:5:\"title\";s:9:\"Header 03\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-03.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:3;a:6:{s:2:\"id\";s:6:\"1-1224\";s:5:\"title\";s:9:\"Header 02\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-02.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:4;a:6:{s:2:\"id\";s:6:\"1-1218\";s:5:\"title\";s:9:\"Header 01\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-header-01.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:5;a:6:{s:2:\"id\";s:6:\"1-1217\";s:5:\"title\";s:9:\"Footer 02\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-footer-02.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:6;a:6:{s:2:\"id\";s:6:\"1-1214\";s:5:\"title\";s:9:\"Footer 01\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/2022/08/st-footer-01.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:7;a:6:{s:2:\"id\";s:5:\"1-923\";s:5:\"title\";s:6:\"Blog 3\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-3.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:8;a:6:{s:2:\"id\";s:5:\"1-922\";s:5:\"title\";s:6:\"Post 3\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-3.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:9;a:6:{s:2:\"id\";s:5:\"1-921\";s:5:\"title\";s:6:\"Post 2\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-2.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:10;a:6:{s:2:\"id\";s:5:\"1-911\";s:5:\"title\";s:6:\"Blog 2\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-2.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:11;a:6:{s:2:\"id\";s:5:\"1-794\";s:5:\"title\";s:6:\"Post 1\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-post-1.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:12;a:6:{s:2:\"id\";s:5:\"1-793\";s:5:\"title\";s:6:\"Blog 1\";s:7:\"preview\";s:67:\"https://templates.theme.co/wp-content/uploads/2022/08/st-blog-1.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:13;a:6:{s:2:\"id\";s:4:\"9-10\";s:5:\"title\";s:4:\"Home\";s:7:\"preview\";s:0:\"\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:14;a:6:{s:2:\"id\";s:6:\"12-322\";s:5:\"title\";s:11:\"Studio Gold\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/studio-gold.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:15;a:6:{s:2:\"id\";s:6:\"12-262\";s:5:\"title\";s:11:\"Team of Two\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/team-of-two.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:16;a:7:{s:2:\"id\";s:6:\"12-114\";s:5:\"title\";s:13:\"Tell It Slant\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/tell-it-slant.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:17;a:6:{s:2:\"id\";s:6:\"12-159\";s:5:\"title\";s:19:\"The Final Countdown\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/the-final-countdown.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:18;a:7:{s:2:\"id\";s:6:\"12-155\";s:5:\"title\";s:8:\"The Word\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/the-word.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:19;a:7:{s:2:\"id\";s:6:\"12-126\";s:5:\"title\";s:15:\"Themeco Records\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/themeco-records.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:20;a:6:{s:2:\"id\";s:6:\"12-301\";s:5:\"title\";s:13:\"Webinar Optin\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/webinar-optin.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:21;a:7:{s:2:\"id\";s:6:\"12-150\";s:5:\"title\";s:13:\"Frank\'s Diner\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/franks-diner.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:22;a:6:{s:2:\"id\";s:6:\"12-280\";s:5:\"title\";s:13:\"Fresh Pricing\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fresh-pricing.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:23;a:6:{s:2:\"id\";s:6:\"12-274\";s:5:\"title\";s:22:\"Geometric Testimonials\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/geometric-testimonials-1.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:24;a:7:{s:2:\"id\";s:6:\"12-251\";s:5:\"title\";s:13:\"Geometry Grid\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/geometry-grid.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:25;a:7:{s:2:\"id\";s:6:\"12-258\";s:5:\"title\";s:13:\"Modern Mosaic\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/modern-mosaic.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:26;a:7:{s:2:\"id\";s:6:\"12-100\";s:5:\"title\";s:19:\"Moderne Architektur\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/moderne-architektur.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:27;a:6:{s:2:\"id\";s:6:\"12-304\";s:5:\"title\";s:23:\"Motivational Hero Video\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/motivational-hero-video.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:28;a:6:{s:2:\"id\";s:6:\"12-268\";s:5:\"title\";s:19:\"Neon Call to Action\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/neon-call-to-action.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:29;a:7:{s:2:\"id\";s:6:\"12-131\";s:5:\"title\";s:18:\"New Player Loading\";s:7:\"preview\";s:86:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/new-player-loading.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:30;a:7:{s:2:\"id\";s:6:\"12-245\";s:5:\"title\";s:17:\"Overlapping Cells\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/overlapping-cells.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:31;a:6:{s:2:\"id\";s:6:\"12-236\";s:5:\"title\";s:23:\"Product Tables | re:PRO\";s:7:\"preview\";s:88:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/product-tables-repro.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:32;a:7:{s:2:\"id\";s:6:\"12-165\";s:5:\"title\";s:16:\"Provider Palooza\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/provider-palooza.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:33;a:7:{s:2:\"id\";s:5:\"12-96\";s:5:\"title\";s:15:\"Recurring Roles\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/recurring-roles.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:34;a:7:{s:2:\"id\";s:6:\"12-140\";s:5:\"title\";s:13:\"Save the Date\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/save-the-date.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:35;a:6:{s:2:\"id\";s:6:\"12-208\";s:5:\"title\";s:18:\"Section Dividers 1\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/section-dividers-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:36;a:6:{s:2:\"id\";s:6:\"12-221\";s:5:\"title\";s:18:\"Section Dividers 2\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/section-dividers-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:37;a:7:{s:2:\"id\";s:6:\"12-168\";s:5:\"title\";s:11:\"Split Blend\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split-blend.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:38;a:6:{s:2:\"id\";s:6:\"12-266\";s:5:\"title\";s:10:\"Split Menu\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split-menu.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:39;a:7:{s:2:\"id\";s:6:\"12-174\";s:5:\"title\";s:12:\"Quick Access\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/quick-access-1.png\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:40;a:6:{s:2:\"id\";s:6:\"12-161\";s:5:\"title\";s:22:\"Better Faster Stronger\";s:7:\"preview\";s:98:\"https://templates.theme.co/wp-content/uploads/sites/12/2023/10/harder-better-faster-stronger-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:41;a:7:{s:2:\"id\";s:6:\"12-119\";s:5:\"title\";s:16:\"Caffeine Collage\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/caffeine-collage.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:42;a:6:{s:2:\"id\";s:6:\"12-195\";s:5:\"title\";s:18:\"Creative Columns 1\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-1-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:43;a:6:{s:2:\"id\";s:6:\"12-202\";s:5:\"title\";s:18:\"Creative Columns 2\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:44;a:6:{s:2:\"id\";s:6:\"12-224\";s:5:\"title\";s:18:\"Creative Columns 3\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:45;a:6:{s:2:\"id\";s:6:\"12-231\";s:5:\"title\";s:18:\"Creative Columns 4\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-4-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:46;a:6:{s:2:\"id\";s:6:\"12-240\";s:5:\"title\";s:18:\"Creative Columns 5\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-columns-5.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:47;a:6:{s:2:\"id\";s:6:\"12-211\";s:5:\"title\";s:24:\"Creative Contact Forms 1\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:48;a:6:{s:2:\"id\";s:6:\"12-214\";s:5:\"title\";s:24:\"Creative Contact Forms 2\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-2-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:49;a:6:{s:2:\"id\";s:6:\"12-189\";s:5:\"title\";s:24:\"Creative Contact Forms 3\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-3-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:50;a:6:{s:2:\"id\";s:6:\"12-186\";s:5:\"title\";s:24:\"Creative Contact Forms 4\";s:7:\"preview\";s:93:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/creative-contact-forms-4-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:51;a:7:{s:2:\"id\";s:5:\"12-88\";s:5:\"title\";s:15:\"Easel and Brush\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/easel-and-brush.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:52;a:6:{s:2:\"id\";s:6:\"12-163\";s:5:\"title\";s:21:\"Effect Deconstruction\";s:7:\"preview\";s:89:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/effect-deconstruction.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:53;a:6:{s:2:\"id\";s:5:\"12-98\";s:5:\"title\";s:15:\"Estudio Naranja\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/estudio-naranja.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:54;a:6:{s:2:\"id\";s:5:\"12-92\";s:5:\"title\";s:12:\"Faux Tableau\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/faux-tableau.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:55;a:7:{s:2:\"id\";s:5:\"12-90\";s:5:\"title\";s:14:\"Fit and Finish\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fit-and-finish.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:56;a:6:{s:2:\"id\";s:6:\"12-178\";s:5:\"title\";s:11:\"Focus Areas\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/focus-areas-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:57;a:7:{s:2:\"id\";s:6:\"12-137\";s:5:\"title\";s:10:\"Fotografia\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fotografia.jpeg\";s:4:\"gate\";s:3:\"pro\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:58;a:6:{s:2:\"id\";s:6:\"12-182\";s:5:\"title\";s:18:\"Batteries Included\";s:7:\"preview\";s:86:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/batteries-included.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:59;a:6:{s:2:\"id\";s:6:\"12-297\";s:5:\"title\";s:22:\"Architecture Portfolio\";s:7:\"preview\";s:90:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/architecture-portfolio.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:12:\"content:page\";s:8:\"isRemote\";b:1;}i:60;a:7:{s:2:\"id\";s:5:\"12-87\";s:5:\"title\";s:27:\"Postmodern Pixels (Archive)\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/postmodern-pixels-archive.jpg\";s:5:\"group\";s:4:\"blog\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:14:\"layout:archive\";s:8:\"isRemote\";b:1;}i:61;a:7:{s:2:\"id\";s:5:\"12-86\";s:5:\"title\";s:26:\"Postmodern Pixels (Single)\";s:7:\"preview\";s:91:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/postmodern-pixels-single.jpg\";s:5:\"group\";s:4:\"blog\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:single\";s:8:\"isRemote\";b:1;}i:62;a:6:{s:2:\"id\";s:5:\"12-85\";s:5:\"title\";s:9:\"Chronicle\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/chronicle.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:63;a:6:{s:2:\"id\";s:5:\"12-84\";s:5:\"title\";s:11:\"Get Started\";s:7:\"preview\";s:79:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/get-started.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:64;a:6:{s:2:\"id\";s:5:\"12-82\";s:5:\"title\";s:4:\"Mail\";s:7:\"preview\";s:72:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/mail.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:65;a:6:{s:2:\"id\";s:5:\"12-81\";s:5:\"title\";s:6:\"Pronto\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/pronto.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:66;a:6:{s:2:\"id\";s:5:\"12-79\";s:5:\"title\";s:9:\"Ravenwood\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/ravenwood.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:67;a:6:{s:2:\"id\";s:5:\"12-77\";s:5:\"title\";s:14:\"Minimal Studio\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/minimal-studio.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:68;a:6:{s:2:\"id\";s:5:\"12-75\";s:5:\"title\";s:12:\"Center Point\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/center-point-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:69;a:6:{s:2:\"id\";s:5:\"12-72\";s:5:\"title\";s:13:\"Goodwood Park\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/goodwood-park-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:70;a:6:{s:2:\"id\";s:5:\"12-68\";s:5:\"title\";s:23:\"Gradient Call to Action\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/gradient-call-to-action-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:71;a:6:{s:2:\"id\";s:5:\"12-66\";s:5:\"title\";s:11:\"In The Blue\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/in-the-blue-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:72;a:6:{s:2:\"id\";s:5:\"12-64\";s:5:\"title\";s:12:\"Flex Columns\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/flex-columns.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:73;a:6:{s:2:\"id\";s:5:\"12-63\";s:5:\"title\";s:15:\"High Visibility\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/high-visibility.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:footer\";s:8:\"isRemote\";b:1;}i:74;a:6:{s:2:\"id\";s:5:\"12-59\";s:5:\"title\";s:8:\"Bridgers\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/bridgers.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:75;a:6:{s:2:\"id\";s:5:\"12-56\";s:5:\"title\";s:6:\"El Rey\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/el-rey.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:76;a:6:{s:2:\"id\";s:5:\"12-53\";s:5:\"title\";s:19:\"Fields of Fortitude\";s:7:\"preview\";s:87:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fields-of-fortitude.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:77;a:6:{s:2:\"id\";s:5:\"12-49\";s:5:\"title\";s:16:\"Like You Mean It\";s:7:\"preview\";s:84:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/like-you-mean-it.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:78;a:6:{s:2:\"id\";s:5:\"12-47\";s:5:\"title\";s:8:\"Option 3\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/option-3.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:79;a:6:{s:2:\"id\";s:5:\"12-43\";s:5:\"title\";s:14:\"Osborne Optics\";s:7:\"preview\";s:82:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/osborne-optics.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:80;a:6:{s:2:\"id\";s:5:\"12-40\";s:5:\"title\";s:2:\"23\";s:7:\"preview\";s:70:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/23.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:81;a:6:{s:2:\"id\";s:5:\"12-37\";s:5:\"title\";s:13:\"Adventure Ten\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/adventure-ten.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:82;a:6:{s:2:\"id\";s:5:\"12-34\";s:5:\"title\";s:17:\"Kesclin McKleskin\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/kesclin-mckesclin.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:83;a:6:{s:2:\"id\";s:5:\"12-30\";s:5:\"title\";s:5:\"Split\";s:7:\"preview\";s:73:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/split.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:84;a:6:{s:2:\"id\";s:5:\"12-25\";s:5:\"title\";s:15:\"Tophat Security\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/tophat-security.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:85;a:6:{s:2:\"id\";s:5:\"12-22\";s:5:\"title\";s:13:\"Learn to Sass\";s:7:\"preview\";s:81:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/learn-to-sass.jpeg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:86;a:6:{s:2:\"id\";s:5:\"12-19\";s:5:\"title\";s:16:\"Business Success\";s:7:\"preview\";s:85:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/business-success-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:87;a:6:{s:2:\"id\";s:5:\"12-14\";s:5:\"title\";s:19:\"Easy Mobile Banking\";s:7:\"preview\";s:88:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/easy-mobile-banking-1.png\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:88;a:6:{s:2:\"id\";s:4:\"12-9\";s:5:\"title\";s:9:\"Love Hero\";s:7:\"preview\";s:76:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/love-hero.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:89;a:6:{s:2:\"id\";s:4:\"12-8\";s:5:\"title\";s:16:\"Rhythm in Motion\";s:7:\"preview\";s:83:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/rhythm-in-motion.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:90;a:6:{s:2:\"id\";s:4:\"12-7\";s:5:\"title\";s:10:\"Wanderlust\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/wanderlust.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}i:91;a:6:{s:2:\"id\";s:4:\"12-6\";s:5:\"title\";s:11:\"Fashionista\";s:7:\"preview\";s:78:\"https://templates.theme.co/wp-content/uploads/sites/12/2022/09/fashionista.jpg\";s:4:\"type\";s:8:\"document\";s:7:\"subType\";s:13:\"layout:header\";s:8:\"isRemote\";b:1;}}s:8:\"sections\";a:47:{i:0;a:6:{s:2:\"id\";s:6:\"1-1302\";s:5:\"title\";s:27:\"Slider Thumbnail Gallery 01\";s:7:\"preview\";s:94:\"https://templates.theme.co/wp-content/uploads/2024/07/slider-thumbnail-gallery-thumb-small.png\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:1;a:6:{s:2:\"id\";s:6:\"1-1300\";s:5:\"title\";s:25:\"Image Gallery Lightbox 01\";s:7:\"preview\";s:92:\"https://templates.theme.co/wp-content/uploads/2024/07/image-gallery-lightbox-thumb-small.png\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:2;a:6:{s:2:\"id\";s:6:\"1-1213\";s:5:\"title\";s:15:\"Left / Right 06\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:3;a:6:{s:2:\"id\";s:6:\"1-1212\";s:5:\"title\";s:15:\"Left / Right 05\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:4;a:6:{s:2:\"id\";s:6:\"1-1211\";s:5:\"title\";s:15:\"Left / Right 04\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:5;a:6:{s:2:\"id\";s:6:\"1-1210\";s:5:\"title\";s:15:\"Left / Right 03\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:6;a:6:{s:2:\"id\";s:6:\"1-1209\";s:5:\"title\";s:15:\"Left / Right 02\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:7;a:6:{s:2:\"id\";s:6:\"1-1202\";s:5:\"title\";s:15:\"Left / Right 01\";s:7:\"preview\";s:74:\"https://templates.theme.co/wp-content/uploads/2022/08/st-left-right-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:8;a:6:{s:2:\"id\";s:6:\"1-1257\";s:5:\"title\";s:10:\"Utility 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:9;a:6:{s:2:\"id\";s:6:\"1-1256\";s:5:\"title\";s:10:\"Utility 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:10;a:6:{s:2:\"id\";s:6:\"1-1255\";s:5:\"title\";s:10:\"Utility 03\";s:7:\"preview\";s:77:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-03-fixed.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:11;a:6:{s:2:\"id\";s:6:\"1-1254\";s:5:\"title\";s:10:\"Utility 02\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-02-adaptive.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:12;a:6:{s:2:\"id\";s:6:\"1-1248\";s:5:\"title\";s:10:\"Utility 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-utility-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:13;a:6:{s:2:\"id\";s:6:\"1-1247\";s:5:\"title\";s:14:\"Testimonial 04\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:14;a:6:{s:2:\"id\";s:6:\"1-1246\";s:5:\"title\";s:14:\"Testimonial 03\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:15;a:6:{s:2:\"id\";s:6:\"1-1245\";s:5:\"title\";s:14:\"Testimonial 02\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:16;a:6:{s:2:\"id\";s:6:\"1-1240\";s:5:\"title\";s:14:\"Testimonial 01\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-testimonial-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:17;a:6:{s:2:\"id\";s:6:\"1-1228\";s:5:\"title\";s:10:\"Pricing 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:18;a:6:{s:2:\"id\";s:6:\"1-1239\";s:5:\"title\";s:10:\"Pricing 06\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:19;a:6:{s:2:\"id\";s:6:\"1-1238\";s:5:\"title\";s:10:\"Pricing 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:20;a:6:{s:2:\"id\";s:6:\"1-1237\";s:5:\"title\";s:10:\"Pricing 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:21;a:6:{s:2:\"id\";s:6:\"1-1236\";s:5:\"title\";s:10:\"Pricing 03\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:22;a:6:{s:2:\"id\";s:6:\"1-1235\";s:5:\"title\";s:10:\"Pricing 02\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-pricing-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:23;a:6:{s:2:\"id\";s:6:\"1-1201\";s:5:\"title\";s:11:\"Centered 11\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-11.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:24;a:6:{s:2:\"id\";s:6:\"1-1200\";s:5:\"title\";s:11:\"Centered 10\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-10.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:25;a:6:{s:2:\"id\";s:6:\"1-1199\";s:5:\"title\";s:11:\"Centered 09\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-09.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:26;a:6:{s:2:\"id\";s:6:\"1-1198\";s:5:\"title\";s:11:\"Centered 08\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-08.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:27;a:6:{s:2:\"id\";s:6:\"1-1197\";s:5:\"title\";s:11:\"Centered 07\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-07.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:28;a:6:{s:2:\"id\";s:6:\"1-1196\";s:5:\"title\";s:11:\"Centered 06\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:29;a:6:{s:2:\"id\";s:6:\"1-1195\";s:5:\"title\";s:11:\"Centered 05\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:30;a:6:{s:2:\"id\";s:6:\"1-1194\";s:5:\"title\";s:11:\"Centered 04\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:31;a:6:{s:2:\"id\";s:6:\"1-1193\";s:5:\"title\";s:11:\"Centered 03\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:32;a:6:{s:2:\"id\";s:6:\"1-1192\";s:5:\"title\";s:11:\"Centered 02\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:33;a:6:{s:2:\"id\";s:6:\"1-1180\";s:5:\"title\";s:11:\"Centered 01\";s:7:\"preview\";s:80:\"https://templates.theme.co/wp-content/uploads/2022/08/st-content-centered-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:34;a:6:{s:2:\"id\";s:6:\"1-1179\";s:5:\"title\";s:10:\"Columns 11\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-11.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:35;a:6:{s:2:\"id\";s:6:\"1-1178\";s:5:\"title\";s:10:\"Columns 10\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-10.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:36;a:6:{s:2:\"id\";s:6:\"1-1177\";s:5:\"title\";s:10:\"Columns 09\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-09.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:37;a:6:{s:2:\"id\";s:6:\"1-1149\";s:5:\"title\";s:15:\"Recent Posts 02\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-recent-posts-2.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:38;a:6:{s:2:\"id\";s:6:\"1-1146\";s:5:\"title\";s:15:\"Recent Posts 01\";s:7:\"preview\";s:75:\"https://templates.theme.co/wp-content/uploads/2022/08/st-recent-posts-1.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:39;a:6:{s:2:\"id\";s:6:\"1-1174\";s:5:\"title\";s:10:\"Columns 07\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:40;a:6:{s:2:\"id\";s:6:\"1-1173\";s:5:\"title\";s:10:\"Columns 06\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-06.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:41;a:6:{s:2:\"id\";s:6:\"1-1172\";s:5:\"title\";s:10:\"Columns 05\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-05.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:42;a:6:{s:2:\"id\";s:6:\"1-1171\";s:5:\"title\";s:10:\"Columns 04\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-04.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:43;a:6:{s:2:\"id\";s:6:\"1-1169\";s:5:\"title\";s:10:\"Columns 02\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-02.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:44;a:6:{s:2:\"id\";s:6:\"1-1170\";s:5:\"title\";s:10:\"Columns 03\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-03.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:45;a:6:{s:2:\"id\";s:6:\"1-1157\";s:5:\"title\";s:10:\"Columns 01\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-01.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}i:46;a:6:{s:2:\"id\";s:6:\"1-1175\";s:5:\"title\";s:10:\"Columns 08\";s:7:\"preview\";s:71:\"https://templates.theme.co/wp-content/uploads/2022/08/st-columns-08.jpg\";s:4:\"type\";s:7:\"element\";s:7:\"subType\";s:9:\"__multi__\";s:8:\"isRemote\";b:1;}}}s:6:\"groups\";a:0:{}}','off'),
(2056,'_site_transient_timeout_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_legacyManifest','1722364691','off'),
(2057,'_site_transient_cs_remote_asset_data_e72ba15663603a1bbac4629f744911ff_legacyManifest','a:28:{i:0;a:7:{s:2:\"id\";s:10:\"legacy:457\";s:5:\"title\";s:6:\"Church\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/church/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/457\";}i:1;a:7:{s:2:\"id\";s:10:\"legacy:460\";s:5:\"title\";s:10:\"Restaurant\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-1.jpg\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/restaurant/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/460\";}i:2;a:7:{s:2:\"id\";s:10:\"legacy:463\";s:5:\"title\";s:6:\"Agency\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-2.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/agency/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/463\";}i:3;a:7:{s:2:\"id\";s:10:\"legacy:466\";s:5:\"title\";s:3:\"Spa\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-3.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/spa/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/466\";}i:4;a:7:{s:2:\"id\";s:10:\"legacy:468\";s:5:\"title\";s:9:\"Education\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-4.jpg\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/education/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/468\";}i:5;a:7:{s:2:\"id\";s:10:\"legacy:471\";s:5:\"title\";s:4:\"Band\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-5.jpg\";s:8:\"demo_url\";s:27:\"https://demo.theme.co/band/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/471\";}i:6;a:7:{s:2:\"id\";s:10:\"legacy:473\";s:5:\"title\";s:7:\"Wedding\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-6.jpg\";s:8:\"demo_url\";s:30:\"https://demo.theme.co/wedding/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/473\";}i:7;a:7:{s:2:\"id\";s:10:\"legacy:476\";s:5:\"title\";s:10:\"Food Truck\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-7.jpg\";s:8:\"demo_url\";s:33:\"https://demo.theme.co/food-truck/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/476\";}i:8;a:7:{s:2:\"id\";s:10:\"legacy:479\";s:5:\"title\";s:3:\"Gym\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-8.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/gym/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/479\";}i:9;a:7:{s:2:\"id\";s:10:\"legacy:483\";s:5:\"title\";s:3:\"App\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-9.jpg\";s:8:\"demo_url\";s:26:\"https://demo.theme.co/app/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/483\";}i:10;a:7:{s:2:\"id\";s:10:\"legacy:487\";s:5:\"title\";s:4:\"Auto\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-10.jpg\";s:8:\"demo_url\";s:27:\"https://demo.theme.co/auto/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/487\";}i:11;a:7:{s:2:\"id\";s:10:\"legacy:490\";s:5:\"title\";s:9:\"Nonprofit\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-11.jpg\";s:8:\"demo_url\";s:32:\"https://demo.theme.co/nonprofit/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/490\";}i:12;a:7:{s:2:\"id\";s:10:\"legacy:493\";s:5:\"title\";s:17:\"Bed And Breakfast\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-12.jpg\";s:8:\"demo_url\";s:40:\"https://demo.theme.co/bed-and-breakfast/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/493\";}i:13;a:7:{s:2:\"id\";s:10:\"legacy:496\";s:5:\"title\";s:6:\"Lawyer\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/11/dc-50.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/lawyer/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/496\";}i:14;a:7:{s:2:\"id\";s:10:\"legacy:695\";s:5:\"title\";s:18:\"Integrity Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc.jpg\";s:8:\"demo_url\";s:40:\"http://demo.theme.co/integrity-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/695\";}i:15;a:7:{s:2:\"id\";s:10:\"legacy:697\";s:5:\"title\";s:14:\"Renew Creative\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-1.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/renew-creative/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/697\";}i:16;a:7:{s:2:\"id\";s:10:\"legacy:699\";s:5:\"title\";s:15:\"Integrity Bands\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-2.jpg\";s:8:\"demo_url\";s:37:\"http://demo.theme.co/integrity-bands/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/699\";}i:17;a:7:{s:2:\"id\";s:10:\"legacy:701\";s:5:\"title\";s:11:\"Icon Simple\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-3.jpg\";s:8:\"demo_url\";s:33:\"http://demo.theme.co/icon-simple/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/701\";}i:18;a:7:{s:2:\"id\";s:10:\"legacy:703\";s:5:\"title\";s:14:\"Ethos Magazine\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-4.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/ethos-magazine/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/703\";}i:19;a:7:{s:2:\"id\";s:10:\"legacy:705\";s:5:\"title\";s:14:\"Renew Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-5.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/renew-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/705\";}i:20;a:7:{s:2:\"id\";s:10:\"legacy:707\";s:5:\"title\";s:12:\"Renew Agency\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-6.jpg\";s:8:\"demo_url\";s:34:\"http://demo.theme.co/renew-agency/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/707\";}i:21;a:7:{s:2:\"id\";s:10:\"legacy:709\";s:5:\"title\";s:12:\"Renew Lander\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-7.jpg\";s:8:\"demo_url\";s:34:\"http://demo.theme.co/renew-lander/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/709\";}i:22;a:7:{s:2:\"id\";s:10:\"legacy:711\";s:5:\"title\";s:11:\"Renew Bands\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-8.jpg\";s:8:\"demo_url\";s:33:\"http://demo.theme.co/renew-bands/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/711\";}i:23;a:7:{s:2:\"id\";s:10:\"legacy:713\";s:5:\"title\";s:9:\"Icon News\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:78:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-9.jpg\";s:8:\"demo_url\";s:31:\"http://demo.theme.co/icon-news/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/713\";}i:24;a:7:{s:2:\"id\";s:10:\"legacy:715\";s:5:\"title\";s:13:\"Icon Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-10.jpg\";s:8:\"demo_url\";s:35:\"http://demo.theme.co/icon-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/715\";}i:25;a:7:{s:2:\"id\";s:10:\"legacy:717\";s:5:\"title\";s:14:\"Ethos Business\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-11.jpg\";s:8:\"demo_url\";s:36:\"http://demo.theme.co/ethos-business/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/717\";}i:26;a:7:{s:2:\"id\";s:10:\"legacy:719\";s:5:\"title\";s:17:\"Ethos Photography\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:79:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2019/12/dc-12.jpg\";s:8:\"demo_url\";s:39:\"http://demo.theme.co/ethos-photography/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/719\";}i:27;a:7:{s:2:\"id\";s:10:\"legacy:908\";s:5:\"title\";s:6:\"Crafty\";s:4:\"type\";s:4:\"site\";s:7:\"preview\";s:76:\"https://demo.theme.co/designcloud/wp-content/uploads/sites/83/2020/04/dc.jpg\";s:8:\"demo_url\";s:29:\"https://demo.theme.co/crafty/\";s:8:\"isRemote\";b:1;s:16:\"legacyInstallUrl\";s:67:\"https://demo.theme.co/designcloud/wp-json/design-cloud/v3/asset/908\";}}','off'),
(2063,'_site_transient_timeout_wp_theme_files_patterns-404cd7444ad68f2199581d061a2d5287','1722365325','off'),
(2064,'_site_transient_wp_theme_files_patterns-404cd7444ad68f2199581d061a2d5287','a:2:{s:7:\"version\";s:5:\"6.4.8\";s:8:\"patterns\";a:0:{}}','off');
/*!40000 ALTER TABLE `wp_options` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_postmeta`
--
DROP TABLE IF EXISTS `wp_postmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_postmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `post_id` (`post_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=155 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_postmeta`
--
LOCK TABLES `wp_postmeta` WRITE;
/*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */;
INSERT INTO `wp_postmeta` VALUES
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(3,1,'_wp_trash_meta_status','publish'),
(4,1,'_wp_trash_meta_time','1721146378'),
(5,1,'_wp_desired_post_slug','hello-world'),
(6,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),
(7,2,'_wp_trash_meta_status','publish'),
(8,2,'_wp_trash_meta_time','1721146381'),
(9,2,'_wp_desired_post_slug','sample-page'),
(10,8,'_edit_lock','1721146263:1'),
(11,11,'_edit_lock','1721146282:1'),
(12,13,'_edit_lock','1721146298:1'),
(13,15,'_edit_lock','1721146313:1'),
(14,17,'_edit_lock','1721146367:1'),
(15,19,'_edit_lock','1721146391:1'),
(16,21,'_edit_lock','1721146408:1'),
(17,23,'_edit_lock','1721146424:1'),
(18,25,'_edit_lock','1721146448:1'),
(19,27,'_edit_lock','1721146480:1'),
(20,29,'_edit_lock','1721146500:1'),
(21,31,'_edit_lock','1721146519:1'),
(22,33,'_edit_lock','1721146591:1'),
(23,35,'_edit_lock','1721146619:1'),
(24,37,'_edit_lock','1721146639:1'),
(25,39,'_edit_lock','1721146660:1'),
(26,41,'_edit_lock','1721146699:1'),
(27,43,'_edit_lock','1721146731:1'),
(28,45,'_edit_lock','1721146770:1'),
(29,47,'_edit_lock','1721146784:1'),
(30,49,'_edit_lock','1721146816:1'),
(31,51,'_edit_lock','1721146838:1'),
(32,53,'_edit_lock','1721146877:1'),
(33,55,'_edit_lock','1721146902:1'),
(34,57,'_edit_lock','1721146926:1'),
(35,59,'_edit_lock','1721146940:1'),
(36,61,'_edit_lock','1721146963:1'),
(37,63,'_edit_lock','1721147110:1'),
(38,65,'_edit_lock','1721147009:1'),
(39,67,'_edit_lock','1721147031:1'),
(40,69,'_edit_lock','1721147055:1'),
(41,71,'_edit_lock','1721147070:1'),
(42,73,'_edit_lock','1721147091:1'),
(43,75,'_edit_lock','1721147115:1'),
(44,77,'_edit_lock','1721147153:1'),
(45,79,'_edit_lock','1721147170:1'),
(46,81,'_edit_lock','1721147316:1'),
(47,83,'_edit_lock','1721147471:1'),
(48,3,'_cs_states_cache','Draft Privacy Policy Page'),
(49,8,'_cs_states_cache',''),
(50,11,'_cs_states_cache',''),
(51,13,'_cs_states_cache',''),
(52,15,'_cs_states_cache',''),
(53,17,'_cs_states_cache',''),
(54,19,'_cs_states_cache',''),
(55,21,'_cs_states_cache',''),
(56,23,'_cs_states_cache',''),
(57,25,'_cs_states_cache',''),
(58,27,'_cs_states_cache',''),
(59,29,'_cs_states_cache',''),
(60,31,'_cs_states_cache',''),
(61,33,'_cs_states_cache',''),
(62,35,'_cs_states_cache',''),
(63,37,'_cs_states_cache',''),
(64,39,'_cs_states_cache',''),
(65,41,'_cs_states_cache',''),
(66,43,'_cs_states_cache',''),
(67,45,'_cs_states_cache',''),
(68,47,'_cs_states_cache',''),
(69,49,'_cs_states_cache',''),
(70,51,'_cs_states_cache',''),
(71,53,'_cs_states_cache',''),
(72,55,'_cs_states_cache',''),
(73,57,'_cs_states_cache',''),
(74,59,'_cs_states_cache',''),
(75,61,'_cs_states_cache',''),
(76,63,'_cs_states_cache',''),
(77,65,'_cs_states_cache',''),
(78,67,'_cs_states_cache',''),
(79,69,'_cs_states_cache',''),
(80,71,'_cs_states_cache',''),
(81,73,'_cs_states_cache',''),
(82,75,'_cs_states_cache',''),
(83,77,'_cs_states_cache',''),
(84,79,'_cs_states_cache',''),
(85,81,'_cs_states_cache',''),
(86,83,'_cs_states_cache',''),
(87,87,'_cs_template_identifier','element|__multi__'),
(88,87,'_cs_template_data','{\"elements\":[{\"_type\":\"section\",\"_order\":0,\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 100%)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"75px 0px 75px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Our core values.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 0%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(3.5vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"35px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"We Foster Education\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1.25em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"column\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0.75em 0em 0.75em 0em\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em\",\"text_graphic_icon_font_size\":\"2em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"#888888\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"graduation-cap\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"35px\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"We Pursue Excellence\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1.25em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"column\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0.75em 0em 0.75em 0em\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em\",\"text_graphic_icon_font_size\":\"2em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"#888888\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"trophy\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"35px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"We Practice Honesty\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1.25em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"column\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0.75em 0em 0.75em 0em\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em\",\"text_graphic_icon_font_size\":\"2em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"#888888\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"handshake-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"35px\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"We Create Fun\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1.25em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"column\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0.75em 0em 0.75em 0em\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em\",\"text_graphic_icon_font_size\":\"2em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"#888888\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"paint-brush\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"#000000\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"75px 0px 75px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"About our process.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 0.5em 0em\",\"text_padding\":\"0em 0em 0.5em 0em\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_border_style\":\"none none solid none\",\"text_border_color\":\"transparent transparent #888888 transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(3.5vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Direct Communication\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 1em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1.25em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"2/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"text\",\"_order\":0,\"text_type\":\"standard\",\"text_content\":\"<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">01</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\\n\\n<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">02</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"220px\",\"text_columns_gap\":\"35px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">03</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\\n\\n<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">04</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"220px\",\"text_columns_gap\":\"35px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"30px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Weekly Check-Ins\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 1em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1.25em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"2/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"text\",\"_order\":0,\"text_type\":\"standard\",\"text_content\":\"<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">01</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\\n\\n<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">02</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"220px\",\"text_columns_gap\":\"35px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">03</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\\n\\n<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">04</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"220px\",\"text_columns_gap\":\"35px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"30px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Ongoing Discovery\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 1em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1.25em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"2/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"text\",\"_order\":0,\"text_type\":\"standard\",\"text_content\":\"<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">01</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\\n\\n<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">02</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"220px\",\"text_columns_gap\":\"35px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">03</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\\n\\n<p>\\n<span style=\\\"display: block; margin: 0; font-size: 1.25em; font-weight: 700; letter-spacing: 0.15em; line-height: 1.4; color: #fff;\\\">04</span>\\nLorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat.\\n</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.7\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"220px\",\"text_columns_gap\":\"35px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}}]}'),
(89,88,'_cs_template_identifier','element|accordion'),
(90,88,'_cs_template_data','{\"atts\":{\"_type\":\"accordion\",\"accordion_base_font_size\":\"1em\",\"accordion_width\":\"100%\",\"accordion_max_width\":\"none\",\"accordion_grouped\":false,\"accordion_group\":\"\",\"accordion_bg_color\":\"transparent\",\"accordion_margin\":\"0em 0em 0em 0em\",\"accordion_padding\":\"0em 0em 0em 0em\",\"accordion_border_width\":\"0px\",\"accordion_border_style\":\"none\",\"accordion_border_color\":\"transparent\",\"accordion_border_radius\":\"0px 0px 0px 0px\",\"accordion_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_box_shadow_color\":\"transparent\",\"accordion_item_overflow\":true,\"accordion_item_spacing\":\"1em\",\"accordion_item_bg_color\":\"rgba(255, 255, 255, 1)\",\"accordion_item_padding\":\"0em 0em 0em 0em\",\"accordion_item_border_width\":\"0px\",\"accordion_item_border_style\":\"none\",\"accordion_item_border_color\":\"transparent\",\"accordion_item_border_radius\":\"3px\",\"accordion_item_box_shadow_dimensions\":\"0em 0.15em 0.65em 0em\",\"accordion_item_box_shadow_color\":\"hsla(0, 0%, 0%, 0.15)\",\"accordion_header_text_overflow\":false,\"accordion_header_indicator\":true,\"accordion_header_content_spacing\":\"0.5em\",\"accordion_header_content_reverse\":false,\"accordion_header_bg_color\":\"rgba(255, 255, 255, 1)\",\"accordion_header_bg_color_alt\":\"rgba(255, 255, 255, 1)\",\"accordion_header_indicator_type\":\"text\",\"accordion_header_indicator_text\":\"▸\",\"accordion_header_indicator_icon\":\"caret-right\",\"accordion_header_indicator_font_size\":\"1em\",\"accordion_header_indicator_width\":\"auto\",\"accordion_header_indicator_height\":\"1em\",\"accordion_header_indicator_rotation_start\":\"0deg\",\"accordion_header_indicator_rotation_end\":\"90deg\",\"accordion_header_indicator_color\":\"rgba(0, 0, 0, 1)\",\"accordion_header_indicator_color_alt\":\"rgb(232, 47, 58)\",\"accordion_header_margin\":\"0em 0em 0em 0em\",\"accordion_header_padding\":\"15px 20px 15px 20px\",\"accordion_header_border_width\":\"0px\",\"accordion_header_border_style\":\"none\",\"accordion_header_border_color\":\"transparent\",\"accordion_header_border_color_alt\":\"transparent\",\"accordion_header_border_radius\":\"0px 0px 0px 0px\",\"accordion_header_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_header_box_shadow_color\":\"transparent\",\"accordion_header_box_shadow_color_alt\":\"transparent\",\"accordion_header_font_family\":\"inherit\",\"accordion_header_font_weight\":\"400\",\"accordion_header_font_size\":\"1em\",\"accordion_header_letter_spacing\":\"0em\",\"accordion_header_line_height\":\"1.3\",\"accordion_header_font_style\":\"normal\",\"accordion_header_text_align\":\"left\",\"accordion_header_text_decoration\":\"none\",\"accordion_header_text_transform\":\"none\",\"accordion_header_text_color\":\"rgba(0, 0, 0, 1)\",\"accordion_header_text_color_alt\":\"hsl(0, 0%, 0%)\",\"accordion_header_text_shadow_dimensions\":\"0px 0px 0px\",\"accordion_header_text_shadow_color\":\"transparent\",\"accordion_header_text_shadow_color_alt\":\"transparent\",\"accordion_content_bg_color\":\"transparent\",\"accordion_content_margin\":\"0em 0em 0em 0em\",\"accordion_content_padding\":\"20px 20px 20px 20px\",\"accordion_content_border_width\":\"1px 0 0 0\",\"accordion_content_border_style\":\"solid solid solid solid\",\"accordion_content_border_color\":\"hsla(0,0%,0%,0.1) transparent transparent transparent\",\"accordion_content_border_radius\":\"0px 0px 0px 0px\",\"accordion_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_content_box_shadow_color\":\"transparent\",\"accordion_content_font_family\":\"inherit\",\"accordion_content_font_weight\":\"400\",\"accordion_content_font_size\":\"1em\",\"accordion_content_letter_spacing\":\"0em\",\"accordion_content_line_height\":\"1.6\",\"accordion_content_font_style\":\"normal\",\"accordion_content_text_align\":\"none\",\"accordion_content_text_decoration\":\"none\",\"accordion_content_text_transform\":\"none\",\"accordion_content_text_color\":\"rgba(0, 0, 0, 1)\",\"accordion_content_text_shadow_dimensions\":\"0px 0px 0px\",\"accordion_content_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(91,89,'_cs_template_identifier','element|alert'),
(92,89,'_cs_template_data','{\"atts\":{\"_type\":\"alert\",\"alert_close\":true,\"alert_width\":\"auto\",\"alert_max_width\":\"none\",\"alert_content\":\"<strong>Hey there!</strong><br>\\nThis is where the content for your alert goes. Best to keep it short and sweet!\",\"alert_bg_color\":\"#ffdfe1\",\"alert_close_font_size\":\"1em\",\"alert_close_location\":\"right\",\"alert_close_offset_top\":\"1em\",\"alert_close_offset_side\":\"1em\",\"alert_margin\":\"0em\",\"alert_padding\":\"1em 2.75em 1em 1.15em\",\"alert_border_width\":\"1px\",\"alert_border_style\":\"solid\",\"alert_border_color\":\"rgb(232,47,58)\",\"alert_border_radius\":\"3px\",\"alert_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"alert_box_shadow_color\":\"hsla(0, 0%, 0%, 0.05)\",\"alert_font_family\":\"inherit\",\"alert_font_weight\":\"400\",\"alert_font_size\":\"1em\",\"alert_line_height\":\"1.5\",\"alert_letter_spacing\":\"0em\",\"alert_font_style\":\"normal\",\"alert_text_align\":\"none\",\"alert_text_decoration\":\"none\",\"alert_text_transform\":\"none\",\"alert_text_color\":\"rgb(232, 47, 58)\",\"alert_text_shadow_dimensions\":\"0px 0px 0px\",\"alert_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"alert_close_color\":\"hsla(356, 80%, 55%, 0.5)\",\"alert_close_color_alt\":\"rgb(232, 47, 58)\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(93,90,'_cs_template_identifier','element|audio'),
(94,90,'_cs_template_data','{\"atts\":{\"_type\":\"audio\",\"audio_type\":\"embed\",\"audio_width\":\"100%\",\"audio_max_width\":\"none\",\"audio_embed_code\":\"\",\"mejs_source_files\":\"\",\"audio_margin\":\"0em\",\"mejs_type\":\"audio\",\"mejs_preload\":\"metadata\",\"mejs_advanced_controls\":false,\"mejs_autoplay\":false,\"mejs_loop\":false,\"mejs_controls_button_color\":\"rgba(255, 255, 255, 0.5)\",\"mejs_controls_button_color_alt\":\"rgb(232, 47, 58)\",\"mejs_controls_time_total_bg_color\":\"rgba(255, 255, 255, 0.25)\",\"mejs_controls_time_loaded_bg_color\":\"rgba(255, 255, 255, 0.25)\",\"mejs_controls_time_current_bg_color\":\"rgb(232, 47, 58)\",\"mejs_controls_color\":\"rgba(255, 255, 255, 0.5)\",\"mejs_controls_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"mejs_controls_padding\":\"0px\",\"mejs_controls_border_width\":\"0px\",\"mejs_controls_border_style\":\"none\",\"mejs_controls_border_color\":\"transparent\",\"mejs_controls_border_radius\":\"3px\",\"mejs_controls_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"mejs_controls_box_shadow_color\":\"transparent\",\"mejs_controls_time_rail_border_radius\":\"2px\",\"mejs_controls_time_rail_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"mejs_controls_time_rail_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"css\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_bp_base\":\"4_4\"}}'),
(95,91,'_cs_template_identifier','element|__multi__'),
(96,91,'_cs_template_data','{\"elements\":[{\"_type\":\"section\",\"_order\":0,\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"rgb(60, 60, 60)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"75px 0px 75px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Designer\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(2vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Place a brief summary about the position here. It shouldn\'t be too long as you can go into more detail in the items to the right.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.75em 0em 1.5em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 16px)\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"What We\'re Looking For\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 1.25em 0em\",\"text_padding\":\"0em 0em 1em 0em\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_border_style\":\"none none solid none\",\"text_border_color\":\"transparent transparent rgba(255,255,255,0.25) transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"left\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"white\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"<p><span style=\\\"color: #ffffff;\\\">01.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p><p><span style=\\\"color: #ffffff;\\\">02.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">03.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">04.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"210px\",\"text_columns_gap\":\"1.5em\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"rgb(40, 40, 40)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"75px 0px 75px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Developer\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(2vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Place a brief summary about the position here. It shouldn\'t be too long as you can go into more detail in the items to the right.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.75em 0em 1.5em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 16px)\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"What We\'re Looking For\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 1.25em 0em\",\"text_padding\":\"0em 0em 1em 0em\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_border_style\":\"none none solid none\",\"text_border_color\":\"transparent transparent rgba(255,255,255,0.25) transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"left\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"white\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"<p><span style=\\\"color: #ffffff;\\\">01.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p><p><span style=\\\"color: #ffffff;\\\">02.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">03.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">04.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"210px\",\"text_columns_gap\":\"1.5em\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"rgb(20, 20, 20)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"75px 0px 75px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Marketer\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(2vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Place a brief summary about the position here. It shouldn\'t be too long as you can go into more detail in the items to the right.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.75em 0em 1.5em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 16px)\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"What We\'re Looking For\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 1.25em 0em\",\"text_padding\":\"0em 0em 1em 0em\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_border_style\":\"none none solid none\",\"text_border_color\":\"transparent transparent rgba(255,255,255,0.25) transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"left\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"white\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"<p><span style=\\\"color: #ffffff;\\\">01.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p><p><span style=\\\"color: #ffffff;\\\">02.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">03.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">04.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"210px\",\"text_columns_gap\":\"1.5em\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"rgb(0, 0, 0)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"75px 0px 75px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Support\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(2vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Place a brief summary about the position here. It shouldn\'t be too long as you can go into more detail in the items to the right.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.75em 0em 1.5em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 16px)\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"What We\'re Looking For\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em 0em 1.25em 0em\",\"text_padding\":\"0em 0em 1em 0em\",\"text_border_width\":\"0px 0px 2px 0px\",\"text_border_style\":\"none none solid none\",\"text_border_color\":\"transparent transparent rgba(255,255,255,0.25) transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"left\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"white\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"<p><span style=\\\"color: #ffffff;\\\">01.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p><p><span style=\\\"color: #ffffff;\\\">02.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">03.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare.</p><p><span style=\\\"color: #ffffff;\\\">04.</span> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus.</p>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(255, 255, 255, 0.4)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"avoid\",\"text_columns\":true,\"text_columns_count\":2,\"text_columns_width\":\"210px\",\"text_columns_gap\":\"1.5em\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}}]}'),
(97,92,'_cs_template_identifier','element|breadcrumbs'),
(98,92,'_cs_template_data','{\"atts\":{\"_type\":\"breadcrumbs\",\"breadcrumbs_home_label_type\":\"icon\",\"breadcrumbs_home_label_text\":\"Home\",\"breadcrumbs_home_label_icon\":\"home\",\"breadcrumbs_width\":\"auto\",\"breadcrumbs_max_width\":\"none\",\"breadcrumbs_flex_justify\":\"flex-start\",\"breadcrumbs_reverse\":false,\"breadcrumbs_bg_color\":\"transparent\",\"breadcrumbs_font_family\":\"inherit\",\"breadcrumbs_font_weight\":\"400\",\"breadcrumbs_font_size\":\"1em\",\"breadcrumbs_line_height\":\"1.4\",\"breadcrumbs_margin\":\"0em\",\"breadcrumbs_padding\":\"0em\",\"breadcrumbs_border_width\":\"0px\",\"breadcrumbs_border_style\":\"none\",\"breadcrumbs_border_color\":\"transparent\",\"breadcrumbs_border_radius\":\"0em\",\"breadcrumbs_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"breadcrumbs_box_shadow_color\":\"transparent\",\"breadcrumbs_delimiter\":true,\"breadcrumbs_delimiter_type\":\"text\",\"breadcrumbs_delimiter_ltr_text\":\"/\",\"breadcrumbs_delimiter_rtl_text\":\"/\",\"breadcrumbs_delimiter_ltr_icon\":\"angle-right\",\"breadcrumbs_delimiter_rtl_icon\":\"angle-left\",\"breadcrumbs_delimiter_spacing\":\"10px\",\"breadcrumbs_delimiter_color\":\"rgba(0, 0, 0, 0.35)\",\"breadcrumbs_delimiter_text_shadow_dimensions\":\"0px 0px 0px\",\"breadcrumbs_delimiter_text_shadow_color\":\"transparent\",\"breadcrumbs_links_base_font_size\":\"1em\",\"breadcrumbs_links_min_width\":\"0em\",\"breadcrumbs_links_max_width\":\"none\",\"breadcrumbs_links_color\":\"hsla(0, 0%, 0%, 0.35)\",\"breadcrumbs_links_color_alt\":\"rgb(232, 47, 58)\",\"breadcrumbs_links_bg_color\":\"transparent\",\"breadcrumbs_links_bg_color_alt\":\"transparent\",\"breadcrumbs_links_font_style\":\"normal\",\"breadcrumbs_links_text_align\":\"none\",\"breadcrumbs_links_text_transform\":\"none\",\"breadcrumbs_links_letter_spacing\":\"0em\",\"breadcrumbs_links_line_height\":\"1.3\",\"breadcrumbs_links_text_shadow_dimensions\":\"0px 0px 0px\",\"breadcrumbs_links_text_shadow_color\":\"transparent\",\"breadcrumbs_links_text_shadow_color_alt\":\"transparent\",\"breadcrumbs_links_margin\":\"0px 0px 0px 0px\",\"breadcrumbs_links_padding\":\"0em 0em 0em 0em\",\"breadcrumbs_links_border_width\":\"0px\",\"breadcrumbs_links_border_style\":\"none\",\"breadcrumbs_links_border_color\":\"transparent\",\"breadcrumbs_links_border_color_alt\":\"transparent\",\"breadcrumbs_links_border_radius\":\"0em\",\"breadcrumbs_links_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"breadcrumbs_links_box_shadow_color\":\"transparent\",\"breadcrumbs_links_box_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(99,93,'_cs_template_identifier','element|button'),
(100,93,'_cs_template_data','{\"atts\":{\"_type\":\"button\",\"anchor_type\":\"button\",\"anchor_has_template\":true,\"anchor_has_link_control\":true,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"auto\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"#e82f3a\",\"anchor_bg_color_alt\":\"#cb0c2a\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.75em 0.85em 0.75em 0.85em\",\"anchor_border_width\":\"0px 0px 3px 0px\",\"anchor_border_style\":\"none none solid none\",\"anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_radius\":\"0.35em\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_text_margin\":\"4px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"white\",\"anchor_primary_text_color_alt\":\"white\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_href\":\"#\",\"anchor_info\":\"\",\"anchor_blank\":false,\"anchor_nofollow\":false,\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.35em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.85em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_text_align\":\"center\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic\":false,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"4px\",\"anchor_graphic_icon_alt_enable\":false,\"anchor_graphic_icon_font_size\":\"1.25em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_image_alt_enable\":false,\"anchor_text_interaction\":\"none\",\"anchor_graphic_interaction\":\"none\",\"anchor_primary_particle\":false,\"anchor_secondary_particle\":false,\"anchor_primary_particle_location\":\"c_c\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.05)\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle_location\":\"c_c\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_delay\":\"0.25s\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_particle_width\":\"100%\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"rgba(0, 0, 0, 0.05)\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"Learn More\",\"anchor_text_secondary_content\":\"\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_icon_alt\":\"hand-pointer-o\",\"anchor_graphic_image_width\":48,\"anchor_graphic_image_height\":48,\"anchor_graphic_image_src\":\"\",\"anchor_graphic_image_src_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":false,\"anchor_graphic_has_toggle\":false,\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(101,94,'_cs_template_identifier','element|tp-wc-cart-dropdown'),
(102,94,'_cs_template_data','{\"atts\":{\"_type\":\"tp-wc-cart-dropdown\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"icon\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":true,\"toggle_anchor_graphic_icon_font_size\":\"1.25em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"shopping-cart\",\"toggle_anchor_graphic_icon_alt\":\"cart-arrow-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"dropdown_base_font_size\":\"16px\",\"dropdown_width\":\"350px\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"2em\",\"dropdown_border_width\":\"0px\",\"dropdown_border_style\":\"none\",\"dropdown_border_color\":\"transparent\",\"dropdown_border_radius\":\"0em\",\"dropdown_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"dropdown_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"cart_title\":\"Your Items\",\"cart_order_items\":\"1\",\"cart_order_total\":\"2\",\"cart_order_buttons\":\"3\",\"cart_title_font_family\":\"inherit\",\"cart_title_font_weight\":\"700\",\"cart_title_font_size\":\"2em\",\"cart_title_letter_spacing\":\"-0.035em\",\"cart_title_line_height\":\"1.1\",\"cart_title_font_style\":\"normal\",\"cart_title_text_align\":\"none\",\"cart_title_text_decoration\":\"none\",\"cart_title_text_transform\":\"none\",\"cart_title_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_title_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_title_text_shadow_color\":\"transparent\",\"cart_title_margin\":\"0em 0em 0.35em 0em\",\"cart_items_display_remove\":true,\"cart_items_content_spacing\":\"1em\",\"cart_items_bg\":\"transparent\",\"cart_items_bg_alt\":\"transparent\",\"cart_items_margin\":\"0px\",\"cart_items_padding\":\"1em 0em 1em 0em\",\"cart_items_border_width\":\"1px 0px 0px 0px\",\"cart_items_border_style\":\"solid\",\"cart_items_border_color\":\"rgba(0, 0, 0, 0.065) transparent transparent transparent\",\"cart_items_border_color_alt\":\"rgba(0, 0, 0, 0.065) transparent transparent transparent\",\"cart_items_border_radius\":\"0px\",\"cart_items_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"cart_items_box_shadow_color\":\"transparent\",\"cart_items_box_shadow_color_alt\":\"transparent\",\"cart_thumbs_width\":\"70px\",\"cart_thumbs_border_radius\":\"0.5em\",\"cart_thumbs_box_shadow_dimensions\":\"0em 0.15em 1em 0em\",\"cart_thumbs_box_shadow_color\":\"rgba(0, 0, 0, 0.05)\",\"cart_links_font_family\":\"inherit\",\"cart_links_font_weight\":\"400\",\"cart_links_font_size\":\"1em\",\"cart_links_letter_spacing\":\"0em\",\"cart_links_line_height\":\"1.4\",\"cart_links_font_style\":\"normal\",\"cart_links_text_align\":\"none\",\"cart_links_text_decoration\":\"none\",\"cart_links_text_transform\":\"none\",\"cart_links_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_links_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"cart_links_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_links_text_shadow_color\":\"transparent\",\"cart_links_text_shadow_color_alt\":\"transparent\",\"cart_quantity_font_family\":\"inherit\",\"cart_quantity_font_weight\":\"400\",\"cart_quantity_font_size\":\"0.75em\",\"cart_quantity_letter_spacing\":\"0em\",\"cart_quantity_line_height\":\"1.9\",\"cart_quantity_font_style\":\"normal\",\"cart_quantity_text_align\":\"none\",\"cart_quantity_text_decoration\":\"none\",\"cart_quantity_text_transform\":\"none\",\"cart_quantity_text_color\":\"rgba(0, 0, 0, 0.35)\",\"cart_quantity_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_quantity_text_shadow_color\":\"transparent\",\"cart_total_bg\":\"transparent\",\"cart_total_font_family\":\"inherit\",\"cart_total_font_weight\":\"400\",\"cart_total_font_size\":\"1em\",\"cart_total_letter_spacing\":\"0em\",\"cart_total_line_height\":\"1\",\"cart_total_font_style\":\"normal\",\"cart_total_text_align\":\"center\",\"cart_total_text_decoration\":\"none\",\"cart_total_text_transform\":\"none\",\"cart_total_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_total_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_total_text_shadow_color\":\"transparent\",\"cart_total_margin\":\"0px\",\"cart_total_padding\":\"0.75em 0em 0.75em 0em\",\"cart_total_border_width\":\"1px 0px 1px 0px\",\"cart_total_border_style\":\"solid\",\"cart_total_border_color\":\"rgba(0, 0, 0, 0.065) transparent rgba(0, 0, 0, 0.065) transparent\",\"cart_total_border_radius\":\"0px\",\"cart_total_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"cart_total_box_shadow_color\":\"transparent\",\"cart_buttons_justify_content\":\"space-between\",\"cart_buttons_bg\":\"transparent\",\"cart_buttons_margin\":\"1em 0em 0em 0em\",\"cart_buttons_padding\":\"0px\",\"cart_buttons_border_width\":\"0px\",\"cart_buttons_border_style\":\"solid\",\"cart_buttons_border_color\":\"transparent\",\"cart_buttons_border_radius\":\"0px\",\"cart_anchor_type\":\"button\",\"cart_anchor_has_template\":false,\"cart_anchor_has_link_control\":false,\"cart_anchor_base_font_size\":\"1em\",\"cart_anchor_width\":\"47.5%\",\"cart_anchor_height\":\"auto\",\"cart_anchor_min_width\":\"0px\",\"cart_anchor_min_height\":\"0px\",\"cart_anchor_max_width\":\"none\",\"cart_anchor_max_height\":\"none\",\"cart_anchor_bg_color\":\"#e82f3a\",\"cart_anchor_bg_color_alt\":\"#cb0c2a\",\"cart_anchor_margin\":\"0em\",\"cart_anchor_padding\":\"0.75em 0.85em 0.75em 0.85em\",\"cart_anchor_border_width\":\"0px 0px 3px 0px\",\"cart_anchor_border_style\":\"none none solid none\",\"cart_anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"cart_anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"cart_anchor_border_radius\":\"0.5em\",\"cart_anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"cart_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.25)\",\"cart_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"cart_anchor_text_margin\":\"0px\",\"cart_anchor_primary_font_family\":\"inherit\",\"cart_anchor_primary_font_weight\":\"400\",\"cart_anchor_primary_font_size\":\"1em\",\"cart_anchor_primary_letter_spacing\":\"0em\",\"cart_anchor_primary_line_height\":\"1\",\"cart_anchor_primary_font_style\":\"normal\",\"cart_anchor_primary_text_align\":\"center\",\"cart_anchor_primary_text_decoration\":\"none\",\"cart_anchor_primary_text_transform\":\"none\",\"cart_anchor_primary_text_color\":\"white\",\"cart_anchor_primary_text_color_alt\":\"white\",\"cart_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_anchor_primary_text_shadow_color\":\"transparent\",\"cart_anchor_primary_text_shadow_color_alt\":\"transparent\",\"cart_anchor_text\":\"1\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(103,95,'_cs_template_identifier','element|tp-wc-cart-modal'),
(104,95,'_cs_template_data','{\"atts\":{\"_type\":\"tp-wc-cart-modal\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"icon\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":true,\"toggle_anchor_graphic_icon_font_size\":\"1.25em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"shopping-cart\",\"toggle_anchor_graphic_icon_alt\":\"cart-arrow-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"modal_base_font_size\":\"16px\",\"modal_close_location\":\"top-right\",\"modal_close_font_size\":\"1.5em\",\"modal_close_dimensions\":\"1\",\"modal_content_max_width\":\"450px\",\"modal_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"modal_close_color\":\"rgba(255, 255, 255, 0.5)\",\"modal_close_color_alt\":\"#ffffff\",\"modal_content_bg_color\":\"#ffffff\",\"modal_content_padding\":\"2em\",\"modal_content_border_width\":\"0px\",\"modal_content_border_style\":\"none\",\"modal_content_border_color\":\"transparent\",\"modal_content_border_radius\":\"0em\",\"modal_content_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"modal_content_box_shadow_color\":\"rgba(0, 0, 0, 0.5)\",\"cart_title\":\"Your Items\",\"cart_order_items\":\"1\",\"cart_order_total\":\"2\",\"cart_order_buttons\":\"3\",\"cart_title_font_family\":\"inherit\",\"cart_title_font_weight\":\"700\",\"cart_title_font_size\":\"2em\",\"cart_title_letter_spacing\":\"-0.035em\",\"cart_title_line_height\":\"1.1\",\"cart_title_font_style\":\"normal\",\"cart_title_text_align\":\"none\",\"cart_title_text_decoration\":\"none\",\"cart_title_text_transform\":\"none\",\"cart_title_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_title_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_title_text_shadow_color\":\"transparent\",\"cart_title_margin\":\"0em 0em 0.35em 0em\",\"cart_items_display_remove\":true,\"cart_items_content_spacing\":\"1em\",\"cart_items_bg\":\"transparent\",\"cart_items_bg_alt\":\"transparent\",\"cart_items_margin\":\"0px\",\"cart_items_padding\":\"1em 0em 1em 0em\",\"cart_items_border_width\":\"1px 0px 0px 0px\",\"cart_items_border_style\":\"solid\",\"cart_items_border_color\":\"rgba(0, 0, 0, 0.065) transparent transparent transparent\",\"cart_items_border_color_alt\":\"rgba(0, 0, 0, 0.065) transparent transparent transparent\",\"cart_items_border_radius\":\"0px\",\"cart_items_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"cart_items_box_shadow_color\":\"transparent\",\"cart_items_box_shadow_color_alt\":\"transparent\",\"cart_thumbs_width\":\"70px\",\"cart_thumbs_border_radius\":\"0.5em\",\"cart_thumbs_box_shadow_dimensions\":\"0em 0.15em 1em 0em\",\"cart_thumbs_box_shadow_color\":\"rgba(0, 0, 0, 0.05)\",\"cart_links_font_family\":\"inherit\",\"cart_links_font_weight\":\"400\",\"cart_links_font_size\":\"1em\",\"cart_links_letter_spacing\":\"0em\",\"cart_links_line_height\":\"1.4\",\"cart_links_font_style\":\"normal\",\"cart_links_text_align\":\"none\",\"cart_links_text_decoration\":\"none\",\"cart_links_text_transform\":\"none\",\"cart_links_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_links_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"cart_links_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_links_text_shadow_color\":\"transparent\",\"cart_links_text_shadow_color_alt\":\"transparent\",\"cart_quantity_font_family\":\"inherit\",\"cart_quantity_font_weight\":\"400\",\"cart_quantity_font_size\":\"0.75em\",\"cart_quantity_letter_spacing\":\"0em\",\"cart_quantity_line_height\":\"1.9\",\"cart_quantity_font_style\":\"normal\",\"cart_quantity_text_align\":\"none\",\"cart_quantity_text_decoration\":\"none\",\"cart_quantity_text_transform\":\"none\",\"cart_quantity_text_color\":\"rgba(0, 0, 0, 0.35)\",\"cart_quantity_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_quantity_text_shadow_color\":\"transparent\",\"cart_total_bg\":\"transparent\",\"cart_total_font_family\":\"inherit\",\"cart_total_font_weight\":\"400\",\"cart_total_font_size\":\"1em\",\"cart_total_letter_spacing\":\"0em\",\"cart_total_line_height\":\"1\",\"cart_total_font_style\":\"normal\",\"cart_total_text_align\":\"center\",\"cart_total_text_decoration\":\"none\",\"cart_total_text_transform\":\"none\",\"cart_total_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_total_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_total_text_shadow_color\":\"transparent\",\"cart_total_margin\":\"0px\",\"cart_total_padding\":\"0.75em 0em 0.75em 0em\",\"cart_total_border_width\":\"1px 0px 1px 0px\",\"cart_total_border_style\":\"solid\",\"cart_total_border_color\":\"rgba(0, 0, 0, 0.065) transparent rgba(0, 0, 0, 0.065) transparent\",\"cart_total_border_radius\":\"0px\",\"cart_total_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"cart_total_box_shadow_color\":\"transparent\",\"cart_buttons_justify_content\":\"space-between\",\"cart_buttons_bg\":\"transparent\",\"cart_buttons_margin\":\"1em 0em 0em 0em\",\"cart_buttons_padding\":\"0px\",\"cart_buttons_border_width\":\"0px\",\"cart_buttons_border_style\":\"solid\",\"cart_buttons_border_color\":\"transparent\",\"cart_buttons_border_radius\":\"0px\",\"cart_anchor_type\":\"button\",\"cart_anchor_has_template\":false,\"cart_anchor_has_link_control\":false,\"cart_anchor_base_font_size\":\"1em\",\"cart_anchor_width\":\"47.5%\",\"cart_anchor_height\":\"auto\",\"cart_anchor_min_width\":\"0px\",\"cart_anchor_min_height\":\"0px\",\"cart_anchor_max_width\":\"none\",\"cart_anchor_max_height\":\"none\",\"cart_anchor_bg_color\":\"#e82f3a\",\"cart_anchor_bg_color_alt\":\"#cb0c2a\",\"cart_anchor_margin\":\"0em\",\"cart_anchor_padding\":\"0.75em 0.85em 0.75em 0.85em\",\"cart_anchor_border_width\":\"0px 0px 3px 0px\",\"cart_anchor_border_style\":\"none none solid none\",\"cart_anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"cart_anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"cart_anchor_border_radius\":\"0.5em\",\"cart_anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"cart_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.25)\",\"cart_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"cart_anchor_text_margin\":\"0px\",\"cart_anchor_primary_font_family\":\"inherit\",\"cart_anchor_primary_font_weight\":\"400\",\"cart_anchor_primary_font_size\":\"1em\",\"cart_anchor_primary_letter_spacing\":\"0em\",\"cart_anchor_primary_line_height\":\"1\",\"cart_anchor_primary_font_style\":\"normal\",\"cart_anchor_primary_text_align\":\"center\",\"cart_anchor_primary_text_decoration\":\"none\",\"cart_anchor_primary_text_transform\":\"none\",\"cart_anchor_primary_text_color\":\"white\",\"cart_anchor_primary_text_color_alt\":\"white\",\"cart_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_anchor_primary_text_shadow_color\":\"transparent\",\"cart_anchor_primary_text_shadow_color_alt\":\"transparent\",\"cart_anchor_text\":\"1\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(105,96,'_cs_template_identifier','element|tp-wc-cart-off-canvas'),
(106,96,'_cs_template_data','{\"atts\":{\"_type\":\"tp-wc-cart-off-canvas\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"icon\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":true,\"toggle_anchor_graphic_icon_font_size\":\"1.25em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"shopping-cart\",\"toggle_anchor_graphic_icon_alt\":\"cart-arrow-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"off_canvas_base_font_size\":\"16px\",\"off_canvas_location\":\"right\",\"off_canvas_close_font_size\":\"1.5em\",\"off_canvas_close_dimensions\":\"1.5\",\"off_canvas_content_max_width\":\"400px\",\"off_canvas_close_color\":\"rgba(0, 0, 0, 0.35)\",\"off_canvas_close_color_alt\":\"rgba(0, 0, 0, 0.65)\",\"off_canvas_content_bg_color\":\"#ffffff\",\"off_canvas_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"off_canvas_content_border_width\":\"0px\",\"off_canvas_content_border_style\":\"none\",\"off_canvas_content_border_color\":\"transparent\",\"off_canvas_content_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"off_canvas_content_box_shadow_color\":\"rgba(0, 0, 0, 0.5)\",\"cart_title\":\"Your Items\",\"cart_order_items\":\"1\",\"cart_order_total\":\"2\",\"cart_order_buttons\":\"3\",\"cart_title_font_family\":\"inherit\",\"cart_title_font_weight\":\"700\",\"cart_title_font_size\":\"2em\",\"cart_title_letter_spacing\":\"-0.035em\",\"cart_title_line_height\":\"1.1\",\"cart_title_font_style\":\"normal\",\"cart_title_text_align\":\"none\",\"cart_title_text_decoration\":\"none\",\"cart_title_text_transform\":\"none\",\"cart_title_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_title_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_title_text_shadow_color\":\"transparent\",\"cart_title_margin\":\"0em 0em 0.35em 0em\",\"cart_items_display_remove\":true,\"cart_items_content_spacing\":\"1em\",\"cart_items_bg\":\"transparent\",\"cart_items_bg_alt\":\"transparent\",\"cart_items_margin\":\"0px\",\"cart_items_padding\":\"1em 0em 1em 0em\",\"cart_items_border_width\":\"1px 0px 0px 0px\",\"cart_items_border_style\":\"solid\",\"cart_items_border_color\":\"rgba(0, 0, 0, 0.065) transparent transparent transparent\",\"cart_items_border_color_alt\":\"rgba(0, 0, 0, 0.065) transparent transparent transparent\",\"cart_items_border_radius\":\"0px\",\"cart_items_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"cart_items_box_shadow_color\":\"transparent\",\"cart_items_box_shadow_color_alt\":\"transparent\",\"cart_thumbs_width\":\"70px\",\"cart_thumbs_border_radius\":\"0.5em\",\"cart_thumbs_box_shadow_dimensions\":\"0em 0.15em 1em 0em\",\"cart_thumbs_box_shadow_color\":\"rgba(0, 0, 0, 0.05)\",\"cart_links_font_family\":\"inherit\",\"cart_links_font_weight\":\"400\",\"cart_links_font_size\":\"1em\",\"cart_links_letter_spacing\":\"0em\",\"cart_links_line_height\":\"1.4\",\"cart_links_font_style\":\"normal\",\"cart_links_text_align\":\"none\",\"cart_links_text_decoration\":\"none\",\"cart_links_text_transform\":\"none\",\"cart_links_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_links_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"cart_links_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_links_text_shadow_color\":\"transparent\",\"cart_links_text_shadow_color_alt\":\"transparent\",\"cart_quantity_font_family\":\"inherit\",\"cart_quantity_font_weight\":\"400\",\"cart_quantity_font_size\":\"0.75em\",\"cart_quantity_letter_spacing\":\"0em\",\"cart_quantity_line_height\":\"1.9\",\"cart_quantity_font_style\":\"normal\",\"cart_quantity_text_align\":\"none\",\"cart_quantity_text_decoration\":\"none\",\"cart_quantity_text_transform\":\"none\",\"cart_quantity_text_color\":\"rgba(0, 0, 0, 0.35)\",\"cart_quantity_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_quantity_text_shadow_color\":\"transparent\",\"cart_total_bg\":\"transparent\",\"cart_total_font_family\":\"inherit\",\"cart_total_font_weight\":\"400\",\"cart_total_font_size\":\"1em\",\"cart_total_letter_spacing\":\"0em\",\"cart_total_line_height\":\"1\",\"cart_total_font_style\":\"normal\",\"cart_total_text_align\":\"center\",\"cart_total_text_decoration\":\"none\",\"cart_total_text_transform\":\"none\",\"cart_total_text_color\":\"rgba(0, 0, 0, 0.65)\",\"cart_total_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_total_text_shadow_color\":\"transparent\",\"cart_total_margin\":\"0px\",\"cart_total_padding\":\"0.75em 0em 0.75em 0em\",\"cart_total_border_width\":\"1px 0px 1px 0px\",\"cart_total_border_style\":\"solid\",\"cart_total_border_color\":\"rgba(0, 0, 0, 0.065) transparent rgba(0, 0, 0, 0.065) transparent\",\"cart_total_border_radius\":\"0px\",\"cart_total_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"cart_total_box_shadow_color\":\"transparent\",\"cart_buttons_justify_content\":\"space-between\",\"cart_buttons_bg\":\"transparent\",\"cart_buttons_margin\":\"1em 0em 0em 0em\",\"cart_buttons_padding\":\"0px\",\"cart_buttons_border_width\":\"0px\",\"cart_buttons_border_style\":\"solid\",\"cart_buttons_border_color\":\"transparent\",\"cart_buttons_border_radius\":\"0px\",\"cart_anchor_type\":\"button\",\"cart_anchor_has_template\":false,\"cart_anchor_has_link_control\":false,\"cart_anchor_base_font_size\":\"1em\",\"cart_anchor_width\":\"47.5%\",\"cart_anchor_height\":\"auto\",\"cart_anchor_min_width\":\"0px\",\"cart_anchor_min_height\":\"0px\",\"cart_anchor_max_width\":\"none\",\"cart_anchor_max_height\":\"none\",\"cart_anchor_bg_color\":\"#e82f3a\",\"cart_anchor_bg_color_alt\":\"#cb0c2a\",\"cart_anchor_margin\":\"0em\",\"cart_anchor_padding\":\"0.75em 0.85em 0.75em 0.85em\",\"cart_anchor_border_width\":\"0px 0px 3px 0px\",\"cart_anchor_border_style\":\"none none solid none\",\"cart_anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"cart_anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"cart_anchor_border_radius\":\"0.5em\",\"cart_anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"cart_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.25)\",\"cart_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"cart_anchor_text_margin\":\"0px\",\"cart_anchor_primary_font_family\":\"inherit\",\"cart_anchor_primary_font_weight\":\"400\",\"cart_anchor_primary_font_size\":\"1em\",\"cart_anchor_primary_letter_spacing\":\"0em\",\"cart_anchor_primary_line_height\":\"1\",\"cart_anchor_primary_font_style\":\"normal\",\"cart_anchor_primary_text_align\":\"center\",\"cart_anchor_primary_text_decoration\":\"none\",\"cart_anchor_primary_text_transform\":\"none\",\"cart_anchor_primary_text_color\":\"white\",\"cart_anchor_primary_text_color_alt\":\"white\",\"cart_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"cart_anchor_primary_text_shadow_color\":\"transparent\",\"cart_anchor_primary_text_shadow_color_alt\":\"transparent\",\"cart_anchor_text\":\"1\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(107,97,'_cs_template_identifier','element|content-area-dropdown'),
(108,97,'_cs_template_data','{\"atts\":{\"_type\":\"content-area-dropdown\",\"dropdown_content\":\"<div style=\\\"padding: 25px; line-height: 1.4; text-align: center;\\\">Add any HTML or custom content here.</div>\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"hsla(0, 0%, 0%, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"toggle\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":false,\"toggle_anchor_graphic_icon_font_size\":\"1.75em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"angle-down\",\"toggle_anchor_graphic_icon_alt\":\"angle-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"dropdown_base_font_size\":\"16px\",\"dropdown_width\":\"300px\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"2em\",\"dropdown_border_width\":\"0px\",\"dropdown_border_style\":\"none\",\"dropdown_border_color\":\"transparent\",\"dropdown_border_radius\":\"0em\",\"dropdown_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"dropdown_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(109,98,'_cs_template_identifier','element|content-area-modal'),
(110,98,'_cs_template_data','{\"atts\":{\"_type\":\"content-area-modal\",\"modal_content\":\"<div style=\\\"padding: 25px; line-height: 1.4; text-align: center;\\\">Add any HTML or custom content here.</div>\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"toggle\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":false,\"toggle_anchor_graphic_icon_font_size\":\"1.75em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"angle-down\",\"toggle_anchor_graphic_icon_alt\":\"angle-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"modal_base_font_size\":\"16px\",\"modal_close_location\":\"top-right\",\"modal_close_font_size\":\"1.5em\",\"modal_close_dimensions\":\"1.5\",\"modal_content_max_width\":\"500px\",\"modal_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"modal_close_color\":\"rgba(255, 255, 255, 0.5)\",\"modal_close_color_alt\":\"#ffffff\",\"modal_content_bg_color\":\"#ffffff\",\"modal_content_padding\":\"1em\",\"modal_content_border_width\":\"0px\",\"modal_content_border_style\":\"none\",\"modal_content_border_color\":\"transparent\",\"modal_content_border_radius\":\"0em\",\"modal_content_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"modal_content_box_shadow_color\":\"rgba(0, 0, 0, 0.5)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(111,99,'_cs_template_identifier','element|content-area-off-canvas'),
(112,99,'_cs_template_data','{\"atts\":{\"_type\":\"content-area-off-canvas\",\"off_canvas_content\":\"<div style=\\\"padding: 25px; line-height: 1.4; text-align: center;\\\">Add any HTML or custom content here.</div>\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"toggle\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":false,\"toggle_anchor_graphic_icon_font_size\":\"1.75em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"angle-down\",\"toggle_anchor_graphic_icon_alt\":\"angle-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"off_canvas_base_font_size\":\"16px\",\"off_canvas_location\":\"right\",\"off_canvas_close_font_size\":\"1.5em\",\"off_canvas_close_dimensions\":\"1.5\",\"off_canvas_content_max_width\":\"400px\",\"off_canvas_close_color\":\"rgba(0, 0, 0, 0.35)\",\"off_canvas_close_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"off_canvas_content_bg_color\":\"#ffffff\",\"off_canvas_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"off_canvas_content_border_width\":\"0px\",\"off_canvas_content_border_style\":\"none\",\"off_canvas_content_border_color\":\"transparent\",\"off_canvas_content_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"off_canvas_content_box_shadow_color\":\"rgba(0, 0, 0, 0.5)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(113,100,'_cs_template_identifier','element|counter'),
(114,100,'_cs_template_data','{\"atts\":{\"_type\":\"counter\",\"counter_base_font_size\":\"1em\",\"counter_width\":\"auto\",\"counter_max_width\":\"none\",\"counter_start\":\"0\",\"counter_end\":\"100\",\"counter_number_prefix_content\":\"$\",\"counter_number_suffix_content\":\".00\",\"counter_duration\":\"1.5s\",\"counter_before_after\":true,\"counter_before_content\":\"We\'ve Raised\",\"counter_after_content\":\"As of Today\",\"counter_margin\":\"0em\",\"counter_number_margin\":\"0.285em 0px 0.285em 0px\",\"counter_number_font_family\":\"inherit\",\"counter_number_font_weight\":\"400\",\"counter_number_font_size\":\"2.35em\",\"counter_number_letter_spacing\":\"0em\",\"counter_number_line_height\":\"1\",\"counter_number_font_style\":\"normal\",\"counter_number_text_align\":\"none\",\"counter_number_text_decoration\":\"none\",\"counter_number_text_transform\":\"none\",\"counter_number_text_color\":\"rgb(232, 47, 58)\",\"counter_number_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_number_text_shadow_color\":\"transparent\",\"counter_before_after_font_family\":\"inherit\",\"counter_before_after_font_weight\":\"700\",\"counter_before_after_font_size\":\"0.85em\",\"counter_before_after_letter_spacing\":\"0.35em\",\"counter_before_after_line_height\":\"1\",\"counter_before_after_font_style\":\"normal\",\"counter_before_after_text_align\":\"none\",\"counter_before_after_text_decoration\":\"none\",\"counter_before_after_text_transform\":\"uppercase\",\"counter_before_after_text_color\":\"hsla(0, 0%, 0%, 0.75)\",\"counter_before_after_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_before_after_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(115,101,'_cs_template_identifier','element|headline'),
(116,101,'_cs_template_data','{\"atts\":{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Short and Sweet Headlines are Best!\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1.65em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"-0.035em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 0.75)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"div\",\"text_overflow\":false,\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"We Feel That\",\"text_subheadline_spacing\":\"0.25em\",\"text_subheadline_reverse\":true,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"700\",\"text_subheadline_font_size\":\"0.75em\",\"text_subheadline_line_height\":\"1.2\",\"text_subheadline_letter_spacing\":\"0.35em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"uppercase\",\"text_subheadline_text_color\":\"hsla(0, 0%, 0%, 0.35)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.75em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"2em\",\"text_graphic_icon_height\":\"2em\",\"text_graphic_icon_color\":\"white\",\"text_graphic_icon_bg_color\":\"rgb(232, 47, 58)\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"100em\",\"text_graphic_icon_box_shadow_dimensions\":\"inset 0em 0.05em 0.15em 0em\",\"text_graphic_icon_box_shadow_color\":\"hsla(0, 0%, 0%, 0.25)\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"lightbulb-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgb(232, 47, 58)\",\"text_typing_cursor_color\":\"rgb(232, 47, 58)\",\"text_subheadline_tag\":\"span\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(117,102,'_cs_template_identifier','element|image'),
(118,102,'_cs_template_data','{\"atts\":{\"_type\":\"image\",\"image_type\":\"standard\",\"image_src\":\"\",\"image_margin\":\"0px\",\"image_padding\":\"3px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"6px\",\"image_inner_border_radius\":\"3px\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"white\",\"image_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"image_box_shadow_color\":\"rgba(0, 0, 0, 0.25)\",\"image_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"image_retina\":true,\"image_width\":48,\"image_height\":48,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(119,103,'_cs_template_identifier','element|line'),
(120,103,'_cs_template_data','{\"atts\":{\"_type\":\"line\",\"line_direction\":\"horizontal\",\"line_base_font_size\":\"1em\",\"line_width\":\"100%\",\"line_max_width\":\"none\",\"line_height\":\"50px\",\"line_max_height\":\"none\",\"line_size\":\"4px\",\"line_color\":\"hsla(0, 0%, 0%, 0.35)\",\"line_style\":\"double\",\"line_margin\":\"0px\",\"line_border_radius\":\"0em\",\"line_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"line_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(121,104,'_cs_template_identifier','element|map'),
(122,104,'_cs_template_data','{\"atts\":{\"_type\":\"map\",\"map_type\":\"embed\",\"map_embed_code\":\"\",\"map_google_api_key\":\"\",\"map_google_lat\":\"40.674\",\"map_google_lng\":\"-73.945\",\"map_google_drag\":true,\"map_google_zoom\":true,\"map_google_zoom_level\":\"12\",\"map_google_styles\":\"\",\"frame_content_type\":\"\",\"frame_content_sizing\":\"aspect-ratio\",\"frame_base_font_size\":\"16px\",\"frame_width\":\"100%\",\"frame_max_width\":\"none\",\"frame_content_aspect_ratio_width\":\"16\",\"frame_content_aspect_ratio_height\":\"9\",\"frame_content_height\":\"350px\",\"frame_bg_color\":\"#ffffff\",\"frame_margin\":\"0em\",\"frame_padding\":\"1em\",\"frame_border_width\":\"0px\",\"frame_border_style\":\"none\",\"frame_border_color\":\"transparent\",\"frame_border_radius\":\"3px\",\"frame_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"frame_box_shadow_color\":\"hsla(0, 0%, 0%, 0.25)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(123,105,'_cs_template_identifier','element|__multi__'),
(124,105,'_cs_template_data','{\"elements\":[{\"_type\":\"section\",\"_order\":0,\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 100%)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"$el .menu-item-title .x-text-content-text-primary > span {\\n float: right;\\n font-weight: 700;\\n}\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Main menu.\",\"text_width\":\"auto\",\"text_max_width\":\"10em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1.5vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Welcome to our restaurant! We\'re excited that you have chosen to dine with us today. Take a moment to look through our menu and see what looks tasty!\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"0.385em\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#000000\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Bison Burger <span>$9</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Burrito <span>$8</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Soft Taco <span>$6</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Texas Taco <span>$8</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Cheese Burger <span>$7</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Veggie Burger <span>$7</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"#f5f5f5\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Featured dish.\",\"text_width\":\"auto\",\"text_max_width\":\"12em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px auto 40px auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"center\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1.5vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"0.385em\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_text_align\":\"center\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#000000\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"hsl(0, 0%, 100%)\",\"image_src\":\"http://via.placeholder.com/1160x600.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"4px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"3px\",\"image_inner_border_radius\":\"2px\",\"image_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"image_box_shadow_color\":\"hsla(0, 0%, 0%, 0.25)\",\"image_box_shadow_color_alt\":\"hsla(0, 0%, 0%, 0.25)\",\"image_retina\":true,\"image_width\":1160,\"image_height\":600,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"counter\",\"_order\":0,\"counter_base_font_size\":\"1em\",\"counter_width\":\"auto\",\"counter_max_width\":\"none\",\"counter_start\":\"0\",\"counter_end\":\"500\",\"counter_number_prefix_content\":\"\",\"counter_number_suffix_content\":\"\",\"counter_duration\":\"1.5s\",\"counter_before_after\":true,\"counter_before_content\":\"\",\"counter_after_content\":\"Calories\",\"counter_margin\":\"40px 0px 0px 0px\",\"counter_number_margin\":\"0em 0px 0.15em 0px\",\"counter_number_font_family\":\"inherit\",\"counter_number_font_weight\":\"700\",\"counter_number_font_size\":\"3em\",\"counter_number_letter_spacing\":\"-0.015em\",\"counter_number_line_height\":\"1\",\"counter_number_font_style\":\"normal\",\"counter_number_text_align\":\"center\",\"counter_number_text_decoration\":\"none\",\"counter_number_text_transform\":\"none\",\"counter_number_text_color\":\"rgba(0, 0, 0, 1)\",\"counter_number_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_number_text_shadow_color\":\"transparent\",\"counter_before_after_font_family\":\"inherit\",\"counter_before_after_font_weight\":\"400\",\"counter_before_after_font_size\":\"1em\",\"counter_before_after_letter_spacing\":\"0.25em\",\"counter_before_after_line_height\":\"1\",\"counter_before_after_font_style\":\"normal\",\"counter_before_after_text_align\":\"center\",\"counter_before_after_text_decoration\":\"none\",\"counter_before_after_text_transform\":\"uppercase\",\"counter_before_after_text_color\":\"#888888\",\"counter_before_after_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_before_after_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"counter\",\"counter_base_font_size\":\"1em\",\"counter_width\":\"auto\",\"counter_max_width\":\"none\",\"counter_start\":\"0\",\"counter_end\":\"2\",\"counter_number_prefix_content\":\"\",\"counter_number_suffix_content\":\"\",\"counter_duration\":\"1.5s\",\"counter_before_after\":true,\"counter_before_content\":\"\",\"counter_after_content\":\"Servings\",\"counter_margin\":\"40px 0px 0px 0px\",\"counter_number_margin\":\"0em 0px 0.15em 0px\",\"counter_number_font_family\":\"inherit\",\"counter_number_font_weight\":\"700\",\"counter_number_font_size\":\"3em\",\"counter_number_letter_spacing\":\"-0.015em\",\"counter_number_line_height\":\"1\",\"counter_number_font_style\":\"normal\",\"counter_number_text_align\":\"center\",\"counter_number_text_decoration\":\"none\",\"counter_number_text_transform\":\"none\",\"counter_number_text_color\":\"rgba(0, 0, 0, 1)\",\"counter_number_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_number_text_shadow_color\":\"transparent\",\"counter_before_after_font_family\":\"inherit\",\"counter_before_after_font_weight\":\"400\",\"counter_before_after_font_size\":\"1em\",\"counter_before_after_letter_spacing\":\"0.25em\",\"counter_before_after_line_height\":\"1\",\"counter_before_after_font_style\":\"normal\",\"counter_before_after_text_align\":\"center\",\"counter_before_after_text_decoration\":\"none\",\"counter_before_after_text_transform\":\"uppercase\",\"counter_before_after_text_color\":\"#888888\",\"counter_before_after_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_before_after_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"counter\",\"counter_base_font_size\":\"1em\",\"counter_width\":\"auto\",\"counter_max_width\":\"none\",\"counter_start\":\"0\",\"counter_end\":\"12\",\"counter_number_prefix_content\":\"$\",\"counter_number_suffix_content\":\".99\",\"counter_duration\":\"1.5s\",\"counter_before_after\":true,\"counter_before_content\":\"\",\"counter_after_content\":\"Price\",\"counter_margin\":\"40px 0px 0px 0px\",\"counter_number_margin\":\"0em 0px 0.15em 0px\",\"counter_number_font_family\":\"inherit\",\"counter_number_font_weight\":\"700\",\"counter_number_font_size\":\"3em\",\"counter_number_letter_spacing\":\"-0.015em\",\"counter_number_line_height\":\"1\",\"counter_number_font_style\":\"normal\",\"counter_number_text_align\":\"center\",\"counter_number_text_decoration\":\"none\",\"counter_number_text_transform\":\"none\",\"counter_number_text_color\":\"rgba(0, 0, 0, 1)\",\"counter_number_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_number_text_shadow_color\":\"transparent\",\"counter_before_after_font_family\":\"inherit\",\"counter_before_after_font_weight\":\"400\",\"counter_before_after_font_size\":\"1em\",\"counter_before_after_letter_spacing\":\"0.25em\",\"counter_before_after_line_height\":\"1\",\"counter_before_after_font_style\":\"normal\",\"counter_before_after_text_align\":\"center\",\"counter_before_after_text_decoration\":\"none\",\"counter_before_after_text_transform\":\"uppercase\",\"counter_before_after_text_color\":\"#888888\",\"counter_before_after_text_shadow_dimensions\":\"0px 0px 0px\",\"counter_before_after_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 100%)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"$el .menu-item-title .x-text-content-text-primary > span {\\n float: right;\\n font-weight: 700;\\n}\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"More items.\",\"text_width\":\"auto\",\"text_max_width\":\"10em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1.5vw + 32px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"0.385em\",\"text_subheadline_line_height\":\"1.55\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"italic\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#000000\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Bison Burger <span>$9</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Burrito <span>$8</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Soft Taco <span>$6</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Texas Taco <span>$8</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Cheese Burger <span>$7</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Veggie Burger <span>$7</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"30px 0px 0px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"calc(0.5vw + 24px)\",\"text_line_height\":\"1.2\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"black\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.5em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.6\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"menu-item-title\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}}]}'),
(125,106,'_cs_template_identifier','element|nav-collapsed'),
(126,106,'_cs_template_data','{\"atts\":{\"_type\":\"nav-collapsed\",\"menu_type\":\"collapsed\",\"menu\":\"sample:default\",\"menu_base_font_size\":\"1em\",\"menu_margin\":\"0px\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"toggle\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":false,\"toggle_anchor_graphic_icon_font_size\":\"1.75em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"angle-down\",\"toggle_anchor_graphic_icon_alt\":\"angle-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"off_canvas_base_font_size\":\"16px\",\"off_canvas_location\":\"right\",\"off_canvas_close_font_size\":\"1.5em\",\"off_canvas_close_dimensions\":\"1.5\",\"off_canvas_content_max_width\":\"400px\",\"off_canvas_close_color\":\"rgba(0, 0, 0, 0.35)\",\"off_canvas_close_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"off_canvas_content_bg_color\":\"#ffffff\",\"off_canvas_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"off_canvas_content_border_width\":\"0px\",\"off_canvas_content_border_style\":\"none\",\"off_canvas_content_border_color\":\"transparent\",\"off_canvas_content_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"off_canvas_content_box_shadow_color\":\"rgba(0, 0, 0, 0.5)\",\"anchor_type\":\"menu-item\",\"anchor_has_template\":true,\"anchor_has_link_control\":false,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"auto\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"white\",\"anchor_bg_color_alt\":\"white\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.75em\",\"anchor_border_width\":\"0px\",\"anchor_border_style\":\"none\",\"anchor_border_color\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_text_margin\":\"4px auto 4px 4px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"none\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.5em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.85em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_text_align\":\"none\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic\":false,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"4px\",\"anchor_graphic_icon_alt_enable\":false,\"anchor_graphic_icon_font_size\":\"1.25em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_image_alt_enable\":false,\"anchor_text_interaction\":\"none\",\"anchor_graphic_interaction\":\"none\",\"anchor_primary_particle\":true,\"anchor_secondary_particle\":true,\"anchor_primary_particle_location\":\"c_l\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_transform_origin\":\"0% 50%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"100px\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.04)\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle_location\":\"c_l\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_transform_origin\":\"0% 50%\",\"anchor_secondary_particle_width\":\"3px\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"#e82f3a\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"on\",\"anchor_text_secondary_content\":\"on\",\"anchor_sub_indicator\":true,\"anchor_sub_indicator_font_size\":\"1em\",\"anchor_sub_indicator_width\":\"auto\",\"anchor_sub_indicator_height\":\"auto\",\"anchor_sub_indicator_icon\":\"angle-down\",\"anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_margin\":\"4px\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator_text_shadow_color\":\"transparent\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"sub_anchor_type\":\"menu-item\",\"sub_anchor_has_template\":true,\"sub_anchor_has_link_control\":false,\"sub_anchor_base_font_size\":\"1em\",\"sub_anchor_width\":\"auto\",\"sub_anchor_height\":\"auto\",\"sub_anchor_min_width\":\"0px\",\"sub_anchor_min_height\":\"0px\",\"sub_anchor_max_width\":\"none\",\"sub_anchor_max_height\":\"none\",\"sub_anchor_bg_color\":\"transparent\",\"sub_anchor_bg_color_alt\":\"transparent\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_padding\":\"0.75em\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_color\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_box_shadow_color\":\"transparent\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_text_margin\":\"4px auto 4px 4px\",\"sub_anchor_primary_font_family\":\"inherit\",\"sub_anchor_primary_font_weight\":\"700\",\"sub_anchor_primary_font_size\":\"0.75em\",\"sub_anchor_primary_letter_spacing\":\"0.125em\",\"sub_anchor_primary_line_height\":\"1\",\"sub_anchor_primary_font_style\":\"normal\",\"sub_anchor_primary_text_align\":\"none\",\"sub_anchor_primary_text_decoration\":\"none\",\"sub_anchor_primary_text_transform\":\"uppercase\",\"sub_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_primary_text_shadow_color\":\"transparent\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_flex_direction\":\"row\",\"sub_anchor_flex_wrap\":false,\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_flex_align\":\"center\",\"sub_anchor_text\":true,\"sub_anchor_text_overflow\":false,\"sub_anchor_text_reverse\":false,\"sub_anchor_text_spacing\":\"0.5em\",\"sub_anchor_secondary_font_family\":\"inherit\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_font_size\":\"0.75em\",\"sub_anchor_secondary_letter_spacing\":\"0em\",\"sub_anchor_secondary_line_height\":\"1\",\"sub_anchor_secondary_font_style\":\"normal\",\"sub_anchor_secondary_text_align\":\"none\",\"sub_anchor_secondary_text_decoration\":\"none\",\"sub_anchor_secondary_text_transform\":\"none\",\"sub_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_text_shadow_color\":\"transparent\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic\":false,\"sub_anchor_graphic_type\":\"none\",\"sub_anchor_graphic_margin\":\"4px\",\"sub_anchor_graphic_icon_alt_enable\":false,\"sub_anchor_graphic_icon_font_size\":\"1.25em\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_image_retina\":true,\"sub_anchor_graphic_image_alt_enable\":false,\"sub_anchor_text_interaction\":\"none\",\"sub_anchor_graphic_interaction\":\"none\",\"sub_anchor_primary_particle\":true,\"sub_anchor_secondary_particle\":false,\"sub_anchor_primary_particle_location\":\"c_l\",\"sub_anchor_primary_particle_placement\":\"inside\",\"sub_anchor_primary_particle_scale\":\"scale-x_y\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_particle_transform_origin\":\"50% 50%\",\"sub_anchor_primary_particle_width\":\"6px\",\"sub_anchor_primary_particle_height\":\"6px\",\"sub_anchor_primary_particle_border_radius\":\"100em\",\"sub_anchor_primary_particle_color\":\"#e82f3a\",\"sub_anchor_primary_particle_style\":\"\",\"sub_anchor_secondary_particle_location\":\"c_l\",\"sub_anchor_secondary_particle_placement\":\"inside\",\"sub_anchor_secondary_particle_scale\":\"scale-x_y\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"sub_anchor_secondary_particle_width\":\"6px\",\"sub_anchor_secondary_particle_height\":\"6px\",\"sub_anchor_secondary_particle_border_radius\":\"100em\",\"sub_anchor_secondary_particle_color\":\"#e82f3a\",\"sub_anchor_secondary_particle_style\":\"\",\"sub_anchor_text_primary_content\":\"on\",\"sub_anchor_text_secondary_content\":\"on\",\"sub_anchor_sub_indicator\":false,\"sub_anchor_sub_indicator_font_size\":\"1em\",\"sub_anchor_sub_indicator_width\":\"auto\",\"sub_anchor_sub_indicator_height\":\"auto\",\"sub_anchor_sub_indicator_icon\":\"angle-down\",\"sub_anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"sub_anchor_sub_indicator_margin\":\"4px\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_text_shadow_color\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":true,\"anchor_graphic_has_toggle\":false,\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_has_alt\":true,\"sub_anchor_graphic_has_interactions\":true,\"sub_anchor_graphic_has_sourced_content\":true,\"sub_anchor_graphic_has_toggle\":false,\"sub_anchor_graphic_icon_bg_color\":\"transparent\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_color\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"sub_anchor_graphic_image_max_width\":\"none\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"legacy_region_detect\":true}}'),
(127,107,'_cs_template_identifier','element|nav-dropdown'),
(128,107,'_cs_template_data','{\"atts\":{\"_type\":\"nav-dropdown\",\"menu_type\":\"dropdown\",\"menu\":\"sample:default\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"toggle\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":false,\"toggle_anchor_graphic_icon_font_size\":\"1.75em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"angle-down\",\"toggle_anchor_graphic_icon_alt\":\"angle-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"dropdown_base_font_size\":\"12px\",\"dropdown_width\":\"18em\",\"dropdown_bg_color\":\"#252525\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"dropdown_border_width\":\"0px\",\"dropdown_border_style\":\"none\",\"dropdown_border_color\":\"transparent\",\"dropdown_border_radius\":\"0em\",\"dropdown_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"dropdown_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"anchor_type\":\"menu-item\",\"anchor_has_template\":true,\"anchor_has_link_control\":false,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"auto\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"rgba(255, 255, 255, 0.05)\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"1.25em\",\"anchor_border_width\":\"0px\",\"anchor_border_style\":\"none\",\"anchor_border_color\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_text_margin\":\"4px auto 4px 4px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0.125em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"none\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"uppercase\",\"anchor_primary_text_color\":\"white\",\"anchor_primary_text_color_alt\":\"white\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"flex-start\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.5em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"1em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"normal\",\"anchor_secondary_text_align\":\"none\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.5)\",\"anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.5)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic\":true,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"4px\",\"anchor_graphic_icon_alt_enable\":true,\"anchor_graphic_icon_font_size\":\"1.5em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(255, 255, 255, 0.5)\",\"anchor_graphic_icon_color_alt\":\"rgba(255, 255, 255, 0.5)\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_image_alt_enable\":false,\"anchor_text_interaction\":\"none\",\"anchor_graphic_interaction\":\"none\",\"anchor_primary_particle\":false,\"anchor_secondary_particle\":false,\"anchor_primary_particle_location\":\"c_l\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_transform_origin\":\"0% 50%\",\"anchor_primary_particle_width\":\"3px\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"#e82f3a\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle_location\":\"c_l\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_transform_origin\":\"0% 50%\",\"anchor_secondary_particle_width\":\"3px\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"#e82f3a\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"on\",\"anchor_text_secondary_content\":\"on\",\"anchor_sub_indicator\":true,\"anchor_sub_indicator_font_size\":\"1.5em\",\"anchor_sub_indicator_width\":\"auto\",\"anchor_sub_indicator_height\":\"auto\",\"anchor_sub_indicator_icon\":\"angle-down\",\"anchor_sub_indicator_color\":\"rgba(255, 255, 255, 0.5)\",\"anchor_sub_indicator_color_alt\":\"rgba(255, 255, 255, 0.5)\",\"anchor_sub_indicator_margin\":\"0px 4px 0px auto\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator_text_shadow_color\":\"transparent\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":true,\"anchor_graphic_has_toggle\":false,\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(129,108,'_cs_template_identifier','element|nav-inline'),
(130,108,'_cs_template_data','{\"atts\":{\"_type\":\"nav-inline\",\"menu_type\":\"inline\",\"menu\":\"sample:default\",\"menu_base_font_size\":\"1em\",\"menu_margin\":\"0px\",\"menu_align_self\":\"stretch\",\"menu_flex\":\"0 1 auto\",\"menu_row_flex_direction\":\"row\",\"menu_row_flex_wrap\":false,\"menu_row_flex_justify\":\"space-around\",\"menu_row_flex_align\":\"stretch\",\"menu_col_flex_direction\":\"column\",\"menu_col_flex_wrap\":false,\"menu_col_flex_justify\":\"space-around\",\"menu_col_flex_align\":\"stretch\",\"menu_items_flex\":\"0 1 auto\",\"anchor_type\":\"menu-item\",\"anchor_has_template\":true,\"anchor_has_link_control\":false,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"auto\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.5em 0.75em 0.5em 0.75em\",\"anchor_border_width\":\"0px\",\"anchor_border_style\":\"none\",\"anchor_border_color\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_text_margin\":\"4px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"none\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.35em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.85em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_text_align\":\"none\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic\":true,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"4px\",\"anchor_graphic_icon_alt_enable\":true,\"anchor_graphic_icon_font_size\":\"1.25em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_image_alt_enable\":false,\"anchor_text_interaction\":\"none\",\"anchor_graphic_interaction\":\"none\",\"anchor_primary_particle\":true,\"anchor_secondary_particle\":false,\"anchor_primary_particle_location\":\"t_c\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-y\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_transform_origin\":\"50% 0%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"3px\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"#e82f3a\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle_location\":\"t_c\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-y\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_transform_origin\":\"50% 0%\",\"anchor_secondary_particle_width\":\"100%\",\"anchor_secondary_particle_height\":\"3px\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"#e82f3a\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"on\",\"anchor_text_secondary_content\":\"on\",\"anchor_sub_indicator\":true,\"anchor_sub_indicator_font_size\":\"1em\",\"anchor_sub_indicator_width\":\"auto\",\"anchor_sub_indicator_height\":\"auto\",\"anchor_sub_indicator_icon\":\"angle-down\",\"anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_margin\":\"0px\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator_text_shadow_color\":\"transparent\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"dropdown_base_font_size\":\"12px\",\"dropdown_width\":\"18em\",\"dropdown_bg_color\":\"#252525\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"dropdown_border_width\":\"0px\",\"dropdown_border_style\":\"none\",\"dropdown_border_color\":\"transparent\",\"dropdown_border_radius\":\"0em\",\"dropdown_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"dropdown_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"sub_anchor_type\":\"menu-item\",\"sub_anchor_has_template\":true,\"sub_anchor_has_link_control\":false,\"sub_anchor_base_font_size\":\"1em\",\"sub_anchor_width\":\"auto\",\"sub_anchor_height\":\"auto\",\"sub_anchor_min_width\":\"0px\",\"sub_anchor_min_height\":\"0px\",\"sub_anchor_max_width\":\"none\",\"sub_anchor_max_height\":\"none\",\"sub_anchor_bg_color\":\"transparent\",\"sub_anchor_bg_color_alt\":\"rgba(255, 255, 255, 0.05)\",\"sub_anchor_margin\":\"0em\",\"sub_anchor_padding\":\"1.25em\",\"sub_anchor_border_width\":\"0px\",\"sub_anchor_border_style\":\"none\",\"sub_anchor_border_color\":\"transparent\",\"sub_anchor_border_color_alt\":\"transparent\",\"sub_anchor_border_radius\":\"0em\",\"sub_anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_box_shadow_color\":\"transparent\",\"sub_anchor_box_shadow_color_alt\":\"transparent\",\"sub_anchor_text_margin\":\"4px auto 4px 4px\",\"sub_anchor_primary_font_family\":\"inherit\",\"sub_anchor_primary_font_weight\":\"700\",\"sub_anchor_primary_font_size\":\"1em\",\"sub_anchor_primary_letter_spacing\":\"0.125em\",\"sub_anchor_primary_line_height\":\"1\",\"sub_anchor_primary_font_style\":\"normal\",\"sub_anchor_primary_text_align\":\"none\",\"sub_anchor_primary_text_decoration\":\"none\",\"sub_anchor_primary_text_transform\":\"uppercase\",\"sub_anchor_primary_text_color\":\"white\",\"sub_anchor_primary_text_color_alt\":\"white\",\"sub_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_primary_text_shadow_color\":\"transparent\",\"sub_anchor_primary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_flex_direction\":\"row\",\"sub_anchor_flex_wrap\":false,\"sub_anchor_flex_justify\":\"center\",\"sub_anchor_flex_align\":\"center\",\"sub_anchor_text\":true,\"sub_anchor_text_overflow\":false,\"sub_anchor_text_reverse\":false,\"sub_anchor_text_spacing\":\"0.5em\",\"sub_anchor_secondary_font_family\":\"inherit\",\"sub_anchor_secondary_font_weight\":\"400\",\"sub_anchor_secondary_font_size\":\"1em\",\"sub_anchor_secondary_letter_spacing\":\"0em\",\"sub_anchor_secondary_line_height\":\"1\",\"sub_anchor_secondary_font_style\":\"normal\",\"sub_anchor_secondary_text_align\":\"none\",\"sub_anchor_secondary_text_decoration\":\"none\",\"sub_anchor_secondary_text_transform\":\"none\",\"sub_anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.5)\",\"sub_anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.5)\",\"sub_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_secondary_text_shadow_color\":\"transparent\",\"sub_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic\":true,\"sub_anchor_graphic_type\":\"icon\",\"sub_anchor_graphic_margin\":\"4px\",\"sub_anchor_graphic_icon_alt_enable\":true,\"sub_anchor_graphic_icon_font_size\":\"1.5em\",\"sub_anchor_graphic_icon_width\":\"1em\",\"sub_anchor_graphic_icon_height\":\"1em\",\"sub_anchor_graphic_icon_color\":\"rgba(255, 255, 255, 0.5)\",\"sub_anchor_graphic_icon_color_alt\":\"rgba(255, 255, 255, 0.5)\",\"sub_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"sub_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_image_retina\":true,\"sub_anchor_graphic_image_alt_enable\":false,\"sub_anchor_text_interaction\":\"none\",\"sub_anchor_graphic_interaction\":\"none\",\"sub_anchor_primary_particle\":false,\"sub_anchor_secondary_particle\":false,\"sub_anchor_primary_particle_location\":\"c_l\",\"sub_anchor_primary_particle_placement\":\"inside\",\"sub_anchor_primary_particle_scale\":\"scale-x\",\"sub_anchor_primary_particle_delay\":\"0\",\"sub_anchor_primary_particle_transform_origin\":\"0% 50%\",\"sub_anchor_primary_particle_width\":\"3px\",\"sub_anchor_primary_particle_height\":\"100%\",\"sub_anchor_primary_particle_border_radius\":\"0px\",\"sub_anchor_primary_particle_color\":\"#e82f3a\",\"sub_anchor_primary_particle_style\":\"\",\"sub_anchor_secondary_particle_location\":\"c_l\",\"sub_anchor_secondary_particle_placement\":\"inside\",\"sub_anchor_secondary_particle_scale\":\"scale-x\",\"sub_anchor_secondary_particle_delay\":\"0\",\"sub_anchor_secondary_particle_transform_origin\":\"0% 50%\",\"sub_anchor_secondary_particle_width\":\"3px\",\"sub_anchor_secondary_particle_height\":\"100%\",\"sub_anchor_secondary_particle_border_radius\":\"0px\",\"sub_anchor_secondary_particle_color\":\"#e82f3a\",\"sub_anchor_secondary_particle_style\":\"\",\"sub_anchor_text_primary_content\":\"on\",\"sub_anchor_text_secondary_content\":\"on\",\"sub_anchor_sub_indicator\":true,\"sub_anchor_sub_indicator_font_size\":\"1.5em\",\"sub_anchor_sub_indicator_width\":\"auto\",\"sub_anchor_sub_indicator_height\":\"auto\",\"sub_anchor_sub_indicator_icon\":\"angle-down\",\"sub_anchor_sub_indicator_color\":\"rgba(255, 255, 255, 0.5)\",\"sub_anchor_sub_indicator_color_alt\":\"rgba(255, 255, 255, 0.5)\",\"sub_anchor_sub_indicator_margin\":\"0px 4px 0px auto\",\"sub_anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"sub_anchor_sub_indicator_text_shadow_color\":\"transparent\",\"sub_anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":true,\"anchor_graphic_has_toggle\":false,\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"sub_anchor_graphic_has_alt\":true,\"sub_anchor_graphic_has_interactions\":true,\"sub_anchor_graphic_has_sourced_content\":true,\"sub_anchor_graphic_has_toggle\":false,\"sub_anchor_graphic_icon_bg_color\":\"transparent\",\"sub_anchor_graphic_icon_border_width\":\"0px\",\"sub_anchor_graphic_icon_border_style\":\"none\",\"sub_anchor_graphic_icon_border_color\":\"transparent\",\"sub_anchor_graphic_icon_border_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"sub_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"sub_anchor_graphic_image_max_width\":\"none\",\"sub_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"sub_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(131,109,'_cs_template_identifier','element|nav-modal'),
(132,109,'_cs_template_data','{\"atts\":{\"_type\":\"nav-modal\",\"menu_type\":\"modal\",\"menu\":\"sample:default\",\"menu_base_font_size\":\"1em\",\"menu_margin\":\"0px\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"toggle\",\"toggle_anchor_graphic_margin\":\"4px\",\"toggle_anchor_graphic_icon_alt_enable\":false,\"toggle_anchor_graphic_icon_font_size\":\"1.75em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"angle-down\",\"toggle_anchor_graphic_icon_alt\":\"angle-down\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"modal_base_font_size\":\"calc(1.25vw + 12px)\",\"modal_close_location\":\"top-right\",\"modal_close_font_size\":\"1.5em\",\"modal_close_dimensions\":\"1.5\",\"modal_content_max_width\":\"16em\",\"modal_bg_color\":\"rgba(255, 255, 255, 0.95)\",\"modal_close_color\":\"rgba(0, 0, 0, 0.35)\",\"modal_close_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"modal_content_bg_color\":\"transparent\",\"modal_content_padding\":\"0em\",\"modal_content_border_width\":\"0px\",\"modal_content_border_style\":\"none\",\"modal_content_border_color\":\"transparent\",\"modal_content_border_radius\":\"0em\",\"modal_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"modal_content_box_shadow_color\":\"transparent\",\"anchor_type\":\"menu-item\",\"anchor_has_template\":true,\"anchor_has_link_control\":false,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"auto\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"transparent\",\"anchor_bg_color_alt\":\"transparent\",\"anchor_margin\":\"0em auto 0em auto\",\"anchor_padding\":\"0.75em\",\"anchor_border_width\":\"0px\",\"anchor_border_style\":\"none\",\"anchor_border_color\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"0em\",\"anchor_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_box_shadow_color\":\"transparent\",\"anchor_box_shadow_color_alt\":\"transparent\",\"anchor_text_margin\":\"7px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.5em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.65em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_text_align\":\"center\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic\":false,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"7px\",\"anchor_graphic_icon_alt_enable\":false,\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_image_alt_enable\":false,\"anchor_text_interaction\":\"none\",\"anchor_graphic_interaction\":\"none\",\"anchor_primary_particle\":true,\"anchor_secondary_particle\":true,\"anchor_primary_particle_location\":\"c_l\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_transform_origin\":\"0% 50%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_border_radius\":\"0em\",\"anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.04)\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle_location\":\"c_l\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-y\",\"anchor_secondary_particle_delay\":\"0s\",\"anchor_secondary_particle_transform_origin\":\"0% 50%\",\"anchor_secondary_particle_width\":\"3px\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_border_radius\":\"0em\",\"anchor_secondary_particle_color\":\"#e82f3a\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"on\",\"anchor_text_secondary_content\":\"on\",\"anchor_sub_indicator\":false,\"anchor_sub_indicator_font_size\":\"1em\",\"anchor_sub_indicator_width\":\"auto\",\"anchor_sub_indicator_height\":\"auto\",\"anchor_sub_indicator_icon\":\"angle-down\",\"anchor_sub_indicator_color\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"anchor_sub_indicator_margin\":\"7px\",\"anchor_sub_indicator_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_sub_indicator_text_shadow_color\":\"transparent\",\"anchor_sub_indicator_text_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":true,\"anchor_graphic_has_toggle\":false,\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(133,110,'_cs_template_identifier','element|__multi__'),
(134,110,'_cs_template_data','{\"elements\":[{\"_type\":\"section\",\"_order\":0,\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 100%)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"A plan for everyone.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"center\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1.5vw + 28px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Three simple ways to get started today.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.25em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"0.75em\",\"text_subheadline_line_height\":\"1.25\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"center\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"35px auto 35px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"plans\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"hsl(0, 0%, 100%)\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"30px 20px 20px 20px\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"3px\",\"column_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"column_box_shadow_color\":\"rgba(0, 0, 0, 0.2)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"$5<span>/mo</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 30px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"center\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"2.75em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"price\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"List your features out for each price level here\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Some features might be short\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Whereas you may discover that other features take longer to fully describe\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"You can add as few or as many as you wish\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 30px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"button\",\"anchor_type\":\"button\",\"anchor_has_template\":true,\"anchor_has_link_control\":true,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"100%\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"rgba(255, 255, 255, 1)\",\"anchor_bg_color_alt\":\"rgba(255, 255, 255, 1)\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.575em 0.85em 0.575em 0.85em\",\"anchor_border_width\":\"0px\",\"anchor_border_style\":\"none\",\"anchor_border_color\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"3px\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"anchor_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.2)\",\"anchor_text_margin\":\"5px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"none\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"rgba(0, 0, 0, 1)\",\"anchor_primary_text_color_alt\":\"#888888\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_href\":\"#\",\"anchor_info\":false,\"anchor_blank\":false,\"anchor_nofollow\":false,\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_interaction\":\"none\",\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.35em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.75em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"normal\",\"anchor_secondary_text_align\":\"none\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 1)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":false,\"anchor_graphic_has_toggle\":false,\"anchor_graphic\":false,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"5px\",\"anchor_graphic_icon_font_size\":\"1.25em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_icon_alt_enable\":false,\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_alt_enable\":false,\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_image_src_alt\":\"\",\"anchor_graphic_interaction\":\"none\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_image_src\":\"\",\"anchor_graphic_image_width\":48,\"anchor_graphic_image_height\":48,\"anchor_primary_particle\":false,\"anchor_primary_particle_location\":\"b_c\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-y\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_transform_origin\":\"100% 100%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"3px\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle\":false,\"anchor_secondary_particle_location\":\"b_c\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-y\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_transform_origin\":\"100% 100%\",\"anchor_secondary_particle_width\":\"100%\",\"anchor_secondary_particle_height\":\"3px\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"Buy Now\",\"anchor_text_secondary_content\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"hsl(0, 0%, 0%)\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"30px 20px 20px 20px\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"3px\",\"column_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"column_box_shadow_color\":\"rgba(0, 0, 0, 0.2)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"$9<span>/mo</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 30px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"center\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"2.75em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"price\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"List your features out for each price level here\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"hsl(0, 0%, 100%)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Some features might be short\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"hsl(0, 0%, 100%)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Whereas you may discover that other features take longer to fully describe\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"hsl(0, 0%, 100%)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"You can add as few or as many as you wish\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 30px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"hsl(0, 0%, 100%)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"button\",\"anchor_type\":\"button\",\"anchor_has_template\":true,\"anchor_has_link_control\":true,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"100%\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"rgba(255, 255, 255, 1)\",\"anchor_bg_color_alt\":\"rgba(255, 255, 255, 1)\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.575em 0.85em 0.575em 0.85em\",\"anchor_border_width\":\"0px\",\"anchor_border_style\":\"none\",\"anchor_border_color\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"3px\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"anchor_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.2)\",\"anchor_text_margin\":\"5px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"none\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"rgba(0, 0, 0, 1)\",\"anchor_primary_text_color_alt\":\"#888888\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_href\":\"#\",\"anchor_info\":false,\"anchor_blank\":false,\"anchor_nofollow\":false,\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_interaction\":\"none\",\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.35em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.75em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"normal\",\"anchor_secondary_text_align\":\"none\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 1)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":false,\"anchor_graphic_has_toggle\":false,\"anchor_graphic\":false,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"5px\",\"anchor_graphic_icon_font_size\":\"1.25em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_icon_alt_enable\":false,\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_alt_enable\":false,\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_image_src_alt\":\"\",\"anchor_graphic_interaction\":\"none\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_image_src\":\"\",\"anchor_graphic_image_width\":48,\"anchor_graphic_image_height\":48,\"anchor_primary_particle\":false,\"anchor_primary_particle_location\":\"b_c\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-y\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_transform_origin\":\"100% 100%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"3px\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle\":false,\"anchor_secondary_particle_location\":\"b_c\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-y\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_transform_origin\":\"100% 100%\",\"anchor_secondary_particle_width\":\"100%\",\"anchor_secondary_particle_height\":\"3px\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"Buy Now\",\"anchor_text_secondary_content\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"hsl(0, 0%, 100%)\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"30px 20px 20px 20px\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"3px\",\"column_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"column_box_shadow_color\":\"rgba(0, 0, 0, 0.2)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"$15<span>/mo</span>\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 30px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"center\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"2.75em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"price\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"List your features out for each price level here\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Some features might be short\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Whereas you may discover that other features take longer to fully describe\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 15px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"You can add as few or as many as you wish\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0px 0px 30px 0px\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.2em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"button\",\"anchor_type\":\"button\",\"anchor_has_template\":true,\"anchor_has_link_control\":true,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"100%\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"rgba(255, 255, 255, 1)\",\"anchor_bg_color_alt\":\"rgba(255, 255, 255, 1)\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.575em 0.85em 0.575em 0.85em\",\"anchor_border_width\":\"0px\",\"anchor_border_style\":\"none\",\"anchor_border_color\":\"transparent\",\"anchor_border_color_alt\":\"transparent\",\"anchor_border_radius\":\"3px\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"anchor_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.2)\",\"anchor_text_margin\":\"5px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"700\",\"anchor_primary_font_size\":\"1em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"none\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"rgba(0, 0, 0, 1)\",\"anchor_primary_text_color_alt\":\"#888888\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_href\":\"#\",\"anchor_info\":false,\"anchor_blank\":false,\"anchor_nofollow\":false,\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":true,\"anchor_text_overflow\":false,\"anchor_text_interaction\":\"none\",\"anchor_text_reverse\":false,\"anchor_text_spacing\":\"0.35em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.75em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"normal\",\"anchor_secondary_text_align\":\"none\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(0, 0, 0, 1)\",\"anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":false,\"anchor_graphic_has_toggle\":false,\"anchor_graphic\":false,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"5px\",\"anchor_graphic_icon_font_size\":\"1.25em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_icon_alt_enable\":false,\"anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_alt_enable\":false,\"anchor_graphic_icon_alt\":\"hand-spock-o\",\"anchor_graphic_image_src_alt\":\"\",\"anchor_graphic_interaction\":\"none\",\"anchor_graphic_icon\":\"hand-pointer-o\",\"anchor_graphic_image_src\":\"\",\"anchor_graphic_image_width\":48,\"anchor_graphic_image_height\":48,\"anchor_primary_particle\":false,\"anchor_primary_particle_location\":\"b_c\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-y\",\"anchor_primary_particle_delay\":\"0\",\"anchor_primary_particle_transform_origin\":\"100% 100%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"3px\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle\":false,\"anchor_secondary_particle_location\":\"b_c\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-y\",\"anchor_secondary_particle_delay\":\"0\",\"anchor_secondary_particle_transform_origin\":\"100% 100%\",\"anchor_secondary_particle_width\":\"100%\",\"anchor_secondary_particle_height\":\"3px\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"rgba(0, 0, 0, 0.75)\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"Buy Now\",\"anchor_text_secondary_content\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"text\",\"_order\":0,\"text_type\":\"standard\",\"text_content\":\"<p>For any questions regarding our pricing plans above, don\'t hesitate to contact us!</p>\",\"text_width\":\"auto\",\"text_max_width\":\"24em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"center\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"#f5f5f5\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"More inforamtion.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"center\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1.5vw + 28px)\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":true,\"text_subheadline_content\":\"Answers to some frequently asked questions.\",\"text_subheadline_tag\":\"p\",\"text_subheadline_spacing\":\"0.25em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"0.75em\",\"text_subheadline_line_height\":\"1.25\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"center\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"#888888\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"35px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_border_radius\":\"0px\",\"css\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"accordion\",\"_order\":0,\"accordion_base_font_size\":\"1em\",\"accordion_width\":\"100%\",\"accordion_max_width\":\"none\",\"accordion_grouped\":true,\"accordion_group\":\"\",\"accordion_bg_color\":\"transparent\",\"accordion_margin\":\"0em 0em 0em 0em\",\"accordion_padding\":\"0em 0em 0em 0em\",\"accordion_border_width\":\"0px\",\"accordion_border_style\":\"none\",\"accordion_border_color\":\"transparent\",\"accordion_border_radius\":\"0px 0px 0px 0px\",\"accordion_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_box_shadow_color\":\"transparent\",\"accordion_item_overflow\":true,\"accordion_item_spacing\":\"15px\",\"accordion_item_bg_color\":\"rgba(255, 255, 255, 1)\",\"accordion_item_padding\":\"0em 0em 0em 0em\",\"accordion_item_border_width\":\"0px\",\"accordion_item_border_style\":\"none\",\"accordion_item_border_color\":\"transparent\",\"accordion_item_border_radius\":\"4px\",\"accordion_item_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"accordion_item_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"accordion_header_text_overflow\":false,\"accordion_header_indicator\":true,\"accordion_header_content_spacing\":\"0.5em\",\"accordion_header_content_reverse\":false,\"accordion_header_bg_color\":\"rgba(255, 255, 255, 1)\",\"accordion_header_bg_color_alt\":\"rgba(255, 255, 255, 1)\",\"accordion_header_indicator_type\":\"text\",\"accordion_header_indicator_text\":\"▸\",\"accordion_header_indicator_icon\":\"caret-right\",\"accordion_header_indicator_font_size\":\"1em\",\"accordion_header_indicator_width\":\"auto\",\"accordion_header_indicator_height\":\"1em\",\"accordion_header_indicator_rotation_start\":\"0deg\",\"accordion_header_indicator_rotation_end\":\"90deg\",\"accordion_header_indicator_color\":\"rgba(0, 0, 0, 1)\",\"accordion_header_indicator_color_alt\":\"rgba(0, 0, 0, 1)\",\"accordion_header_margin\":\"0em 0em 0em 0em\",\"accordion_header_padding\":\"15px 20px 15px 20px\",\"accordion_header_border_width\":\"0px\",\"accordion_header_border_style\":\"none\",\"accordion_header_border_color\":\"transparent\",\"accordion_header_border_color_alt\":\"transparent\",\"accordion_header_border_radius\":\"0px 0px 0px 0px\",\"accordion_header_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_header_box_shadow_color\":\"transparent\",\"accordion_header_box_shadow_color_alt\":\"transparent\",\"accordion_header_font_family\":\"inherit\",\"accordion_header_font_weight\":\"400\",\"accordion_header_font_size\":\"1em\",\"accordion_header_letter_spacing\":\"0em\",\"accordion_header_line_height\":\"1.3\",\"accordion_header_font_style\":\"normal\",\"accordion_header_text_align\":\"left\",\"accordion_header_text_decoration\":\"none\",\"accordion_header_text_transform\":\"none\",\"accordion_header_text_color\":\"rgba(0, 0, 0, 1)\",\"accordion_header_text_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"accordion_header_text_shadow_dimensions\":\"0px 0px 0px\",\"accordion_header_text_shadow_color\":\"transparent\",\"accordion_header_text_shadow_color_alt\":\"transparent\",\"accordion_content_bg_color\":\"transparent\",\"accordion_content_margin\":\"0em 0em 0em 0em\",\"accordion_content_padding\":\"20px 20px 20px 20px\",\"accordion_content_border_width\":\"1px 0 0 0\",\"accordion_content_border_style\":\"solid\",\"accordion_content_border_color\":\"rgba(225, 225, 225, 1) transparent transparent transparent\",\"accordion_content_border_radius\":\"0px 0px 0px 0px\",\"accordion_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_content_box_shadow_color\":\"transparent\",\"accordion_content_font_family\":\"inherit\",\"accordion_content_font_weight\":\"400\",\"accordion_content_font_size\":\"1em\",\"accordion_content_letter_spacing\":\"0em\",\"accordion_content_line_height\":\"1.6\",\"accordion_content_font_style\":\"normal\",\"accordion_content_text_align\":\"none\",\"accordion_content_text_decoration\":\"none\",\"accordion_content_text_transform\":\"none\",\"accordion_content_text_color\":\"rgba(0, 0, 0, 1)\",\"accordion_content_text_shadow_dimensions\":\"0px 0px 0px\",\"accordion_content_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"accordion-item\",\"accordion_item_starts_open\":false,\"accordion_item_header_content\":\"What is a FAQ section?\",\"accordion_item_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"accordion-item\",\"accordion_item_starts_open\":false,\"accordion_item_header_content\":\"How do I make one?\",\"accordion_item_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"accordion-item\",\"accordion_item_starts_open\":false,\"accordion_item_header_content\":\"How many questions can I add?\",\"accordion_item_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"15px\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"accordion\",\"accordion_base_font_size\":\"1em\",\"accordion_width\":\"100%\",\"accordion_max_width\":\"none\",\"accordion_grouped\":true,\"accordion_group\":\"\",\"accordion_bg_color\":\"transparent\",\"accordion_margin\":\"0em 0em 0em 0em\",\"accordion_padding\":\"0em 0em 0em 0em\",\"accordion_border_width\":\"0px\",\"accordion_border_style\":\"none\",\"accordion_border_color\":\"transparent\",\"accordion_border_radius\":\"0px 0px 0px 0px\",\"accordion_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_box_shadow_color\":\"transparent\",\"accordion_item_overflow\":true,\"accordion_item_spacing\":\"15px\",\"accordion_item_bg_color\":\"rgba(255, 255, 255, 1)\",\"accordion_item_padding\":\"0em 0em 0em 0em\",\"accordion_item_border_width\":\"0px\",\"accordion_item_border_style\":\"none\",\"accordion_item_border_color\":\"transparent\",\"accordion_item_border_radius\":\"4px\",\"accordion_item_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"accordion_item_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"accordion_header_text_overflow\":false,\"accordion_header_indicator\":true,\"accordion_header_content_spacing\":\"0.5em\",\"accordion_header_content_reverse\":false,\"accordion_header_bg_color\":\"rgba(255, 255, 255, 1)\",\"accordion_header_bg_color_alt\":\"rgba(255, 255, 255, 1)\",\"accordion_header_indicator_type\":\"text\",\"accordion_header_indicator_text\":\"▸\",\"accordion_header_indicator_icon\":\"caret-right\",\"accordion_header_indicator_font_size\":\"1em\",\"accordion_header_indicator_width\":\"auto\",\"accordion_header_indicator_height\":\"1em\",\"accordion_header_indicator_rotation_start\":\"0deg\",\"accordion_header_indicator_rotation_end\":\"90deg\",\"accordion_header_indicator_color\":\"rgba(0, 0, 0, 1)\",\"accordion_header_indicator_color_alt\":\"rgba(0, 0, 0, 1)\",\"accordion_header_margin\":\"0em 0em 0em 0em\",\"accordion_header_padding\":\"15px 20px 15px 20px\",\"accordion_header_border_width\":\"0px\",\"accordion_header_border_style\":\"none\",\"accordion_header_border_color\":\"transparent\",\"accordion_header_border_color_alt\":\"transparent\",\"accordion_header_border_radius\":\"0px 0px 0px 0px\",\"accordion_header_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_header_box_shadow_color\":\"transparent\",\"accordion_header_box_shadow_color_alt\":\"transparent\",\"accordion_header_font_family\":\"inherit\",\"accordion_header_font_weight\":\"400\",\"accordion_header_font_size\":\"1em\",\"accordion_header_letter_spacing\":\"0em\",\"accordion_header_line_height\":\"1.3\",\"accordion_header_font_style\":\"normal\",\"accordion_header_text_align\":\"left\",\"accordion_header_text_decoration\":\"none\",\"accordion_header_text_transform\":\"none\",\"accordion_header_text_color\":\"rgba(0, 0, 0, 1)\",\"accordion_header_text_color_alt\":\"rgba(0, 0, 0, 0.5)\",\"accordion_header_text_shadow_dimensions\":\"0px 0px 0px\",\"accordion_header_text_shadow_color\":\"transparent\",\"accordion_header_text_shadow_color_alt\":\"transparent\",\"accordion_content_bg_color\":\"transparent\",\"accordion_content_margin\":\"0em 0em 0em 0em\",\"accordion_content_padding\":\"20px 20px 20px 20px\",\"accordion_content_border_width\":\"1px 0 0 0\",\"accordion_content_border_style\":\"solid\",\"accordion_content_border_color\":\"rgba(225, 225, 225, 1) transparent transparent transparent\",\"accordion_content_border_radius\":\"0px 0px 0px 0px\",\"accordion_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"accordion_content_box_shadow_color\":\"transparent\",\"accordion_content_font_family\":\"inherit\",\"accordion_content_font_weight\":\"400\",\"accordion_content_font_size\":\"1em\",\"accordion_content_letter_spacing\":\"0em\",\"accordion_content_line_height\":\"1.6\",\"accordion_content_font_style\":\"normal\",\"accordion_content_text_align\":\"none\",\"accordion_content_text_decoration\":\"none\",\"accordion_content_text_transform\":\"none\",\"accordion_content_text_color\":\"rgba(0, 0, 0, 1)\",\"accordion_content_text_shadow_dimensions\":\"0px 0px 0px\",\"accordion_content_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_modules\":[{\"_type\":\"accordion-item\",\"accordion_item_starts_open\":false,\"accordion_item_header_content\":\"Why are FAQs so cool?\",\"accordion_item_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"accordion-item\",\"accordion_item_starts_open\":false,\"accordion_item_header_content\":\"What makes them so useful?\",\"accordion_item_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"accordion-item\",\"accordion_item_starts_open\":false,\"accordion_item_header_content\":\"Why don\'t I use more FAQs?\",\"accordion_item_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}}]}'),
(135,111,'_cs_template_identifier','element|quote'),
(136,111,'_cs_template_data','{\"atts\":{\"_type\":\"quote\",\"quote_content\":\"You are never too old to set another goal or to dream a new dream.\",\"quote_cite_content\":\"C.S. Lewis\",\"quote_base_font_size\":\"1em\",\"quote_width\":\"auto\",\"quote_max_width\":\"none\",\"quote_bg_color\":\"transparent\",\"quote_margin\":\"0em\",\"quote_padding\":\"0em 0em 0em 0em\",\"quote_border_width\":\"0px\",\"quote_border_style\":\"none\",\"quote_border_color\":\"transparent\",\"quote_border_radius\":\"0px 0px 0px 0px\",\"quote_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"quote_box_shadow_color\":\"transparent\",\"quote_text_font_family\":\"inherit\",\"quote_text_font_weight\":\"400\",\"quote_text_font_size\":\"1.5em\",\"quote_text_letter_spacing\":\"0em\",\"quote_text_line_height\":\"1.3\",\"quote_text_font_style\":\"normal\",\"quote_text_text_align\":\"center\",\"quote_text_text_decoration\":\"none\",\"quote_text_text_transform\":\"none\",\"quote_text_text_color\":\"rgba(0, 0, 0, 1)\",\"quote_text_text_shadow_dimensions\":\"0px 0px 0px\",\"quote_text_text_shadow_color\":\"transparent\",\"quote_marks_graphic_direction\":\"row\",\"quote_marks_graphic_opening_align\":\"flex-start\",\"quote_marks_graphic_closing_align\":\"flex-start\",\"quote_marks_opening_graphic_has_alt\":false,\"quote_marks_opening_graphic_has_interactions\":false,\"quote_marks_opening_graphic_has_sourced_content\":false,\"quote_marks_opening_graphic_has_toggle\":false,\"quote_marks_opening_graphic\":true,\"quote_marks_opening_graphic_type\":\"icon\",\"quote_marks_opening_graphic_margin\":\"0em 1em 0em 0em\",\"quote_marks_opening_graphic_icon_font_size\":\"1em\",\"quote_marks_opening_graphic_icon_width\":\"1em\",\"quote_marks_opening_graphic_icon_height\":\"1em\",\"quote_marks_opening_graphic_icon_color\":\"rgb(232, 47, 58)\",\"quote_marks_opening_graphic_icon_bg_color\":\"transparent\",\"quote_marks_opening_graphic_icon_border_width\":\"0px\",\"quote_marks_opening_graphic_icon_border_style\":\"none\",\"quote_marks_opening_graphic_icon_border_color\":\"transparent\",\"quote_marks_opening_graphic_icon_border_color_alt\":\"transparent\",\"quote_marks_opening_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"quote_marks_opening_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"quote_marks_opening_graphic_icon_box_shadow_color\":\"transparent\",\"quote_marks_opening_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"quote_marks_opening_graphic_icon_text_shadow_color\":\"transparent\",\"quote_marks_opening_graphic_image_max_width\":\"none\",\"quote_marks_opening_graphic_image_retina\":true,\"quote_marks_opening_graphic_icon\":\"quote-left\",\"quote_marks_opening_graphic_image_src\":\"\",\"quote_marks_opening_graphic_image_width\":48,\"quote_marks_opening_graphic_image_height\":48,\"quote_marks_closing_graphic_has_alt\":false,\"quote_marks_closing_graphic_has_interactions\":false,\"quote_marks_closing_graphic_has_sourced_content\":false,\"quote_marks_closing_graphic_has_toggle\":false,\"quote_marks_closing_graphic\":true,\"quote_marks_closing_graphic_type\":\"icon\",\"quote_marks_closing_graphic_margin\":\"0em 0em 0em 1em\",\"quote_marks_closing_graphic_icon_font_size\":\"1em\",\"quote_marks_closing_graphic_icon_width\":\"1em\",\"quote_marks_closing_graphic_icon_height\":\"1em\",\"quote_marks_closing_graphic_icon_color\":\"rgb(232, 47, 58)\",\"quote_marks_closing_graphic_icon_bg_color\":\"transparent\",\"quote_marks_closing_graphic_icon_border_width\":\"0px\",\"quote_marks_closing_graphic_icon_border_style\":\"none\",\"quote_marks_closing_graphic_icon_border_color\":\"transparent\",\"quote_marks_closing_graphic_icon_border_color_alt\":\"transparent\",\"quote_marks_closing_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"quote_marks_closing_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"quote_marks_closing_graphic_icon_box_shadow_color\":\"transparent\",\"quote_marks_closing_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"quote_marks_closing_graphic_icon_text_shadow_color\":\"transparent\",\"quote_marks_closing_graphic_image_max_width\":\"none\",\"quote_marks_closing_graphic_image_retina\":true,\"quote_marks_closing_graphic_icon\":\"quote-right\",\"quote_marks_closing_graphic_image_src\":\"\",\"quote_marks_closing_graphic_image_width\":48,\"quote_marks_closing_graphic_image_height\":48,\"quote_cite_position\":\"after\",\"quote_cite_bg_color\":\"transparent\",\"quote_cite_flex_direction\":\"row\",\"quote_cite_flex_wrap\":false,\"quote_cite_flex_justify\":\"center\",\"quote_cite_flex_align\":\"center\",\"quote_cite_margin\":\"1em 0em 0em 0em\",\"quote_cite_padding\":\"0em 0em 0em 0em\",\"quote_cite_border_width\":\"0px\",\"quote_cite_border_style\":\"none\",\"quote_cite_border_color\":\"transparent\",\"quote_cite_border_radius\":\"0px 0px 0px 0px\",\"quote_cite_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"quote_cite_box_shadow_color\":\"transparent\",\"quote_cite_font_family\":\"inherit\",\"quote_cite_font_weight\":\"700\",\"quote_cite_font_size\":\"0.85em\",\"quote_cite_letter_spacing\":\"0.25em\",\"quote_cite_line_height\":\"1.2\",\"quote_cite_font_style\":\"normal\",\"quote_cite_text_align\":\"center\",\"quote_cite_text_decoration\":\"none\",\"quote_cite_text_transform\":\"uppercase\",\"quote_cite_text_color\":\"rgba(0, 0, 0, 1)\",\"quote_cite_text_shadow_dimensions\":\"0px 0px 0px\",\"quote_cite_text_shadow_color\":\"transparent\",\"quote_cite_graphic_has_alt\":false,\"quote_cite_graphic_has_interactions\":false,\"quote_cite_graphic_has_sourced_content\":false,\"quote_cite_graphic_has_toggle\":false,\"quote_cite_graphic\":false,\"quote_cite_graphic_type\":\"icon\",\"quote_cite_graphic_margin\":\"0em 0.5em 0em 0em\",\"quote_cite_graphic_icon_font_size\":\"1em\",\"quote_cite_graphic_icon_width\":\"1em\",\"quote_cite_graphic_icon_height\":\"1em\",\"quote_cite_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"quote_cite_graphic_icon_bg_color\":\"transparent\",\"quote_cite_graphic_icon_border_width\":\"0px\",\"quote_cite_graphic_icon_border_style\":\"none\",\"quote_cite_graphic_icon_border_color\":\"transparent\",\"quote_cite_graphic_icon_border_color_alt\":\"transparent\",\"quote_cite_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"quote_cite_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"quote_cite_graphic_icon_box_shadow_color\":\"transparent\",\"quote_cite_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"quote_cite_graphic_icon_text_shadow_color\":\"transparent\",\"quote_cite_graphic_image_max_width\":\"none\",\"quote_cite_graphic_image_retina\":true,\"quote_cite_graphic_icon\":\"angle-right\",\"quote_cite_graphic_image_src\":\"\",\"quote_cite_graphic_image_width\":48,\"quote_cite_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(137,112,'_cs_template_identifier','element|__multi__');
INSERT INTO `wp_postmeta` VALUES
(138,112,'_cs_template_data','{\"elements\":[{\"_type\":\"section\",\"_order\":0,\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 100%)\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px 0px 1px 0px\",\"section_border_style\":\"none none solid none\",\"section_border_color\":\"transparent transparent #e5e5e5 transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Introduction\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Introduction\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(2vw + 28px)\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"line\",\"line_direction\":\"horizontal\",\"line_base_font_size\":\"1em\",\"line_width\":\"50%\",\"line_max_width\":\"14em\",\"line_height\":\"50px\",\"line_max_height\":\"none\",\"line_size\":\"2px\",\"line_color\":\"hsla(0, 0%, 53%, 0.25)\",\"line_style\":\"solid\",\"line_margin\":\"20px auto 20px auto\",\"line_border_radius\":\"0em\",\"line_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"line_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"40em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"#f5f5f5\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Alternating Features\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"2/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Summary\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1vw + 24px)\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Input your text here! The text element is intended for longform copy that could potentially include multiple paragraphs.\",\"text_width\":\"auto\",\"text_max_width\":\"32em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.5em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Highlights\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"1em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1.15em\",\"text_tag\":\"h4\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature one\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature two\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature three\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"45px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Summary\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1vw + 24px)\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Input your text here! The text element is intended for longform copy that could potentially include multiple paragraphs.\",\"text_width\":\"auto\",\"text_max_width\":\"32em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.5em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Highlights\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"1em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1.15em\",\"text_tag\":\"h4\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature one\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature two\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature three\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"2/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"45px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"2/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Summary\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"calc(1vw + 24px)\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Input your text here! The text element is intended for longform copy that could potentially include multiple paragraphs.\",\"text_width\":\"auto\",\"text_max_width\":\"32em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.5em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Highlights\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"1em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0.15em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"uppercase\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1.15em\",\"text_tag\":\"h4\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature one\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature two\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Feature three\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0.25em 0em 0em 0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"p\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"flex-start\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.285em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"check-circle\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"rgb(255, 255, 0)\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_border_width\":\"1px 0px 1px 0px\",\"section_border_style\":\"solid none solid none\",\"section_border_color\":\"rgba(0,0,0,0.1) transparent hsla(0,0%,0%,0.1) transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Attention Getter\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Look at me! I catch peoples\' attention nicely.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(1vw + 18px)\",\"text_line_height\":\"1.25\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px auto 0px auto\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 100%)\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 0px 0px\",\"section_border_width\":\"0px 0px 1px 0px\",\"section_border_style\":\"none none solid none\",\"section_border_color\":\"transparent transparent #e5e5e5 transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Centered Feature\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Feature Section\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(2vw + 28px)\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"line\",\"line_direction\":\"horizontal\",\"line_base_font_size\":\"1em\",\"line_width\":\"50%\",\"line_max_width\":\"14em\",\"line_height\":\"50px\",\"line_max_height\":\"none\",\"line_size\":\"2px\",\"line_color\":\"hsla(0, 0%, 53%, 0.25)\",\"line_style\":\"solid\",\"line_margin\":\"20px auto 20px auto\",\"line_border_radius\":\"0em\",\"line_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"line_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"40em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"600px\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"35px 0px 0px 0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px 3px 0px 0px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"#f5f5f5\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Feature Columns\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"More Features\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(2vw + 28px)\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"line\",\"line_direction\":\"horizontal\",\"line_base_font_size\":\"1em\",\"line_width\":\"50%\",\"line_max_width\":\"14em\",\"line_height\":\"50px\",\"line_max_height\":\"none\",\"line_size\":\"2px\",\"line_color\":\"hsla(0, 0%, 53%, 0.25)\",\"line_style\":\"solid\",\"line_margin\":\"20px auto 20px auto\",\"line_border_radius\":\"0em\",\"line_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"line_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"40em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"35px auto 35px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/6\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"hsl(0, 0%, 100%)\",\"image_src\":\"http://via.placeholder.com/300x300.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"4px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"4px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"image_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"image_box_shadow_color_alt\":\"hsla(0, 0%, 0%, 0.2)\",\"image_retina\":true,\"image_width\":300,\"image_height\":300,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/6\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"hsl(0, 0%, 100%)\",\"image_src\":\"http://via.placeholder.com/300x300.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"4px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"4px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"image_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"image_box_shadow_color_alt\":\"hsla(0, 0%, 0%, 0.2)\",\"image_retina\":true,\"image_width\":300,\"image_height\":300,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/6\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"hsl(0, 0%, 100%)\",\"image_src\":\"http://via.placeholder.com/300x300.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"4px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"4px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"image_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"image_box_shadow_color_alt\":\"hsla(0, 0%, 0%, 0.2)\",\"image_retina\":true,\"image_width\":300,\"image_height\":300,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/6\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"hsl(0, 0%, 100%)\",\"image_src\":\"http://via.placeholder.com/300x300.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"4px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"4px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"image_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"image_box_shadow_color_alt\":\"hsla(0, 0%, 0%, 0.2)\",\"image_retina\":true,\"image_width\":300,\"image_height\":300,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/6\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"hsl(0, 0%, 100%)\",\"image_src\":\"http://via.placeholder.com/300x300.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"4px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"4px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"image_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"image_box_shadow_color_alt\":\"hsla(0, 0%, 0%, 0.2)\",\"image_retina\":true,\"image_width\":300,\"image_height\":300,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"1em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/6\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"hsl(0, 0%, 100%)\",\"image_bg_color_alt\":\"hsl(0, 0%, 100%)\",\"image_src\":\"http://via.placeholder.com/300x300.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"4px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"4px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0.15em 0.5em 0em\",\"image_box_shadow_color\":\"hsla(0, 0%, 0%, 0.2)\",\"image_box_shadow_color_alt\":\"hsla(0, 0%, 0%, 0.2)\",\"image_retina\":true,\"image_width\":300,\"image_height\":300,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium.\",\"text_width\":\"auto\",\"text_max_width\":\"40em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"rgb(255, 255, 0)\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_border_width\":\"1px 0px 1px 0px\",\"section_border_style\":\"solid none solid none\",\"section_border_color\":\"rgba(0,0,0,0.1) transparent hsla(0,0%,0%,0.1) transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Attention Getter\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"I\'m back! Aren\'t you amazed by my typing skills?\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(1vw + 18px)\",\"text_line_height\":\"1.25\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":true,\"text_typing_prefix\":\"I\'m back! Aren\'t you \",\"text_typing_content\":\"amazed\\nimpressed\\nintrigued\",\"text_typing_suffix\":\" by my typing skills?\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 0%)\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Dark Feature Columns\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"More Features\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(2vw + 28px)\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"35px auto 35px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"2em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"2em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"2em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium.\",\"text_width\":\"auto\",\"text_max_width\":\"40em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 0%)\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Dark Feature Columns\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Even More Features\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(2vw + 28px)\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsl(0, 0%, 100%)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"35px auto 35px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"2em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"2em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"2em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/4\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/500x500.png/252525/888888/?text=PLACEHOLDER\",\"image_margin\":\"0px\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":500,\"image_height\":500,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium.\",\"text_width\":\"auto\",\"text_max_width\":\"40em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"rgb(255, 255, 0)\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"45px 0px 45px 0px\",\"section_border_width\":\"1px 0px 1px 0px\",\"section_border_style\":\"solid none solid none\",\"section_border_color\":\"rgba(0,0,0,0.1) transparent hsla(0,0%,0%,0.1) transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Attention Getter\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"I\'m back! You just can\'t get rid of me.\",\"text_width\":\"auto\",\"text_max_width\":\"31em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(1vw + 18px)\",\"text_line_height\":\"1.25\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row-reverse\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":true,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0.25em 0px 0em 0.25em\",\"text_graphic_icon_font_size\":\"2em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"smile-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"#f5f5f5\",\"section_bg_advanced\":false,\"section_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 65px 0px\",\"section_border_width\":\"0px 0px 1px 0px\",\"section_border_style\":\"none none solid none\",\"section_border_color\":\"transparent transparent #e5e5e5 transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Two Column Features\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"_order\":0,\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"2em 0em 0em 0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"2em 0em 0em 0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"2em 0em 0em 0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"gap\",\"gap_direction\":\"vertical\",\"gap_base_font_size\":\"1em\",\"gap_size\":\"2em\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\" lg md xl\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/2\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"2em 0em 0em 0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"2em 0em 0em 0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"image\",\"image_type\":\"standard\",\"image_styled_width\":\"auto\",\"image_styled_max_width\":\"none\",\"image_bg_color\":\"transparent\",\"image_bg_color_alt\":\"transparent\",\"image_src\":\"http://via.placeholder.com/1600x800.png/000000/888888/?text=PLACEHOLDER\",\"image_margin\":\"2em 0em 0em 0em\",\"image_padding\":\"0px\",\"image_border_width\":\"0px\",\"image_border_style\":\"solid\",\"image_border_color\":\"transparent\",\"image_border_color_alt\":\"transparent\",\"image_outer_border_radius\":\"0px\",\"image_inner_border_radius\":\"3px\",\"image_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"image_box_shadow_color\":\"transparent\",\"image_box_shadow_color_alt\":\"transparent\",\"image_retina\":true,\"image_width\":1600,\"image_height\":800,\"image_link\":false,\"image_href\":\"\",\"image_blank\":false,\"image_nofollow\":false,\"image_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}},{\"_type\":\"section\",\"section_base_font_size\":\"1em\",\"section_z_index\":\"1\",\"section_bg_color\":\"hsl(0, 0%, 100%)\",\"section_bg_advanced\":false,\"section_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"section_top_separator\":false,\"section_top_separator_location\":\"top\",\"section_top_separator_type\":\"angle-in\",\"section_top_separator_angle_point\":\"50\",\"section_top_separator_height\":\"50px\",\"section_top_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_bottom_separator\":false,\"section_bottom_separator_location\":\"bottom\",\"section_bottom_separator_type\":\"angle-in\",\"section_bottom_separator_angle_point\":\"50\",\"section_bottom_separator_height\":\"50px\",\"section_bottom_separator_color\":\"rgba(0, 0, 0, 0.75)\",\"section_margin\":\"0em\",\"section_padding\":\"65px 0px 0px 0px\",\"section_border_width\":\"0px\",\"section_border_style\":\"none\",\"section_border_color\":\"transparent\",\"section_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"section_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"title\":\"Marginless Columns\",\"css\":\"\",\"_modules\":[{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":true,\"row_marginless_columns\":false,\"row_text_align\":\"center\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"0em auto 0em auto\",\"row_padding\":\"0em 10% 0em 10%\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"Marginless Columns\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(2vw + 28px)\",\"text_line_height\":\"1.05\",\"text_letter_spacing\":\"-0.025em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h2\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"line\",\"line_direction\":\"horizontal\",\"line_base_font_size\":\"1em\",\"line_width\":\"50%\",\"line_max_width\":\"14em\",\"line_height\":\"50px\",\"line_max_height\":\"none\",\"line_size\":\"2px\",\"line_color\":\"hsla(0, 0%, 53%, 0.25)\",\"line_style\":\"solid\",\"line_margin\":\"20px auto 20px auto\",\"line_border_radius\":\"0em\",\"line_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"line_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus.\",\"text_width\":\"auto\",\"text_max_width\":\"40em\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"#888888\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"1/1\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}},{\"_type\":\"row\",\"row_base_font_size\":\"1em\",\"row_z_index\":\"1\",\"row_bg_color\":\"transparent\",\"row_bg_advanced\":false,\"row_inner_container\":false,\"row_marginless_columns\":true,\"row_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"row_margin\":\"55px auto 0px auto\",\"row_padding\":\"0em\",\"row_border_width\":\"0px\",\"row_border_style\":\"none\",\"row_border_color\":\"transparent\",\"row_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"row_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"row_width\":\"auto\",\"row_max_width\":\"none\",\"row_border_radius\":\"0px\",\"css\":\"\",\"_modules\":[{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"#f5f5f5\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"calc(2vw + 25px)\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"_order\":0,\"text_type\":\"headline\",\"text_content\":\"One\",\"text_width\":\"auto\",\"text_max_width\":\"24rem\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(1.25vw + 21px)\",\"text_line_height\":\"1\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa. Fusce quis urna metus. Donec et lacus et sem lacinia cursus. Lorem ipsum dolor sit amet, consectetur adipiscing elit.\",\"text_width\":\"auto\",\"text_max_width\":\"24rem\",\"text_bg_color\":\"transparent\",\"text_margin\":\"1em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"hsla(0, 0%, 0%, 0)\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsla(0, 0%, 0%, 0.5)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"#e5e5e5\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"calc(2vw + 25px)\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Two\",\"text_width\":\"auto\",\"text_max_width\":\"24rem\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(1.25vw + 21px)\",\"text_line_height\":\"1\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris.\",\"text_width\":\"auto\",\"text_max_width\":\"24rem\",\"text_bg_color\":\"transparent\",\"text_margin\":\"1em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"hsla(0, 0%, 0%, 0)\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsla(0, 0%, 0%, 0.5)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":true,\"size\":\"1/3\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"#d5d5d5\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"calc(2vw + 25px)\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_modules\":[{\"_type\":\"headline\",\"text_type\":\"headline\",\"text_content\":\"Three\",\"text_width\":\"auto\",\"text_max_width\":\"24rem\",\"text_bg_color\":\"transparent\",\"text_margin\":\"0em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"700\",\"text_font_size\":\"calc(1.25vw + 21px)\",\"text_line_height\":\"1\",\"text_letter_spacing\":\"-0.015em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 1)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_base_font_size\":\"1em\",\"text_tag\":\"h3\",\"text_overflow\":false,\"text_typing\":false,\"text_typing_prefix\":\"Short and \",\"text_typing_content\":\"Sweet\\nClever\\nImpactful\",\"text_typing_suffix\":\" Headlines are Best!\",\"text_typing_speed\":\"50ms\",\"text_typing_back_speed\":\"50ms\",\"text_typing_delay\":\"0ms\",\"text_typing_back_delay\":\"1000ms\",\"text_typing_loop\":true,\"text_typing_cursor\":true,\"text_typing_cursor_content\":\"|\",\"text_typing_color\":\"rgba(0, 0, 0, 1)\",\"text_typing_cursor_color\":\"rgba(0, 0, 0, 1)\",\"text_flex_direction\":\"row\",\"text_flex_wrap\":false,\"text_flex_justify\":\"center\",\"text_flex_align\":\"center\",\"text_content_margin\":\"0px\",\"text_subheadline\":false,\"text_subheadline_content\":\"Subheadline space\",\"text_subheadline_tag\":\"span\",\"text_subheadline_spacing\":\"0.35em\",\"text_subheadline_reverse\":false,\"text_subheadline_font_family\":\"inherit\",\"text_subheadline_font_weight\":\"400\",\"text_subheadline_font_size\":\"1em\",\"text_subheadline_line_height\":\"1.4\",\"text_subheadline_letter_spacing\":\"0em\",\"text_subheadline_font_style\":\"normal\",\"text_subheadline_text_align\":\"none\",\"text_subheadline_text_decoration\":\"none\",\"text_subheadline_text_transform\":\"none\",\"text_subheadline_text_color\":\"rgba(0, 0, 0, 1)\",\"text_subheadline_text_shadow_dimensions\":\"0px 0px 0px\",\"text_subheadline_text_shadow_color\":\"transparent\",\"text_graphic_has_alt\":false,\"text_graphic_has_interactions\":false,\"text_graphic_has_sourced_content\":false,\"text_graphic_has_toggle\":false,\"text_graphic\":false,\"text_graphic_type\":\"icon\",\"text_graphic_margin\":\"0em 0.5em 0em 0em\",\"text_graphic_icon_font_size\":\"1.25em\",\"text_graphic_icon_width\":\"1em\",\"text_graphic_icon_height\":\"1em\",\"text_graphic_icon_color\":\"rgba(0, 0, 0, 1)\",\"text_graphic_icon_bg_color\":\"transparent\",\"text_graphic_icon_border_width\":\"0px\",\"text_graphic_icon_border_style\":\"none\",\"text_graphic_icon_border_color\":\"transparent\",\"text_graphic_icon_border_color_alt\":\"transparent\",\"text_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_graphic_icon_box_shadow_color\":\"transparent\",\"text_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"text_graphic_icon_text_shadow_color\":\"transparent\",\"text_graphic_image_max_width\":\"none\",\"text_graphic_image_retina\":true,\"text_graphic_icon\":\"hand-pointer-o\",\"text_graphic_image_src\":\"\",\"text_graphic_image_width\":48,\"text_graphic_image_height\":48,\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"_order\":0,\"css\":\"\",\"_bp_base\":\"4_4\"},{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque pretium, nisi ut volutpat mollis, leo risus interdum arcu, eget facilisis quam felis id mauris. Ut convallis, lacus nec ornare volutpat, velit turpis scelerisque purus, quis mollis velit purus ac massa.\",\"text_width\":\"auto\",\"text_max_width\":\"24rem\",\"text_bg_color\":\"transparent\",\"text_margin\":\"1em auto 0em auto\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"hsla(0, 0%, 0%, 0)\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.6\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"hsla(0, 0%, 0%, 0.5)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":2,\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"},{\"_type\":\"column\",\"_active\":false,\"size\":\"\",\"column_base_font_size\":\"1em\",\"column_fade\":false,\"column_fade_duration\":\"0.5s\",\"column_fade_animation\":\"in\",\"column_fade_animation_offset\":\"50px\",\"column_bg_color\":\"transparent\",\"column_bg_advanced\":false,\"column_text_align\":\"none\",\"bg_lower_type\":\"none\",\"bg_lower_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_lower_image\":\"\",\"bg_lower_image_repeat\":\"no-repeat\",\"bg_lower_image_size\":\"cover\",\"bg_lower_image_position\":\"center\",\"bg_lower_video\":\"\",\"bg_lower_video_poster\":\"\",\"bg_upper_type\":\"none\",\"bg_upper_color\":\"rgba(255, 255, 255, 0.5)\",\"bg_upper_image\":\"\",\"bg_upper_image_repeat\":\"no-repeat\",\"bg_upper_image_size\":\"cover\",\"bg_upper_image_position\":\"center\",\"bg_upper_video\":\"\",\"bg_upper_video_poster\":\"\",\"bg_lower_parallax\":false,\"bg_lower_parallax_size\":\"150%\",\"bg_lower_parallax_direction\":\"v\",\"bg_lower_parallax_reverse\":false,\"bg_upper_parallax\":false,\"bg_upper_parallax_size\":\"150%\",\"bg_upper_parallax_direction\":\"v\",\"bg_upper_parallax_reverse\":false,\"bg_border_radius\":\"inherit\",\"column_padding\":\"0em\",\"column_border_width\":\"0px\",\"column_border_style\":\"none\",\"column_border_color\":\"transparent\",\"column_border_radius\":\"0px 0px 0px 0px\",\"column_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"column_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"style\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1},\"column_z_index\":\"1\"}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}],\"_bp_base\":\"4_4\",\"_m\":{\"e\":2}}]}'),
(139,113,'_cs_template_identifier','element|search-dropdown'),
(140,113,'_cs_template_data','{\"atts\":{\"_type\":\"search-dropdown\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"icon\",\"toggle_anchor_graphic_margin\":\"4px 4px 6px 4px\",\"toggle_anchor_graphic_icon_font_size\":\"1em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_icon_alt_enable\":true,\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_graphic_icon_alt\":\"search-plus\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_graphic_icon\":\"search\",\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"dropdown_base_font_size\":\"16px\",\"dropdown_width\":\"300px\",\"dropdown_bg_color\":\"#ffffff\",\"dropdown_margin\":\"0em\",\"dropdown_padding\":\"0em\",\"dropdown_border_width\":\"0px\",\"dropdown_border_style\":\"none\",\"dropdown_border_color\":\"transparent\",\"dropdown_border_radius\":\"0em\",\"dropdown_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"dropdown_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"search_type\":\"dropdown\",\"search_placeholder\":\"Search\",\"search_order_input\":\"2\",\"search_order_submit\":\"1\",\"search_order_clear\":\"3\",\"search_base_font_size\":\"1.25em\",\"search_width\":\"100%\",\"search_height\":\"auto\",\"search_max_width\":\"none\",\"search_bg_color\":\"#ffffff\",\"search_bg_color_alt\":\"#ffffff\",\"search_margin\":\"0em\",\"search_border_width\":\"0px\",\"search_border_style\":\"none\",\"search_border_color\":\"transparent\",\"search_border_color_alt\":\"transparent\",\"search_border_radius\":\"0em\",\"search_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"search_box_shadow_color\":\"transparent\",\"search_box_shadow_color_alt\":\"transparent\",\"search_input_margin\":\"0em\",\"search_input_font_family\":\"inherit\",\"search_input_font_weight\":\"400\",\"search_input_font_size\":\"1em\",\"search_input_letter_spacing\":\"0em\",\"search_input_line_height\":\"1.3\",\"search_input_font_style\":\"normal\",\"search_input_text_align\":\"none\",\"search_input_text_decoration\":\"none\",\"search_input_text_transform\":\"none\",\"search_input_text_color\":\"rgba(0, 0, 0, 0.5)\",\"search_input_text_color_alt\":\"rgba(0, 0, 0, 1)\",\"search_submit_font_size\":\"1em\",\"search_submit_stroke_width\":2,\"search_submit_width\":\"1em\",\"search_submit_height\":\"1em\",\"search_submit_color\":\"black\",\"search_submit_color_alt\":\"rgb(232, 47, 58)\",\"search_submit_bg_color\":\"transparent\",\"search_submit_bg_color_alt\":\"transparent\",\"search_submit_margin\":\"0.9em 0.65em 0.9em 0.9em\",\"search_submit_border_style\":\"none\",\"search_submit_border_width\":\"0px\",\"search_submit_border_color\":\"transparent\",\"search_submit_border_color_alt\":\"transparent\",\"search_submit_border_radius\":\"0em\",\"search_submit_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"search_submit_box_shadow_color\":\"transparent\",\"search_submit_box_shadow_color_alt\":\"transparent\",\"search_clear_font_size\":\"1em\",\"search_clear_stroke_width\":2,\"search_clear_width\":\"1em\",\"search_clear_height\":\"1em\",\"search_clear_color\":\"hsla(0, 0%, 0%, 0.25)\",\"search_clear_color_alt\":\"rgb(232, 47, 58)\",\"search_clear_bg_color\":\"transparent\",\"search_clear_bg_color_alt\":\"transparent\",\"search_clear_margin\":\"0.9em 0.9em 0.9em 0.65em\",\"search_clear_border_style\":\"none\",\"search_clear_border_width\":\"0px\",\"search_clear_border_color\":\"transparent\",\"search_clear_border_color_alt\":\"transparent\",\"search_clear_border_radius\":\"100em\",\"search_clear_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"search_clear_box_shadow_color\":\"transparent\",\"search_clear_box_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(141,114,'_cs_template_identifier','element|search-inline'),
(142,114,'_cs_template_data','{\"atts\":{\"_type\":\"search-inline\",\"search_type\":\"inline\",\"search_placeholder\":\"Search\",\"search_order_input\":\"2\",\"search_order_submit\":\"1\",\"search_order_clear\":\"3\",\"search_base_font_size\":\"1em\",\"search_width\":\"250px\",\"search_height\":\"auto\",\"search_max_width\":\"100%\",\"search_bg_color\":\"rgba(0, 0, 0, 0.1)\",\"search_bg_color_alt\":\"#ffffff\",\"search_margin\":\"0em\",\"search_border_width\":\"0px\",\"search_border_style\":\"none\",\"search_border_color\":\"transparent\",\"search_border_color_alt\":\"transparent\",\"search_border_radius\":\"100em\",\"search_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"search_box_shadow_color\":\"transparent\",\"search_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"search_input_margin\":\"0em\",\"search_input_font_family\":\"inherit\",\"search_input_font_weight\":\"400\",\"search_input_font_size\":\"1em\",\"search_input_letter_spacing\":\"0em\",\"search_input_line_height\":\"1.3\",\"search_input_font_style\":\"normal\",\"search_input_text_align\":\"none\",\"search_input_text_decoration\":\"none\",\"search_input_text_transform\":\"none\",\"search_input_text_color\":\"rgba(0, 0, 0, 0.35)\",\"search_input_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"search_submit_font_size\":\"0.85em\",\"search_submit_stroke_width\":2,\"search_submit_width\":\"1.75em\",\"search_submit_height\":\"1.75em\",\"search_submit_color\":\"white\",\"search_submit_color_alt\":\"white\",\"search_submit_bg_color\":\"rgba(0, 0, 0, 0.35)\",\"search_submit_bg_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"search_submit_margin\":\"0.5em\",\"search_submit_border_style\":\"none\",\"search_submit_border_width\":\"0px\",\"search_submit_border_color\":\"transparent\",\"search_submit_border_color_alt\":\"transparent\",\"search_submit_border_radius\":\"100em\",\"search_submit_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"search_submit_box_shadow_color\":\"transparent\",\"search_submit_box_shadow_color_alt\":\"transparent\",\"search_clear_font_size\":\"0.85em\",\"search_clear_stroke_width\":2,\"search_clear_width\":\"1.75em\",\"search_clear_height\":\"1.75em\",\"search_clear_color\":\"white\",\"search_clear_color_alt\":\"white\",\"search_clear_bg_color\":\"rgba(0, 0, 0, 0.35)\",\"search_clear_bg_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"search_clear_margin\":\"0.5em\",\"search_clear_border_style\":\"none\",\"search_clear_border_width\":\"0px\",\"search_clear_border_color\":\"transparent\",\"search_clear_border_color_alt\":\"transparent\",\"search_clear_border_radius\":\"100em\",\"search_clear_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"search_clear_box_shadow_color\":\"transparent\",\"search_clear_box_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(143,115,'_cs_template_identifier','element|search-modal'),
(144,115,'_cs_template_data','{\"atts\":{\"_type\":\"search-modal\",\"toggle_anchor_type\":\"toggle\",\"toggle_anchor_has_template\":true,\"toggle_anchor_has_link_control\":false,\"toggle_anchor_base_font_size\":\"1em\",\"toggle_anchor_width\":\"3em\",\"toggle_anchor_height\":\"3em\",\"toggle_anchor_min_width\":\"0px\",\"toggle_anchor_min_height\":\"0px\",\"toggle_anchor_max_width\":\"none\",\"toggle_anchor_max_height\":\"none\",\"toggle_anchor_bg_color\":\"white\",\"toggle_anchor_bg_color_alt\":\"white\",\"toggle_anchor_margin\":\"0em\",\"toggle_anchor_padding\":\"0em\",\"toggle_anchor_border_width\":\"0px\",\"toggle_anchor_border_style\":\"none\",\"toggle_anchor_border_color\":\"transparent\",\"toggle_anchor_border_color_alt\":\"transparent\",\"toggle_anchor_border_radius\":\"100em\",\"toggle_anchor_box_shadow_dimensions\":\"0em 0.25em 1em 0em\",\"toggle_anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.15)\",\"toggle_anchor_text_margin\":\"4px\",\"toggle_anchor_primary_font_family\":\"inherit\",\"toggle_anchor_primary_font_weight\":\"700\",\"toggle_anchor_primary_font_size\":\"1em\",\"toggle_anchor_primary_letter_spacing\":\"0em\",\"toggle_anchor_primary_line_height\":\"1\",\"toggle_anchor_primary_font_style\":\"normal\",\"toggle_anchor_primary_text_align\":\"center\",\"toggle_anchor_primary_text_decoration\":\"none\",\"toggle_anchor_primary_text_transform\":\"none\",\"toggle_anchor_primary_text_color\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_primary_text_shadow_color\":\"transparent\",\"toggle_anchor_primary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_flex_direction\":\"row\",\"toggle_anchor_flex_wrap\":false,\"toggle_anchor_flex_justify\":\"center\",\"toggle_anchor_flex_align\":\"center\",\"toggle_anchor_text\":false,\"toggle_anchor_text_overflow\":false,\"toggle_anchor_text_reverse\":false,\"toggle_anchor_text_spacing\":\"0.35em\",\"toggle_anchor_secondary_font_family\":\"inherit\",\"toggle_anchor_secondary_font_weight\":\"400\",\"toggle_anchor_secondary_font_size\":\"0.85em\",\"toggle_anchor_secondary_letter_spacing\":\"0em\",\"toggle_anchor_secondary_line_height\":\"1\",\"toggle_anchor_secondary_font_style\":\"italic\",\"toggle_anchor_secondary_text_align\":\"center\",\"toggle_anchor_secondary_text_decoration\":\"none\",\"toggle_anchor_secondary_text_transform\":\"none\",\"toggle_anchor_secondary_text_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_color_alt\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_secondary_text_shadow_color\":\"transparent\",\"toggle_anchor_secondary_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic\":true,\"toggle_anchor_graphic_type\":\"icon\",\"toggle_anchor_graphic_margin\":\"4px 4px 6px 4px\",\"toggle_anchor_graphic_icon_alt_enable\":true,\"toggle_anchor_graphic_icon_font_size\":\"1em\",\"toggle_anchor_graphic_icon_width\":\"1em\",\"toggle_anchor_graphic_icon_height\":\"1em\",\"toggle_anchor_graphic_icon_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_anchor_graphic_icon_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"toggle_anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"toggle_anchor_graphic_icon_text_shadow_color\":\"transparent\",\"toggle_anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"toggle_anchor_graphic_image_retina\":true,\"toggle_anchor_graphic_image_alt_enable\":false,\"toggle_anchor_text_interaction\":\"none\",\"toggle_anchor_graphic_interaction\":\"none\",\"toggle_anchor_primary_particle\":true,\"toggle_anchor_secondary_particle\":true,\"toggle_anchor_primary_particle_location\":\"c_c\",\"toggle_anchor_primary_particle_placement\":\"inside\",\"toggle_anchor_primary_particle_scale\":\"scale-x_y\",\"toggle_anchor_primary_particle_delay\":\"0\",\"toggle_anchor_primary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_primary_particle_width\":\"100%\",\"toggle_anchor_primary_particle_height\":\"100%\",\"toggle_anchor_primary_particle_border_radius\":\"100em\",\"toggle_anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.07)\",\"toggle_anchor_primary_particle_style\":\"\",\"toggle_anchor_secondary_particle_location\":\"c_c\",\"toggle_anchor_secondary_particle_placement\":\"inside\",\"toggle_anchor_secondary_particle_scale\":\"scale-x_y\",\"toggle_anchor_secondary_particle_delay\":\"0.15s\",\"toggle_anchor_secondary_particle_transform_origin\":\"50% 50%\",\"toggle_anchor_secondary_particle_width\":\"100%\",\"toggle_anchor_secondary_particle_height\":\"100%\",\"toggle_anchor_secondary_particle_border_radius\":\"100em\",\"toggle_anchor_secondary_particle_color\":\"rgb(255, 255, 255)\",\"toggle_anchor_secondary_particle_style\":\"\",\"toggle_anchor_text_primary_content\":\"\",\"toggle_anchor_text_secondary_content\":\"\",\"toggle_anchor_graphic_icon\":\"search\",\"toggle_anchor_graphic_icon_alt\":\"search-plus\",\"toggle_anchor_graphic_image_width\":48,\"toggle_anchor_graphic_image_height\":48,\"toggle_anchor_graphic_image_src\":\"\",\"toggle_anchor_graphic_image_src_alt\":\"\",\"toggle_type\":\"burger-1\",\"toggle_burger_size\":\"0.1em\",\"toggle_burger_spacing\":\"3.5em\",\"toggle_burger_width\":\"12em\",\"toggle_grid_size\":\"0.25em\",\"toggle_grid_spacing\":\"1.5em\",\"toggle_more_size\":\"0.25em\",\"toggle_more_spacing\":\"2em\",\"toggle_color\":\"rgba(0, 0, 0, 0.35)\",\"toggle_color_alt\":\"rgba(0, 0, 0, 0.75)\",\"modal_base_font_size\":\"calc(1.5vw + 12px)\",\"modal_close_location\":\"top-right\",\"modal_close_font_size\":\"1.5em\",\"modal_close_dimensions\":\"1.5\",\"modal_content_max_width\":\"32em\",\"modal_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"modal_close_color\":\"rgba(255, 255, 255, 0.5)\",\"modal_close_color_alt\":\"#ffffff\",\"modal_content_bg_color\":\"transparent\",\"modal_content_padding\":\"0em\",\"modal_content_border_width\":\"0px\",\"modal_content_border_style\":\"none\",\"modal_content_border_color\":\"transparent\",\"modal_content_border_radius\":\"0em\",\"modal_content_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"modal_content_box_shadow_color\":\"transparent\",\"search_type\":\"modal\",\"search_placeholder\":\"Search\",\"search_order_input\":\"2\",\"search_order_submit\":\"1\",\"search_order_clear\":\"3\",\"search_base_font_size\":\"1em\",\"search_width\":\"100%\",\"search_height\":\"auto\",\"search_max_width\":\"none\",\"search_bg_color\":\"rgba(255, 255, 255, 0.05)\",\"search_bg_color_alt\":\"rgba(255, 255, 255, 0.05)\",\"search_margin\":\"0em 0em 1em 0em\",\"search_border_width\":\"0px\",\"search_border_style\":\"none\",\"search_border_color\":\"transparent\",\"search_border_color_alt\":\"transparent\",\"search_border_radius\":\"100em\",\"search_box_shadow_dimensions\":\"0em 0em 0em 0.1em\",\"search_box_shadow_color\":\"transparent\",\"search_box_shadow_color_alt\":\"#e82f3a\",\"search_input_margin\":\"0em\",\"search_input_font_family\":\"inherit\",\"search_input_font_weight\":\"400\",\"search_input_font_size\":\"1em\",\"search_input_letter_spacing\":\"0em\",\"search_input_line_height\":\"1.3\",\"search_input_font_style\":\"normal\",\"search_input_text_align\":\"none\",\"search_input_text_decoration\":\"none\",\"search_input_text_transform\":\"none\",\"search_input_text_color\":\"white\",\"search_input_text_color_alt\":\"white\",\"search_submit_font_size\":\"1em\",\"search_submit_stroke_width\":2,\"search_submit_width\":\"1em\",\"search_submit_height\":\"1em\",\"search_submit_color\":\"white\",\"search_submit_color_alt\":\"white\",\"search_submit_bg_color\":\"transparent\",\"search_submit_bg_color_alt\":\"transparent\",\"search_submit_margin\":\"1em\",\"search_submit_border_style\":\"none\",\"search_submit_border_width\":\"0px\",\"search_submit_border_color\":\"transparent\",\"search_submit_border_color_alt\":\"transparent\",\"search_submit_border_radius\":\"0em\",\"search_submit_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"search_submit_box_shadow_color\":\"transparent\",\"search_submit_box_shadow_color_alt\":\"transparent\",\"search_clear_font_size\":\"1em\",\"search_clear_stroke_width\":2,\"search_clear_width\":\"1em\",\"search_clear_height\":\"1em\",\"search_clear_color\":\"white\",\"search_clear_color_alt\":\"white\",\"search_clear_bg_color\":\"transparent\",\"search_clear_bg_color_alt\":\"transparent\",\"search_clear_margin\":\"1em\",\"search_clear_border_style\":\"none\",\"search_clear_border_width\":\"0px\",\"search_clear_border_color\":\"transparent\",\"search_clear_border_color_alt\":\"transparent\",\"search_clear_border_radius\":\"0em\",\"search_clear_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"search_clear_box_shadow_color\":\"transparent\",\"search_clear_box_shadow_color_alt\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"toggle_anchor_graphic_has_alt\":true,\"toggle_anchor_graphic_has_interactions\":true,\"toggle_anchor_graphic_has_sourced_content\":false,\"toggle_anchor_graphic_has_toggle\":true,\"toggle_anchor_graphic_icon_bg_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_width\":\"0px\",\"toggle_anchor_graphic_icon_border_style\":\"none\",\"toggle_anchor_graphic_icon_border_color\":\"transparent\",\"toggle_anchor_graphic_icon_border_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"toggle_anchor_graphic_icon_box_shadow_color\":\"transparent\",\"toggle_anchor_graphic_image_max_width\":\"none\",\"toggle_anchor_graphic_icon_bg_color_alt\":\"transparent\",\"toggle_anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(145,116,'_cs_template_identifier','element|social'),
(146,116,'_cs_template_data','{\"atts\":{\"_type\":\"social\",\"anchor_type\":\"button\",\"anchor_has_template\":true,\"anchor_has_link_control\":true,\"anchor_base_font_size\":\"1em\",\"anchor_width\":\"auto\",\"anchor_height\":\"auto\",\"anchor_min_width\":\"0px\",\"anchor_min_height\":\"0px\",\"anchor_max_width\":\"none\",\"anchor_max_height\":\"none\",\"anchor_bg_color\":\"#3b5998\",\"anchor_bg_color_alt\":\"#355088\",\"anchor_margin\":\"0em\",\"anchor_padding\":\"0.15em 0.25em 0.15em 0.25em\",\"anchor_border_width\":\"0px 0px 3px 0px\",\"anchor_border_style\":\"none none solid none\",\"anchor_border_color\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_color_alt\":\"transparent transparent rgba(0,0,0,0.25) transparent\",\"anchor_border_radius\":\"0.275em\",\"anchor_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"anchor_box_shadow_color\":\"rgba(0, 0, 0, 0.25)\",\"anchor_box_shadow_color_alt\":\"rgba(0, 0, 0, 0.25)\",\"anchor_text_margin\":\"4px\",\"anchor_primary_font_family\":\"inherit\",\"anchor_primary_font_weight\":\"400\",\"anchor_primary_font_size\":\"0.85em\",\"anchor_primary_letter_spacing\":\"0em\",\"anchor_primary_line_height\":\"1\",\"anchor_primary_font_style\":\"normal\",\"anchor_primary_text_align\":\"center\",\"anchor_primary_text_decoration\":\"none\",\"anchor_primary_text_transform\":\"none\",\"anchor_primary_text_color\":\"white\",\"anchor_primary_text_color_alt\":\"white\",\"anchor_primary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_primary_text_shadow_color\":\"transparent\",\"anchor_primary_text_shadow_color_alt\":\"transparent\",\"anchor_href\":\"#\",\"anchor_info\":\"\",\"anchor_blank\":false,\"anchor_nofollow\":false,\"anchor_flex_direction\":\"row\",\"anchor_flex_wrap\":false,\"anchor_flex_justify\":\"center\",\"anchor_flex_align\":\"center\",\"anchor_text\":false,\"anchor_text_overflow\":false,\"anchor_text_reverse\":true,\"anchor_text_spacing\":\"0.25em\",\"anchor_secondary_font_family\":\"inherit\",\"anchor_secondary_font_weight\":\"400\",\"anchor_secondary_font_size\":\"0.65em\",\"anchor_secondary_letter_spacing\":\"0em\",\"anchor_secondary_line_height\":\"1\",\"anchor_secondary_font_style\":\"italic\",\"anchor_secondary_text_align\":\"center\",\"anchor_secondary_text_decoration\":\"none\",\"anchor_secondary_text_transform\":\"none\",\"anchor_secondary_text_color\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_color_alt\":\"rgba(255, 255, 255, 0.65)\",\"anchor_secondary_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_secondary_text_shadow_color\":\"transparent\",\"anchor_secondary_text_shadow_color_alt\":\"transparent\",\"anchor_graphic\":true,\"anchor_graphic_type\":\"icon\",\"anchor_graphic_margin\":\"4px\",\"anchor_graphic_icon_alt_enable\":false,\"anchor_graphic_icon_font_size\":\"1em\",\"anchor_graphic_icon_width\":\"1em\",\"anchor_graphic_icon_height\":\"1em\",\"anchor_graphic_icon_color\":\"white\",\"anchor_graphic_icon_color_alt\":\"white\",\"anchor_graphic_icon_text_shadow_dimensions\":\"0px 0px 0px\",\"anchor_graphic_icon_text_shadow_color\":\"transparent\",\"anchor_graphic_icon_text_shadow_color_alt\":\"transparent\",\"anchor_graphic_image_retina\":true,\"anchor_graphic_image_alt_enable\":false,\"anchor_text_interaction\":\"none\",\"anchor_graphic_interaction\":\"none\",\"anchor_primary_particle\":false,\"anchor_secondary_particle\":false,\"anchor_primary_particle_location\":\"c_c\",\"anchor_primary_particle_placement\":\"inside\",\"anchor_primary_particle_scale\":\"scale-x\",\"anchor_primary_particle_delay\":\"0s\",\"anchor_primary_particle_transform_origin\":\"50% 50%\",\"anchor_primary_particle_width\":\"100%\",\"anchor_primary_particle_height\":\"100%\",\"anchor_primary_particle_border_radius\":\"0px\",\"anchor_primary_particle_color\":\"rgba(0, 0, 0, 0.05)\",\"anchor_primary_particle_style\":\"\",\"anchor_secondary_particle_location\":\"c_c\",\"anchor_secondary_particle_placement\":\"inside\",\"anchor_secondary_particle_scale\":\"scale-x\",\"anchor_secondary_particle_delay\":\"0.25s\",\"anchor_secondary_particle_transform_origin\":\"50% 50%\",\"anchor_secondary_particle_width\":\"100%\",\"anchor_secondary_particle_height\":\"100%\",\"anchor_secondary_particle_border_radius\":\"0px\",\"anchor_secondary_particle_color\":\"rgba(0, 0, 0, 0.05)\",\"anchor_secondary_particle_style\":\"\",\"anchor_text_primary_content\":\"Facebook\",\"anchor_text_secondary_content\":\"Like Us On\",\"anchor_graphic_icon\":\"facebook-official\",\"anchor_graphic_icon_alt\":\"facebook-official\",\"anchor_graphic_image_width\":48,\"anchor_graphic_image_height\":48,\"anchor_graphic_image_src\":\"\",\"anchor_graphic_image_src_alt\":\"\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"none\",\"hide_login\":\"\",\"anchor_graphic_has_alt\":true,\"anchor_graphic_has_interactions\":true,\"anchor_graphic_has_sourced_content\":false,\"anchor_graphic_has_toggle\":false,\"anchor_graphic_icon_bg_color\":\"transparent\",\"anchor_graphic_icon_border_width\":\"0px\",\"anchor_graphic_icon_border_style\":\"none\",\"anchor_graphic_icon_border_color\":\"transparent\",\"anchor_graphic_icon_border_color_alt\":\"transparent\",\"anchor_graphic_icon_border_radius\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"anchor_graphic_icon_box_shadow_color\":\"transparent\",\"anchor_graphic_image_max_width\":\"none\",\"anchor_graphic_icon_bg_color_alt\":\"transparent\",\"anchor_graphic_icon_box_shadow_color_alt\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(147,117,'_cs_template_identifier','element|statbar'),
(148,117,'_cs_template_data','{\"atts\":{\"_type\":\"statbar\",\"statbar_base_font_size\":\"1em\",\"statbar_direction\":\"row\",\"statbar_width_row\":\"100%\",\"statbar_max_width_row\":\"none\",\"statbar_height_row\":\"5px\",\"statbar_max_height_row\":\"none\",\"statbar_width_column\":\"5px\",\"statbar_max_width_column\":\"none\",\"statbar_height_column\":\"50vh\",\"statbar_max_height_column\":\"none\",\"statbar_bg_color\":\"rgba(0, 0, 0, 0.1)\",\"statbar_trigger_offset\":\"50%\",\"statbar_margin\":\"0em 0em 0em 0em\",\"statbar_padding\":\"0em 0em 0em 0em\",\"statbar_border_width\":\"0px\",\"statbar_border_style\":\"none\",\"statbar_border_color\":\"transparent\",\"statbar_border_radius\":\"3px 3px 3px 3px\",\"statbar_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"statbar_box_shadow_color\":\"transparent\",\"statbar_bar_length\":\"92%\",\"statbar_bar_bg_color\":\"rgb(232, 47, 58)\",\"statbar_bar_border_radius\":\"3px 3px 3px 3px\",\"statbar_bar_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"statbar_bar_box_shadow_color\":\"transparent\",\"statbar_label\":true,\"statbar_label_custom_text\":false,\"statbar_label_always_show\":false,\"statbar_label_text_content\":\"HTML & CSS\",\"statbar_label_justify\":\"flex-end\",\"statbar_label_bg_color\":\"#000000\",\"statbar_label_width\":\"auto\",\"statbar_label_height\":\"auto\",\"statbar_label_translate_x\":\"0%\",\"statbar_label_translate_y\":\"0%\",\"statbar_label_padding\":\"0.5em 0.65em 0.5em 0.65em\",\"statbar_label_border_width\":\"0px\",\"statbar_label_border_style\":\"none\",\"statbar_label_border_color\":\"transparent\",\"statbar_label_border_radius\":\"3px\",\"statbar_label_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"statbar_label_box_shadow_color\":\"hsla(0, 0%, 0%, 0.25)\",\"statbar_label_font_family\":\"inherit\",\"statbar_label_font_weight\":\"700\",\"statbar_label_font_size\":\"0.75em\",\"statbar_label_letter_spacing\":\"0.035em\",\"statbar_label_line_height\":\"1\",\"statbar_label_font_style\":\"normal\",\"statbar_label_text_align\":\"none\",\"statbar_label_text_decoration\":\"none\",\"statbar_label_text_transform\":\"none\",\"statbar_label_text_color\":\"#ffffff\",\"statbar_label_text_shadow_dimensions\":\"0px 0px 0px\",\"statbar_label_text_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(149,118,'_cs_template_identifier','element|text'),
(150,118,'_cs_template_data','{\"atts\":{\"_type\":\"text\",\"text_type\":\"standard\",\"text_content\":\"Input your text here! The text element is intended for longform copy that could potentially include multiple paragraphs.\",\"text_width\":\"auto\",\"text_max_width\":\"none\",\"text_bg_color\":\"transparent\",\"text_font_family\":\"inherit\",\"text_font_weight\":\"400\",\"text_font_size\":\"1em\",\"text_line_height\":\"1.4\",\"text_letter_spacing\":\"0em\",\"text_font_style\":\"normal\",\"text_text_align\":\"none\",\"text_text_decoration\":\"none\",\"text_text_transform\":\"none\",\"text_text_color\":\"rgba(0, 0, 0, 0.35)\",\"text_text_shadow_dimensions\":\"0px 0px 0px\",\"text_text_shadow_color\":\"transparent\",\"text_margin\":\"0em\",\"text_padding\":\"0em\",\"text_border_width\":\"0px\",\"text_border_style\":\"none\",\"text_border_color\":\"transparent\",\"text_border_radius\":\"0em\",\"text_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"text_box_shadow_color\":\"transparent\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"text_columns_break_inside\":\"auto\",\"text_columns\":false,\"text_columns_count\":\"2\",\"text_columns_width\":\"250px\",\"text_columns_gap\":\"25px\",\"text_columns_rule_style\":\"none\",\"text_columns_rule_width\":\"0px\",\"text_columns_rule_color\":\"transparent\",\"css\":\"\",\"_bp_base\":\"4_4\",\"_m\":{\"e\":1}}}'),
(151,119,'_cs_template_identifier','element|video'),
(152,119,'_cs_template_data','{\"atts\":{\"_type\":\"video\",\"video_is_bg\":false,\"video_type\":\"embed\",\"video_embed_code\":\"\",\"mejs_source_files\":\"\",\"mejs_poster\":\"\",\"mejs_type\":\"video\",\"mejs_preload\":\"metadata\",\"mejs_advanced_controls\":false,\"mejs_autoplay\":false,\"mejs_loop\":false,\"mejs_controls_button_color\":\"rgba(255, 255, 255, 0.5)\",\"mejs_controls_button_color_alt\":\"rgb(232, 47, 58)\",\"mejs_controls_time_total_bg_color\":\"rgba(255, 255, 255, 0.25)\",\"mejs_controls_time_loaded_bg_color\":\"rgba(255, 255, 255, 0.25)\",\"mejs_controls_time_current_bg_color\":\"rgb(232, 47, 58)\",\"mejs_controls_color\":\"rgba(255, 255, 255, 0.5)\",\"mejs_controls_bg_color\":\"rgba(0, 0, 0, 0.8)\",\"mejs_controls_padding\":\"0px\",\"mejs_controls_border_width\":\"0px\",\"mejs_controls_border_style\":\"none\",\"mejs_controls_border_color\":\"transparent\",\"mejs_controls_border_radius\":\"3px\",\"mejs_controls_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"mejs_controls_box_shadow_color\":\"transparent\",\"mejs_controls_time_rail_border_radius\":\"2px\",\"mejs_controls_time_rail_box_shadow_dimensions\":\"0em 0em 0em 0em\",\"mejs_controls_time_rail_box_shadow_color\":\"transparent\",\"mejs_hide_controls\":false,\"mejs_muted\":false,\"mejs_controls_margin\":\"auto 15px 15px 15px\",\"frame_content_type\":\"\",\"frame_content_sizing\":\"aspect-ratio\",\"frame_base_font_size\":\"16px\",\"frame_width\":\"100%\",\"frame_max_width\":\"none\",\"frame_content_aspect_ratio_width\":\"16\",\"frame_content_aspect_ratio_height\":\"9\",\"frame_content_height\":\"350px\",\"frame_bg_color\":\"#ffffff\",\"frame_margin\":\"0em\",\"frame_padding\":\"1em\",\"frame_border_width\":\"0px\",\"frame_border_style\":\"none\",\"frame_border_color\":\"transparent\",\"frame_border_radius\":\"3px\",\"frame_box_shadow_dimensions\":\"0em 0.15em 2em 0em\",\"frame_box_shadow_color\":\"hsla(0, 0%, 0%, 0.25)\",\"id\":\"\",\"class\":\"\",\"hide_bp\":\"\",\"hide_login\":\"\",\"css\":\"\",\"_bp_base\":\"4_4\"}}'),
(153,86,'_cs_states_cache',''),
(154,85,'_cs_states_cache','');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_posts`
--
DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_posts` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
`post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content` longtext NOT NULL,
`post_title` text NOT NULL,
`post_excerpt` text NOT NULL,
`post_status` varchar(20) NOT NULL DEFAULT 'publish',
`comment_status` varchar(20) NOT NULL DEFAULT 'open',
`ping_status` varchar(20) NOT NULL DEFAULT 'open',
`post_password` varchar(255) NOT NULL DEFAULT '',
`post_name` varchar(200) NOT NULL DEFAULT '',
`to_ping` text NOT NULL,
`pinged` text NOT NULL,
`post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`post_content_filtered` longtext NOT NULL,
`post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`guid` varchar(255) NOT NULL DEFAULT '',
`menu_order` int(11) NOT NULL DEFAULT 0,
`post_type` varchar(20) NOT NULL DEFAULT 'post',
`post_mime_type` varchar(100) NOT NULL DEFAULT '',
`comment_count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`ID`),
KEY `post_name` (`post_name`(191)),
KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
KEY `post_parent` (`post_parent`),
KEY `post_author` (`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=122 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_posts`
--
LOCK TABLES `wp_posts` WRITE;
/*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */;
INSERT INTO `wp_posts` VALUES
(1,1,'2024-07-16 15:00:36','2024-07-16 15:00:36','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','trash','open','open','','hello-world__trashed','','','2024-07-16 16:12:58','2024-07-16 16:12:58','',0,'http://dev.themooringsverobeach.com/?p=1',0,'post','',1),
(2,1,'2024-07-16 15:00:36','2024-07-16 15:00:36','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://dev.themooringsverobeach.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','trash','closed','open','','sample-page__trashed','','','2024-07-16 16:13:01','2024-07-16 16:13:01','',0,'http://dev.themooringsverobeach.com/?page_id=2',0,'page','',0),
(3,1,'2024-07-16 15:00:36','2024-07-16 15:00:36','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: http://dev.themooringsverobeach.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2024-07-16 15:00:36','2024-07-16 15:00:36','',0,'http://dev.themooringsverobeach.com/?page_id=3',0,'page','',0),
(4,0,'2024-07-16 15:03:11','2024-07-16 15:03:11','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-07-16 15:03:11','2024-07-16 15:03:11','',0,'https://dev.themooringsverobeach.com/?p=4',0,'wp_navigation','',0),
(6,1,'2024-07-16 16:12:58','2024-07-16 16:12:58','<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2024-07-16 16:12:58','2024-07-16 16:12:58','',1,'https://dev.themooringsverobeach.com/?p=6',0,'revision','',0),
(7,1,'2024-07-16 16:13:01','2024-07-16 16:13:01','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"http://dev.themooringsverobeach.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2024-07-16 16:13:01','2024-07-16 16:13:01','',2,'https://dev.themooringsverobeach.com/?p=7',0,'revision','',0),
(8,1,'2024-07-16 16:13:25','2024-07-16 16:13:25','','Home','','publish','closed','closed','','home','','','2024-07-16 16:13:25','2024-07-16 16:13:25','',0,'https://dev.themooringsverobeach.com/?page_id=8',0,'page','',0),
(9,1,'2024-07-16 16:13:12','2024-07-16 16:13:12','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfour','','','2024-07-16 16:13:12','2024-07-16 16:13:12','',0,'https://dev.themooringsverobeach.com/wp-global-styles-twentytwentyfour/',0,'wp_global_styles','',0),
(10,1,'2024-07-16 16:13:25','2024-07-16 16:13:25','','Home','','inherit','closed','closed','','8-revision-v1','','','2024-07-16 16:13:25','2024-07-16 16:13:25','',8,'https://dev.themooringsverobeach.com/?p=10',0,'revision','',0),
(11,1,'2024-07-16 16:13:41','2024-07-16 16:13:41','','Blog','','publish','closed','closed','','blog','','','2024-07-16 16:13:41','2024-07-16 16:13:41','',0,'https://dev.themooringsverobeach.com/?page_id=11',0,'page','',0),
(12,1,'2024-07-16 16:13:41','2024-07-16 16:13:41','','Blog','','inherit','closed','closed','','11-revision-v1','','','2024-07-16 16:13:41','2024-07-16 16:13:41','',11,'https://dev.themooringsverobeach.com/?p=12',0,'revision','',0),
(13,1,'2024-07-16 16:13:59','2024-07-16 16:13:59','','About','','publish','closed','closed','','about','','','2024-07-16 16:13:59','2024-07-16 16:13:59','',0,'https://dev.themooringsverobeach.com/?page_id=13',0,'page','',0),
(14,1,'2024-07-16 16:13:59','2024-07-16 16:13:59','','About','','inherit','closed','closed','','13-revision-v1','','','2024-07-16 16:13:59','2024-07-16 16:13:59','',13,'https://dev.themooringsverobeach.com/?p=14',0,'revision','',0),
(15,1,'2024-07-16 16:14:14','2024-07-16 16:14:14','<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"wideSize\":\"\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"565px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"fontSize\":\"x-large\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">A commitment to innovation and sustainability</h1>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"1.25rem\"} -->\n<div style=\"height:1.25rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Études is a pioneering firm that seamlessly merges creativity and functionality to redefine architectural excellence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"1.25rem\"} -->\n<div style=\"height:1.25rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">About us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"layout\":[]}} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image alignwide size-full is-style-rounded\"><img src=\"https://dev.themooringsverobeach.com/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp\" alt=\"Building exterior in Toronto, Canada\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"}}},\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-style-asterisk\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-style-asterisk\">A passion for creating spaces</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"1.25rem\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Renovation and restoration</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Continuous Support</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">App Access</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Consulting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Project Management</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Architectural Solutions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-style-asterisk\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-style-asterisk\">An array of resources</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<p class=\"has-text-align-center\">Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading {\"level\":3,\"className\":\"is-style-asterisk\"} -->\n<h3 class=\"wp-block-heading is-style-asterisk\">Études Architect App</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"style\":{\"typography\":{\"lineHeight\":\"1.75\"}},\"className\":\"is-style-checkmark-list\"} -->\n<ul style=\"line-height:1.75\" class=\"is-style-checkmark-list\"><!-- wp:list-item -->\n<li>Collaborate with fellow architects.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase your projects.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Experience the world of architecture.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><img src=\"https://dev.themooringsverobeach.com/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp\" alt=\"Tourist taking photo of a building\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><img src=\"https://dev.themooringsverobeach.com/wp-content/themes/twentytwentyfour/assets/images/windows.webp\" alt=\"Windows of a building in Nuremberg, Germany\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading {\"level\":3,\"className\":\"is-style-asterisk\"} -->\n<h3 class=\"wp-block-heading is-style-asterisk\">Études Newsletter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"style\":{\"typography\":{\"lineHeight\":\"1.75\"}},\"className\":\"is-style-checkmark-list\"} -->\n<ul style=\"line-height:1.75\" class=\"is-style-checkmark-list\"><!-- wp:list-item -->\n<li>A world of thought-provoking articles.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Case studies that celebrate architecture.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Exclusive access to design insights.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Testimonial\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|60\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignfull has-base-color has-contrast-background-color has-text-color has-background\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\"1.2\"}},\"textColor\":\"base\",\"fontSize\":\"x-large\",\"fontFamily\":\"heading\"} -->\n<p class=\"has-text-align-center has-base-color has-text-color has-heading-font-family has-x-large-font-size\" style=\"line-height:1.2\">\n <em>“Études has saved us thousands of hours of work and has unlocked insights we never thought possible.”</em>\n </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Testimonial source\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border\"><img alt=\"\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:60px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"0\"}}}} -->\n<p class=\"has-text-align-center\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:0\">Annie Steiner</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"textColor\":\"contrast-3\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-contrast-3-color has-text-color has-small-font-size\" style=\"font-style:normal;font-weight:300\">CEO, Greenprint</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-x-large-font-size\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);line-height:1\">Watch, Read, Listen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template -->\n<!-- wp:separator {\"backgroundColor\":\"contrast-3\",\"className\":\"alignwide is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-contrast-3-color has-alpha-channel-opacity has-contrast-3-background-color has-background alignwide is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"72%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:72%\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"1.5rem\"}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"28%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:28%\"><!-- wp:template-part {\"slug\":\"post-meta\",\"theme\":\"twentytwentyfour\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"arrow\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph -->\n<p>No posts were found.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"border\":{\"radius\":\"16px\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"}}},\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-base-2-background-color has-background\" style=\"border-radius:16px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Join 900+ subscribers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Stay in the loop with everything you need to know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Contact','','publish','closed','closed','','contact','','','2024-07-16 16:14:14','2024-07-16 16:14:14','',0,'https://dev.themooringsverobeach.com/?page_id=15',0,'page','',0),
(16,1,'2024-07-16 16:14:14','2024-07-16 16:14:14','<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"wideSize\":\"\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"565px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":1,\"fontSize\":\"x-large\"} -->\n<h1 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">A commitment to innovation and sustainability</h1>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"1.25rem\"} -->\n<div style=\"height:1.25rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Études is a pioneering firm that seamlessly merges creativity and functionality to redefine architectural excellence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"1.25rem\"} -->\n<div style=\"height:1.25rem\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">About us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"style\":{\"layout\":[]}} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image alignwide size-full is-style-rounded\"><img src=\"https://dev.themooringsverobeach.com/wp-content/themes/twentytwentyfour/assets/images/building-exterior.webp\" alt=\"Building exterior in Toronto, Canada\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"}}},\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull has-base-2-background-color has-background\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-style-asterisk\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-style-asterisk\">A passion for creating spaces</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"1.25rem\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Renovation and restoration</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Continuous Support</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">App Access</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Consulting</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Project Management</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"left\",\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}},\"className\":\"is-style-asterisk\",\"fontSize\":\"medium\",\"fontFamily\":\"body\"} -->\n<h3 class=\"wp-block-heading has-text-align-left is-style-asterisk has-body-font-family has-medium-font-size\" style=\"font-style:normal;font-weight:600\">Architectural Solutions</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">Experience the fusion of imagination and expertise with Études Architectural Solutions.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|10\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-style-asterisk\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-style-asterisk\">An array of resources</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<p class=\"has-text-align-center\">Our comprehensive suite of professional services caters to a diverse clientele, ranging from homeowners to commercial developers.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading {\"level\":3,\"className\":\"is-style-asterisk\"} -->\n<h3 class=\"wp-block-heading is-style-asterisk\">Études Architect App</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"style\":{\"typography\":{\"lineHeight\":\"1.75\"}},\"className\":\"is-style-checkmark-list\"} -->\n<ul style=\"line-height:1.75\" class=\"is-style-checkmark-list\"><!-- wp:list-item -->\n<li>Collaborate with fellow architects.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Showcase your projects.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Experience the world of architecture.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><img src=\"https://dev.themooringsverobeach.com/wp-content/themes/twentytwentyfour/assets/images/tourist-and-building.webp\" alt=\"Tourist taking photo of a building\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:image {\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image size-large is-style-rounded\"><img src=\"https://dev.themooringsverobeach.com/wp-content/themes/twentytwentyfour/assets/images/windows.webp\" alt=\"Windows of a building in Nuremberg, Germany\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading {\"level\":3,\"className\":\"is-style-asterisk\"} -->\n<h3 class=\"wp-block-heading is-style-asterisk\">Études Newsletter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"style\":{\"typography\":{\"lineHeight\":\"1.75\"}},\"className\":\"is-style-checkmark-list\"} -->\n<ul style=\"line-height:1.75\" class=\"is-style-checkmark-list\"><!-- wp:list-item -->\n<li>A world of thought-provoking articles.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Case studies that celebrate architecture.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Exclusive access to design insights.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Testimonial\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|60\",\"right\":\"var:preset|spacing|60\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"backgroundColor\":\"contrast\",\"textColor\":\"base\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group alignfull has-base-color has-contrast-background-color has-text-color has-background\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--60)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"lineHeight\":\"1.2\"}},\"textColor\":\"base\",\"fontSize\":\"x-large\",\"fontFamily\":\"heading\"} -->\n<p class=\"has-text-align-center has-base-color has-text-color has-heading-font-family has-x-large-font-size\" style=\"line-height:1.2\">\n <em>“Études has saved us thousands of hours of work and has unlocked insights we never thought possible.”</em>\n </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Testimonial source\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"width\":\"60px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"thumbnail\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image aligncenter size-thumbnail is-resized has-custom-border\"><img alt=\"\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:60px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"0\"}}}} -->\n<p class=\"has-text-align-center\" style=\"margin-top:var(--wp--preset--spacing--10);margin-bottom:0\">Annie Steiner</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\"}},\"textColor\":\"contrast-3\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-contrast-3-color has-text-color has-small-font-size\" style=\"font-style:normal;font-weight:300\">CEO, Greenprint</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:heading {\"align\":\"wide\",\"style\":{\"typography\":{\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"var:preset|spacing|40\"}}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-x-large-font-size\" style=\"margin-top:0;margin-bottom:var(--wp--preset--spacing--40);line-height:1\">Watch, Read, Listen</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:query {\"queryId\":1,\"query\":{\"perPage\":10,\"pages\":0,\"offset\":0,\"postType\":\"post\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":true},\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query alignwide\"><!-- wp:post-template -->\n<!-- wp:separator {\"backgroundColor\":\"contrast-3\",\"className\":\"alignwide is-style-wide\"} -->\n<hr class=\"wp-block-separator has-text-color has-contrast-3-color has-alpha-channel-opacity has-contrast-3-background-color has-background alignwide is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\" style=\"margin-top:var(--wp--preset--spacing--20);margin-bottom:var(--wp--preset--spacing--20)\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"72%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:72%\"><!-- wp:post-title {\"isLink\":true,\"style\":{\"typography\":{\"lineHeight\":\"1.1\",\"fontSize\":\"1.5rem\"}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"28%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:28%\"><!-- wp:template-part {\"slug\":\"post-meta\",\"theme\":\"twentytwentyfour\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:query-pagination {\"paginationArrow\":\"arrow\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph -->\n<p>No posts were found.</p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:group {\"align\":\"wide\",\"style\":{\"border\":{\"radius\":\"16px\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|50\",\"right\":\"var:preset|spacing|50\"}}},\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-base-2-background-color has-background\" style=\"border-radius:16px;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--50)\"><!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Join 900+ subscribers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Stay in the loop with everything you need to know.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button -->\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Contact','','inherit','closed','closed','','15-revision-v1','','','2024-07-16 16:14:14','2024-07-16 16:14:14','',15,'https://dev.themooringsverobeach.com/?p=16',0,'revision','',0),
(17,1,'2024-07-16 16:15:11','2024-07-16 16:15:11','','Properties','','publish','closed','closed','','properties','','','2024-07-16 16:15:11','2024-07-16 16:15:11','',0,'https://dev.themooringsverobeach.com/?page_id=17',0,'page','',0),
(18,1,'2024-07-16 16:15:11','2024-07-16 16:15:11','','Properties','','inherit','closed','closed','','17-revision-v1','','','2024-07-16 16:15:11','2024-07-16 16:15:11','',17,'https://dev.themooringsverobeach.com/?p=18',0,'revision','',0),
(19,1,'2024-07-16 16:15:26','2024-07-16 16:15:26','','Communities','','publish','closed','closed','','communities','','','2024-07-16 16:15:26','2024-07-16 16:15:26','',0,'https://dev.themooringsverobeach.com/?page_id=19',0,'page','',0),
(20,1,'2024-07-16 16:15:26','2024-07-16 16:15:26','','Communities','','inherit','closed','closed','','19-revision-v1','','','2024-07-16 16:15:26','2024-07-16 16:15:26','',19,'https://dev.themooringsverobeach.com/?p=20',0,'revision','',0),
(21,1,'2024-07-16 16:15:51','2024-07-16 16:15:51','','My Listings','','publish','closed','closed','','my-listings','','','2024-07-16 16:15:51','2024-07-16 16:15:51','',0,'https://dev.themooringsverobeach.com/?page_id=21',0,'page','',0),
(22,1,'2024-07-16 16:15:51','2024-07-16 16:15:51','','My Listings','','inherit','closed','closed','','21-revision-v1','','','2024-07-16 16:15:51','2024-07-16 16:15:51','',21,'https://dev.themooringsverobeach.com/?p=22',0,'revision','',0),
(23,1,'2024-07-16 16:16:07','2024-07-16 16:16:07','','Office Listings','','publish','closed','closed','','office-listings','','','2024-07-16 16:16:07','2024-07-16 16:16:07','',0,'https://dev.themooringsverobeach.com/?page_id=23',0,'page','',0),
(24,1,'2024-07-16 16:16:07','2024-07-16 16:16:07','','Office Listings','','inherit','closed','closed','','23-revision-v1','','','2024-07-16 16:16:07','2024-07-16 16:16:07','',23,'https://dev.themooringsverobeach.com/?p=24',0,'revision','',0),
(25,1,'2024-07-16 16:16:31','2024-07-16 16:16:31','','Property Search','','publish','closed','closed','','property-search','','','2024-07-16 16:16:31','2024-07-16 16:16:31','',0,'https://dev.themooringsverobeach.com/?page_id=25',0,'page','',0),
(26,1,'2024-07-16 16:16:31','2024-07-16 16:16:31','','Property Search','','inherit','closed','closed','','25-revision-v1','','','2024-07-16 16:16:31','2024-07-16 16:16:31','',25,'https://dev.themooringsverobeach.com/?p=26',0,'revision','',0),
(27,1,'2024-07-16 16:16:47','2024-07-16 16:16:47','','Communities','','publish','closed','closed','','communities-2','','','2024-07-16 16:16:47','2024-07-16 16:16:47','',0,'https://dev.themooringsverobeach.com/?page_id=27',0,'page','',0),
(28,1,'2024-07-16 16:16:47','2024-07-16 16:16:47','','Communities','','inherit','closed','closed','','27-revision-v1','','','2024-07-16 16:16:47','2024-07-16 16:16:47','',27,'https://dev.themooringsverobeach.com/?p=28',0,'revision','',0),
(29,1,'2024-07-16 16:17:18','2024-07-16 16:17:18','','Buyers','','publish','closed','closed','','buyers','','','2024-07-16 16:17:18','2024-07-16 16:17:18','',0,'https://dev.themooringsverobeach.com/?page_id=29',0,'page','',0),
(30,1,'2024-07-16 16:17:18','2024-07-16 16:17:18','','Buyers','','inherit','closed','closed','','29-revision-v1','','','2024-07-16 16:17:18','2024-07-16 16:17:18','',29,'https://dev.themooringsverobeach.com/?p=30',0,'revision','',0),
(31,1,'2024-07-16 16:17:39','2024-07-16 16:17:39','','Sellers','','publish','closed','closed','','sellers','','','2024-07-16 16:17:39','2024-07-16 16:17:39','',0,'https://dev.themooringsverobeach.com/?page_id=31',0,'page','',0),
(32,1,'2024-07-16 16:17:39','2024-07-16 16:17:39','','Sellers','','inherit','closed','closed','','31-revision-v1','','','2024-07-16 16:17:39','2024-07-16 16:17:39','',31,'https://dev.themooringsverobeach.com/?p=32',0,'revision','',0),
(33,1,'2024-07-16 16:18:37','2024-07-16 16:18:37','','Testimonials','','publish','closed','closed','','testimonials','','','2024-07-16 16:18:37','2024-07-16 16:18:37','',0,'https://dev.themooringsverobeach.com/?page_id=33',0,'page','',0),
(34,1,'2024-07-16 16:18:37','2024-07-16 16:18:37','','Testimonials','','inherit','closed','closed','','33-revision-v1','','','2024-07-16 16:18:37','2024-07-16 16:18:37','',33,'https://dev.themooringsverobeach.com/?p=34',0,'revision','',0),
(35,1,'2024-07-16 16:19:14','2024-07-16 16:19:14','','Single Family','','publish','closed','closed','','single-family','','','2024-07-16 16:19:14','2024-07-16 16:19:14','',0,'https://dev.themooringsverobeach.com/?page_id=35',0,'page','',0),
(36,1,'2024-07-16 16:19:14','2024-07-16 16:19:14','','Single Family','','inherit','closed','closed','','35-revision-v1','','','2024-07-16 16:19:14','2024-07-16 16:19:14','',35,'https://dev.themooringsverobeach.com/?p=36',0,'revision','',0),
(37,1,'2024-07-16 16:19:36','2024-07-16 16:19:36','','Condos','','publish','closed','closed','','condos','','','2024-07-16 16:19:36','2024-07-16 16:19:36','',0,'https://dev.themooringsverobeach.com/?page_id=37',0,'page','',0),
(38,1,'2024-07-16 16:19:36','2024-07-16 16:19:36','','Condos','','inherit','closed','closed','','37-revision-v1','','','2024-07-16 16:19:36','2024-07-16 16:19:36','',37,'https://dev.themooringsverobeach.com/?p=38',0,'revision','',0),
(39,1,'2024-07-16 16:19:58','2024-07-16 16:19:58','','Docks','','publish','closed','closed','','docks','','','2024-07-16 16:19:58','2024-07-16 16:19:58','',0,'https://dev.themooringsverobeach.com/?page_id=39',0,'page','',0),
(40,1,'2024-07-16 16:19:58','2024-07-16 16:19:58','','Docks','','inherit','closed','closed','','39-revision-v1','','','2024-07-16 16:19:58','2024-07-16 16:19:58','',39,'https://dev.themooringsverobeach.com/?p=40',0,'revision','',0),
(41,1,'2024-07-16 16:20:17','2024-07-16 16:20:17','','Vacant Lots','','publish','closed','closed','','vacant-lots','','','2024-07-16 16:20:17','2024-07-16 16:20:17','',0,'https://dev.themooringsverobeach.com/?page_id=41',0,'page','',0),
(42,1,'2024-07-16 16:20:17','2024-07-16 16:20:17','','Vacant Lots','','inherit','closed','closed','','41-revision-v1','','','2024-07-16 16:20:17','2024-07-16 16:20:17','',41,'https://dev.themooringsverobeach.com/?p=42',0,'revision','',0),
(43,1,'2024-07-16 16:21:08','2024-07-16 16:21:08','','Harbourside Marina','','publish','closed','closed','','harbourside-marina','','','2024-07-16 16:21:08','2024-07-16 16:21:08','',0,'https://dev.themooringsverobeach.com/?page_id=43',0,'page','',0),
(44,1,'2024-07-16 16:21:08','2024-07-16 16:21:08','','Harbourside Marina','','inherit','closed','closed','','43-revision-v1','','','2024-07-16 16:21:08','2024-07-16 16:21:08','',43,'https://dev.themooringsverobeach.com/?p=44',0,'revision','',0),
(45,1,'2024-07-16 16:21:32','2024-07-16 16:21:32','','Spyglass Harbour','','publish','closed','closed','','spyglass-harbour','','','2024-07-16 16:21:32','2024-07-16 16:21:32','',0,'https://dev.themooringsverobeach.com/?page_id=45',0,'page','',0),
(46,1,'2024-07-16 16:21:32','2024-07-16 16:21:32','','Spyglass Harbour','','inherit','closed','closed','','45-revision-v1','','','2024-07-16 16:21:32','2024-07-16 16:21:32','',45,'https://dev.themooringsverobeach.com/?p=46',0,'revision','',0),
(47,1,'2024-07-16 16:22:07','2024-07-16 16:22:07','','Billows','','publish','closed','closed','','billows','','','2024-07-16 16:22:07','2024-07-16 16:22:07','',0,'https://dev.themooringsverobeach.com/?page_id=47',0,'page','',0),
(48,1,'2024-07-16 16:22:07','2024-07-16 16:22:07','','Billows','','inherit','closed','closed','','47-revision-v1','','','2024-07-16 16:22:07','2024-07-16 16:22:07','',47,'https://dev.themooringsverobeach.com/?p=48',0,'revision','',0),
(49,1,'2024-07-16 16:22:45','2024-07-16 16:22:45','','Galleons','','publish','closed','closed','','galleons','','','2024-07-16 16:22:45','2024-07-16 16:22:45','',0,'https://dev.themooringsverobeach.com/?page_id=49',0,'page','',0),
(50,1,'2024-07-16 16:22:45','2024-07-16 16:22:45','','Galleons','','inherit','closed','closed','','49-revision-v1','','','2024-07-16 16:22:45','2024-07-16 16:22:45','',49,'https://dev.themooringsverobeach.com/?p=50',0,'revision','',0),
(51,1,'2024-07-16 16:23:02','2024-07-16 16:23:02','','Harbour View','','publish','closed','closed','','harbour-view','','','2024-07-16 16:23:02','2024-07-16 16:23:02','',0,'https://dev.themooringsverobeach.com/?page_id=51',0,'page','',0),
(52,1,'2024-07-16 16:23:02','2024-07-16 16:23:02','','Harbour View','','inherit','closed','closed','','51-revision-v1','','','2024-07-16 16:23:02','2024-07-16 16:23:02','',51,'https://dev.themooringsverobeach.com/?p=52',0,'revision','',0),
(53,1,'2024-07-16 16:23:22','2024-07-16 16:23:22','','Harbourside','','publish','closed','closed','','harbourside','','','2024-07-16 16:23:22','2024-07-16 16:23:22','',0,'https://dev.themooringsverobeach.com/?page_id=53',0,'page','',0),
(54,1,'2024-07-16 16:23:22','2024-07-16 16:23:22','','Harbourside','','inherit','closed','closed','','53-revision-v1','','','2024-07-16 16:23:22','2024-07-16 16:23:22','',53,'https://dev.themooringsverobeach.com/?p=54',0,'revision','',0),
(55,1,'2024-07-16 16:24:04','2024-07-16 16:24:04','','North Passage','','publish','closed','closed','','north-passage','','','2024-07-16 16:24:04','2024-07-16 16:24:04','',0,'https://dev.themooringsverobeach.com/?page_id=55',0,'page','',0),
(56,1,'2024-07-16 16:24:04','2024-07-16 16:24:04','','North Passage','','inherit','closed','closed','','55-revision-v1','','','2024-07-16 16:24:04','2024-07-16 16:24:04','',55,'https://dev.themooringsverobeach.com/?p=56',0,'revision','',0),
(57,1,'2024-07-16 16:24:22','2024-07-16 16:24:22','','Nor\'west','','publish','closed','closed','','norwest','','','2024-07-16 16:24:22','2024-07-16 16:24:22','',0,'https://dev.themooringsverobeach.com/?page_id=57',0,'page','',0),
(58,1,'2024-07-16 16:24:22','2024-07-16 16:24:22','','Nor\'west','','inherit','closed','closed','','57-revision-v1','','','2024-07-16 16:24:22','2024-07-16 16:24:22','',57,'https://dev.themooringsverobeach.com/?p=58',0,'revision','',0),
(59,1,'2024-07-16 16:24:42','2024-07-16 16:24:42','','The Points','','publish','closed','closed','','the-points','','','2024-07-16 16:24:42','2024-07-16 16:24:42','',0,'https://dev.themooringsverobeach.com/?page_id=59',0,'page','',0),
(60,1,'2024-07-16 16:24:42','2024-07-16 16:24:42','','The Points','','inherit','closed','closed','','59-revision-v1','','','2024-07-16 16:24:42','2024-07-16 16:24:42','',59,'https://dev.themooringsverobeach.com/?p=60',0,'revision','',0),
(61,1,'2024-07-16 16:25:00','2024-07-16 16:25:00','','Porpoise Bay','','publish','closed','closed','','porpoise-bay','','','2024-07-16 16:25:00','2024-07-16 16:25:00','',0,'https://dev.themooringsverobeach.com/?page_id=61',0,'page','',0),
(62,1,'2024-07-16 16:25:00','2024-07-16 16:25:00','','Porpoise Bay','','inherit','closed','closed','','61-revision-v1','','','2024-07-16 16:25:00','2024-07-16 16:25:00','',61,'https://dev.themooringsverobeach.com/?p=62',0,'revision','',0),
(63,1,'2024-07-16 16:25:19','2024-07-16 16:25:19','','River Mews','','publish','closed','closed','','river-mews','','','2024-07-16 16:25:19','2024-07-16 16:25:19','',0,'https://dev.themooringsverobeach.com/?page_id=63',0,'page','',0),
(64,1,'2024-07-16 16:25:19','2024-07-16 16:25:19','','River Mews','','inherit','closed','closed','','63-revision-v1','','','2024-07-16 16:25:19','2024-07-16 16:25:19','',63,'https://dev.themooringsverobeach.com/?p=64',0,'revision','',0),
(65,1,'2024-07-16 16:25:57','2024-07-16 16:25:57','','Sabel Reef','','publish','closed','closed','','sabel-reef','','','2024-07-16 16:25:57','2024-07-16 16:25:57','',0,'https://dev.themooringsverobeach.com/?page_id=65',0,'page','',0),
(66,1,'2024-07-16 16:25:57','2024-07-16 16:25:57','','Sabel Reef','','inherit','closed','closed','','65-revision-v1','','','2024-07-16 16:25:57','2024-07-16 16:25:57','',65,'https://dev.themooringsverobeach.com/?p=66',0,'revision','',0),
(67,1,'2024-07-16 16:26:14','2024-07-16 16:26:14','','South Passage','','publish','closed','closed','','south-passage','','','2024-07-16 16:26:14','2024-07-16 16:26:14','',0,'https://dev.themooringsverobeach.com/?page_id=67',0,'page','',0),
(68,1,'2024-07-16 16:26:14','2024-07-16 16:26:14','','South Passage','','inherit','closed','closed','','67-revision-v1','','','2024-07-16 16:26:14','2024-07-16 16:26:14','',67,'https://dev.themooringsverobeach.com/?p=68',0,'revision','',0),
(69,1,'2024-07-16 16:26:31','2024-07-16 16:26:31','','Southwinds','','publish','closed','closed','','southwinds','','','2024-07-16 16:26:31','2024-07-16 16:26:31','',0,'https://dev.themooringsverobeach.com/?page_id=69',0,'page','',0),
(70,1,'2024-07-16 16:26:31','2024-07-16 16:26:31','','Southwinds','','inherit','closed','closed','','69-revision-v1','','','2024-07-16 16:26:31','2024-07-16 16:26:31','',69,'https://dev.themooringsverobeach.com/?p=70',0,'revision','',0),
(71,1,'2024-07-16 16:26:53','2024-07-16 16:26:53','','Spinnacker Point','','publish','closed','closed','','spinnacker-point','','','2024-07-16 16:26:53','2024-07-16 16:26:53','',0,'https://dev.themooringsverobeach.com/?page_id=71',0,'page','',0),
(72,1,'2024-07-16 16:26:53','2024-07-16 16:26:53','','Spinnacker Point','','inherit','closed','closed','','71-revision-v1','','','2024-07-16 16:26:53','2024-07-16 16:26:53','',71,'https://dev.themooringsverobeach.com/?p=72',0,'revision','',0),
(73,1,'2024-07-16 16:27:07','2024-07-16 16:27:07','','West Passage','','publish','closed','closed','','west-passage','','','2024-07-16 16:27:07','2024-07-16 16:27:07','',0,'https://dev.themooringsverobeach.com/?page_id=73',0,'page','',0),
(74,1,'2024-07-16 16:27:07','2024-07-16 16:27:07','','West Passage','','inherit','closed','closed','','73-revision-v1','','','2024-07-16 16:27:07','2024-07-16 16:27:07','',73,'https://dev.themooringsverobeach.com/?p=74',0,'revision','',0),
(75,1,'2024-07-16 16:27:43','2024-07-16 16:27:43','','Windward','','publish','closed','closed','','windward','','','2024-07-16 16:27:43','2024-07-16 16:27:43','',0,'https://dev.themooringsverobeach.com/?page_id=75',0,'page','',0),
(76,1,'2024-07-16 16:27:43','2024-07-16 16:27:43','','Windward','','inherit','closed','closed','','75-revision-v1','','','2024-07-16 16:27:43','2024-07-16 16:27:43','',75,'https://dev.themooringsverobeach.com/?p=76',0,'revision','',0),
(77,1,'2024-07-16 16:28:20','2024-07-16 16:28:20','','Waterfront','','publish','closed','closed','','waterfront','','','2024-07-16 16:28:20','2024-07-16 16:28:20','',0,'https://dev.themooringsverobeach.com/?page_id=77',0,'page','',0),
(78,1,'2024-07-16 16:28:20','2024-07-16 16:28:20','','Waterfront','','inherit','closed','closed','','77-revision-v1','','','2024-07-16 16:28:20','2024-07-16 16:28:20','',77,'https://dev.themooringsverobeach.com/?p=78',0,'revision','',0),
(79,1,'2024-07-16 16:28:33','2024-07-16 16:28:33','','Anchor','','publish','closed','closed','','anchor','','','2024-07-16 16:28:33','2024-07-16 16:28:33','',0,'https://dev.themooringsverobeach.com/?page_id=79',0,'page','',0),
(80,1,'2024-07-16 16:28:33','2024-07-16 16:28:33','','Anchor','','inherit','closed','closed','','79-revision-v1','','','2024-07-16 16:28:33','2024-07-16 16:28:33','',79,'https://dev.themooringsverobeach.com/?p=80',0,'revision','',0),
(81,1,'2024-07-16 16:28:51','2024-07-16 16:28:51','','Non-Waterfront','','publish','closed','closed','','non-waterfront','','','2024-07-16 16:28:51','2024-07-16 16:28:51','',0,'https://dev.themooringsverobeach.com/?page_id=81',0,'page','',0),
(82,1,'2024-07-16 16:28:51','2024-07-16 16:28:51','','Non-Waterfront','','inherit','closed','closed','','81-revision-v1','','','2024-07-16 16:28:51','2024-07-16 16:28:51','',81,'https://dev.themooringsverobeach.com/?p=82',0,'revision','',0),
(83,1,'2024-07-16 16:29:08','2024-07-16 16:29:08','','Sea Mist Court','','publish','closed','closed','','sea-mist-court','','','2024-07-16 16:29:08','2024-07-16 16:29:08','',0,'https://dev.themooringsverobeach.com/?page_id=83',0,'page','',0),
(84,1,'2024-07-16 16:29:08','2024-07-16 16:29:08','','Sea Mist Court','','inherit','closed','closed','','83-revision-v1','','','2024-07-16 16:29:08','2024-07-16 16:29:08','',83,'https://dev.themooringsverobeach.com/?p=84',0,'revision','',0),
(85,1,'2024-07-16 16:42:20','2024-07-16 16:42:20','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[],\"layout_type\":\"header\",\"assignment_priority\":0,\"multi_region\":false},\"regions\":{\"top\":[],\"right\":[],\"bottom\":[],\"left\":[]}}','Header','','tco-data','closed','closed','','untitled-header','','','2024-07-16 16:42:41','2024-07-16 16:42:41','',0,'https://dev.themooringsverobeach.com/?post_type=cs_header&p=85',0,'cs_header','',0),
(86,1,'2024-07-16 16:42:46','2024-07-16 16:42:46','{\"settings\":{\"customCSS\":\"\",\"customJS\":\"\",\"assignments\":[],\"layout_type\":\"footer\",\"assignment_priority\":0},\"regions\":{\"footer\":[]}}','Footer','','tco-data','closed','closed','','untitled-footer','','','2024-07-16 16:42:54','2024-07-16 16:42:54','',0,'https://dev.themooringsverobeach.com/?post_type=cs_footer&p=86',0,'cs_footer','',0),
(87,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|__multi__\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/content-about.jpg\"}','Starter: About','','tco-data','closed','closed','','starter-about','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=87',0,'cs_template','',0),
(88,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|accordion\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-accordion.jpg\"}','Starter: Accordion','','tco-data','closed','closed','','starter-accordion','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=88',0,'cs_template','',0),
(89,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|alert\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-alert.jpg\"}','Starter: Alert','','tco-data','closed','closed','','starter-alert','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=89',0,'cs_template','',0),
(90,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|audio\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-audio.jpg\"}','Starter: Audio','','tco-data','closed','closed','','starter-audio','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=90',0,'cs_template','',0),
(91,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|__multi__\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/content-available-positions.jpg\"}','Starter: Available Positions','','tco-data','closed','closed','','starter-available-positions','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=91',0,'cs_template','',0),
(92,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|breadcrumbs\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-breadcrumbs.jpg\"}','Starter: Breadcrumbs','','tco-data','closed','closed','','starter-breadcrumbs','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=92',0,'cs_template','',0),
(93,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|button\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-button.jpg\"}','Starter: Button','','tco-data','closed','closed','','starter-button','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=93',0,'cs_template','',0),
(94,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|tp-wc-cart-dropdown\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-cart-dropdown.jpg\"}','Starter: Cart Dropdown','','tco-data','closed','closed','','starter-cart-dropdown','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=94',0,'cs_template','',0),
(95,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|tp-wc-cart-modal\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-cart-modal.jpg\"}','Starter: Cart Modal','','tco-data','closed','closed','','starter-cart-modal','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=95',0,'cs_template','',0),
(96,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|tp-wc-cart-off-canvas\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-cart-off-canvas.jpg\"}','Starter: Cart Off Canvas','','tco-data','closed','closed','','starter-cart-off-canvas','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=96',0,'cs_template','',0),
(97,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|content-area-dropdown\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-content-area-dropdown.jpg\"}','Starter: Content Area Dropdown','','tco-data','closed','closed','','starter-content-area-dropdown','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=97',0,'cs_template','',0),
(98,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|content-area-modal\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-content-area-modal.jpg\"}','Starter: Content Area Modal','','tco-data','closed','closed','','starter-content-area-modal','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=98',0,'cs_template','',0),
(99,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|content-area-off-canvas\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-content-area-off-canvas.jpg\"}','Starter: Content Area Off Canvas','','tco-data','closed','closed','','starter-content-area-off-canvas','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=99',0,'cs_template','',0),
(100,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|counter\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-counter.jpg\"}','Starter: Counter','','tco-data','closed','closed','','starter-counter','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=100',0,'cs_template','',0),
(101,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|headline\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-headline.jpg\"}','Starter: Headline','','tco-data','closed','closed','','starter-headline','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=101',0,'cs_template','',0),
(102,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|image\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-image.jpg\"}','Starter: Image','','tco-data','closed','closed','','starter-image','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=102',0,'cs_template','',0),
(103,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|line\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-line.jpg\"}','Starter: Line','','tco-data','closed','closed','','starter-line','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=103',0,'cs_template','',0),
(104,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|map\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-map.jpg\"}','Starter: Map','','tco-data','closed','closed','','starter-map','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=104',0,'cs_template','',0),
(105,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|__multi__\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/content-menu.jpg\"}','Starter: Menu','','tco-data','closed','closed','','starter-menu','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=105',0,'cs_template','',0),
(106,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|nav-collapsed\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-navigation-collapsed.jpg\"}','Starter: Navigation Collapsed','','tco-data','closed','closed','','starter-navigation-collapsed','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=106',0,'cs_template','',0),
(107,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|nav-dropdown\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-navigation-dropdown.jpg\"}','Starter: Navigation Dropdown','','tco-data','closed','closed','','starter-navigation-dropdown','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=107',0,'cs_template','',0),
(108,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|nav-inline\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-navigation-inline.jpg\"}','Starter: Navigation Inline','','tco-data','closed','closed','','starter-navigation-inline','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=108',0,'cs_template','',0),
(109,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|nav-modal\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-navigation-modal.jpg\"}','Starter: Navigation Modal','','tco-data','closed','closed','','starter-navigation-modal','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=109',0,'cs_template','',0),
(110,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|__multi__\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/content-pricing-plans.jpg\"}','Starter: Pricing Plans','','tco-data','closed','closed','','starter-pricing-plans','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=110',0,'cs_template','',0),
(111,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|quote\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-quote.jpg\"}','Starter: Quote','','tco-data','closed','closed','','starter-quote','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=111',0,'cs_template','',0),
(112,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|__multi__\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/content-sales-page.jpg\"}','Starter: Sales Page','','tco-data','closed','closed','','starter-sales-page','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=112',0,'cs_template','',0),
(113,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|search-dropdown\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-search-dropdown.jpg\"}','Starter: Search Dropdown','','tco-data','closed','closed','','starter-search-dropdown','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=113',0,'cs_template','',0),
(114,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|search-inline\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-search-inline.jpg\"}','Starter: Search Inline','','tco-data','closed','closed','','starter-search-inline','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=114',0,'cs_template','',0),
(115,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|search-modal\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-search-modal.jpg\"}','Starter: Search Modal','','tco-data','closed','closed','','starter-search-modal','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=115',0,'cs_template','',0),
(116,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|social\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-social.jpg\"}','Starter: Social','','tco-data','closed','closed','','starter-social','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=116',0,'cs_template','',0),
(117,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|statbar\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-statbar.jpg\"}','Starter: Statbar','','tco-data','closed','closed','','starter-statbar','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=117',0,'cs_template','',0),
(118,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|text\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-text.jpg\"}','Starter: Text','','tco-data','closed','closed','','starter-text','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=118',0,'cs_template','',0),
(119,1,'2024-07-16 16:43:09','2024-07-16 16:43:09','{\"identifier\":\"element|video\",\"preview\":\"https://themeco-design-cloud.s3.amazonaws.com/starter-pack/previews/preset-video.jpg\"}','Starter: Video','','tco-data','closed','closed','','starter-video','','','2024-07-16 16:43:09','2024-07-16 16:43:09','',0,'https://dev.themooringsverobeach.com/?post_type=cs_template&p=119',0,'cs_template','',0),
(121,4,'2024-07-28 17:46:39','0000-00-00 00:00:00','','Auto Draft','','auto-draft','open','open','','','','','2024-07-28 17:46:39','0000-00-00 00:00:00','',0,'https://dev.themooringsverobeach.com/?p=121',0,'post','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_relationships`
--
DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
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,
PRIMARY KEY (`object_id`,`term_taxonomy_id`),
KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_relationships`
--
LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(1,1,0),
(9,2,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_term_taxonomy`
--
DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_term_taxonomy` (
`term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`taxonomy` varchar(32) NOT NULL DEFAULT '',
`description` longtext NOT NULL,
`parent` bigint(20) unsigned NOT NULL DEFAULT 0,
`count` bigint(20) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_taxonomy_id`),
UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_term_taxonomy`
--
LOCK TABLES `wp_term_taxonomy` WRITE;
/*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */;
INSERT INTO `wp_term_taxonomy` VALUES
(1,1,'category','',0,0),
(2,2,'wp_theme','',0,1);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_termmeta`
--
DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_termmeta` (
`meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`meta_id`),
KEY `term_id` (`term_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_termmeta`
--
LOCK TABLES `wp_termmeta` WRITE;
/*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */;
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_terms`
--
DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_terms` (
`term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`name` varchar(200) NOT NULL DEFAULT '',
`slug` varchar(200) NOT NULL DEFAULT '',
`term_group` bigint(10) NOT NULL DEFAULT 0,
PRIMARY KEY (`term_id`),
KEY `slug` (`slug`(191)),
KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_terms`
--
LOCK TABLES `wp_terms` WRITE;
/*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */;
INSERT INTO `wp_terms` VALUES
(1,'Uncategorized','uncategorized',0),
(2,'twentytwentyfour','twentytwentyfour',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_usermeta`
--
DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_usermeta` (
`umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
`meta_key` varchar(255) DEFAULT NULL,
`meta_value` longtext DEFAULT NULL,
PRIMARY KEY (`umeta_id`),
KEY `user_id` (`user_id`),
KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=72 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_usermeta`
--
LOCK TABLES `wp_usermeta` WRITE;
/*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */;
INSERT INTO `wp_usermeta` VALUES
(1,1,'nickname','nuzyr'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers',''),
(15,1,'show_welcome_panel','0'),
(16,1,'session_tokens','a:1:{s:64:\"a7e640b0711890bfb47e62373ebe9f37c08b5a7f978c48199c49bc9870350ea3\";a:4:{s:10:\"expiration\";i:1721317666;s:2:\"ip\";s:12:\"172.70.82.56\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1721144866;}}'),
(17,1,'wp_dashboard_quick_press_last_post_id','5'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:10:\"73.0.249.0\";}'),
(19,1,'closedpostboxes_dashboard','a:5:{i:0;s:21:\"dashboard_site_health\";i:1;s:19:\"dashboard_right_now\";i:2;s:18:\"dashboard_activity\";i:3;s:21:\"dashboard_quick_press\";i:4;s:17:\"dashboard_primary\";}'),
(20,1,'metaboxhidden_dashboard','a:0:{}'),
(21,1,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:41:\"dashboard_site_health,dashboard_right_now\";s:4:\"side\";s:21:\"dashboard_quick_press\";s:7:\"column3\";s:18:\"dashboard_activity\";s:7:\"column4\";s:17:\"dashboard_primary\";}'),
(22,2,'nickname','tamara'),
(23,2,'first_name','Tamara'),
(24,2,'last_name','Darress'),
(25,2,'description',''),
(26,2,'rich_editing','true'),
(27,2,'syntax_highlighting','true'),
(28,2,'comment_shortcuts','false'),
(29,2,'admin_color','fresh'),
(30,2,'use_ssl','0'),
(31,2,'show_admin_bar_front','true'),
(32,2,'locale',''),
(33,2,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(34,2,'wp_user_level','10'),
(35,2,'dismissed_wp_pointers',''),
(36,3,'nickname','tiffany'),
(37,3,'first_name','Tiffany'),
(38,3,'last_name','Bent'),
(39,3,'description',''),
(40,3,'rich_editing','true'),
(41,3,'syntax_highlighting','true'),
(42,3,'comment_shortcuts','false'),
(43,3,'admin_color','fresh'),
(44,3,'use_ssl','0'),
(45,3,'show_admin_bar_front','true'),
(46,3,'locale',''),
(47,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(48,3,'wp_user_level','10'),
(49,3,'dismissed_wp_pointers',''),
(50,4,'nickname','stacy'),
(51,4,'first_name','Stacy'),
(52,4,'last_name','Cook'),
(53,4,'description',''),
(54,4,'rich_editing','true'),
(55,4,'syntax_highlighting','true'),
(56,4,'comment_shortcuts','false'),
(57,4,'admin_color','fresh'),
(58,4,'use_ssl','0'),
(59,4,'show_admin_bar_front','true'),
(60,4,'locale',''),
(61,4,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(62,4,'wp_user_level','10'),
(63,4,'dismissed_wp_pointers','theme_editor_notice'),
(64,1,'wp_persisted_preferences','a:2:{s:14:\"core/edit-post\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-07-16T16:13:13.117Z\";}'),
(66,4,'session_tokens','a:3:{s:64:\"27c8f5ea26ffa5594afec2e5a3f8fcc70d1d5d3ee8432c08eaa73314db9582fe\";a:4:{s:10:\"expiration\";i:1722361598;s:2:\"ip\";s:13:\"172.69.59.108\";s:2:\"ua\";s:70:\"Mozilla/5.0 (X11; Linux x86_64; rv:127.0) Gecko/20100101 Firefox/127.0\";s:5:\"login\";i:1722188798;}s:64:\"7203adbdc0207b694e2494104b47616db66950a523840943f472cc56d4c686d1\";a:4:{s:10:\"expiration\";i:1722446624;s:2:\"ip\";s:13:\"172.70.82.175\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1722273824;}s:64:\"6501af732c0dcc1da8998fee24eefc726784e2a2af6fefc59b6baa52627fe6dd\";a:4:{s:10:\"expiration\";i:1722449199;s:2:\"ip\";s:12:\"172.70.83.79\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36\";s:5:\"login\";i:1722276399;}}'),
(67,4,'wp_dashboard_quick_press_last_post_id','121'),
(68,4,'community-events-location','a:1:{s:2:\"ip\";s:21:\"2607:fb90:9bd2:92e9::\";}'),
(69,4,'closedpostboxes_dashboard','a:6:{i:0;s:28:\"showcaseidx_dashboard_widget\";i:1;s:21:\"dashboard_site_health\";i:2;s:19:\"dashboard_right_now\";i:3;s:18:\"dashboard_activity\";i:4;s:21:\"dashboard_quick_press\";i:5;s:17:\"dashboard_primary\";}'),
(70,4,'metaboxhidden_dashboard','a:0:{}'),
(71,4,'meta-box-order_dashboard','a:4:{s:6:\"normal\";s:50:\"showcaseidx_dashboard_widget,dashboard_site_health\";s:4:\"side\";s:39:\"dashboard_quick_press,dashboard_primary\";s:7:\"column3\";s:19:\"dashboard_right_now\";s:7:\"column4\";s:18:\"dashboard_activity\";}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_users`
--
DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_users` (
`ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
`user_login` varchar(60) NOT NULL DEFAULT '',
`user_pass` varchar(255) NOT NULL DEFAULT '',
`user_nicename` varchar(50) NOT NULL DEFAULT '',
`user_email` varchar(100) NOT NULL DEFAULT '',
`user_url` varchar(100) NOT NULL DEFAULT '',
`user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
`user_activation_key` varchar(255) NOT NULL DEFAULT '',
`user_status` int(11) NOT NULL DEFAULT 0,
`display_name` varchar(250) NOT NULL DEFAULT '',
PRIMARY KEY (`ID`),
KEY `user_login_key` (`user_login`),
KEY `user_nicename` (`user_nicename`),
KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_users`
--
LOCK TABLES `wp_users` WRITE;
/*!40000 ALTER TABLE `wp_users` DISABLE KEYS */;
INSERT INTO `wp_users` VALUES
(1,'nuzyr','$P$B8HXvcu5Ke1YunG4iWsK1EdefPj/aH/','nuzyr','stacy@verovine.com','http://dev.themooringsverobeach.com','2024-07-16 15:00:36','',0,'nuzyr'),
(2,'tamara','$P$BnoqVCE4LoJKPc/4CUtNHbi8b2HYPD.','tamara','tamara@verovine.com','http://verovine.com','2024-07-16 15:48:24','1721144904:$P$BL5OGvXuaFwGGeOJ.eQq5GHcROyYFC0',0,'Tamara Darress'),
(3,'tiffany','$P$BACT9qJpde0fhp7c5./M073AKSEl730','tiffany','tiffany@verovine.com','http://verovine.com','2024-07-16 15:48:45','1721144925:$P$B4vjEc4D1gPpuh3FQWrRwFpfj.nK3z.',0,'Tiffany Bent'),
(4,'stacy','$P$BUAo6qHFOEMdXh.dyvpbYav3OT2tVS0','stacy','stacy@edit-x.com','http://verovine.com','2024-07-16 15:49:41','',0,'Stacy Cook');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;
--
-- Table structure for table `wp_userway`
--
DROP TABLE IF EXISTS `wp_userway`;
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
CREATE TABLE `wp_userway` (
`preference_id` int(10) NOT NULL AUTO_INCREMENT,
`account_id` varchar(255) NOT NULL,
`state` smallint(5) NOT NULL,
`created_time` timestamp NOT NULL,
`updated_time` timestamp NOT NULL,
PRIMARY KEY (`preference_id`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;
--
-- Dumping data for table `wp_userway`
--
LOCK TABLES `wp_userway` WRITE;
/*!40000 ALTER TABLE `wp_userway` DISABLE KEYS */;
INSERT INTO `wp_userway` VALUES
(1,'QfM5YXXuCK',1,'2024-07-16 20:36:33','2024-07-16 20:36:37');
/*!40000 ALTER TABLE `wp_userway` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
-- Dump completed on 2024-07-30 14:56:29
Taking it easy | Lemmon Lines