-- Softaculous SQL Dump
-- http://www.softaculous.com
--
-- Host: localhost
-- Generation Time: June 12, 2024, 11:07 pm
-- Server version: 10.2.44
-- PHP Version: 8.1.28

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


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

--
-- Database: `zhongcai_wp64444`
--

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

--
-- Table structure for table `wptd_commentmeta`
--

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

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

--
-- Table structure for table `wptd_comments`
--

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

--
-- Dumping data for table `wptd_comments`
--

INSERT INTO `wptd_comments` VALUES
(1, 1, 'A WordPress Commenter', 'wapuu@wordpress.example', 'https://wordpress.org/', '', '2024-06-09 01:51:17', '2024-06-09 01:51:17', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href="https://en.gravatar.com/">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

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

--
-- Table structure for table `wptd_links`
--

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

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

--
-- Table structure for table `wptd_ninja_charts`
--

CREATE TABLE `wptd_ninja_charts` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `table_id` bigint(20) unsigned DEFAULT NULL,
  `options` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `final_keys` varchar(1000) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `chart_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `render_engine` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `chart_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `data_source` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `manual_inputs` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `wptd__index__table_id_idx` (`table_id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wptd_ninja_charts`
--

INSERT INTO `wptd_ninja_charts` VALUES
(1, 97, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthlynav","color":"#6A00A0","pointRadius":"2","lineWidth":"1"},{"label":"ytdnav","color":"#5DBB88","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"false","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#6A00A0","#5DBB88"]}', '[{"key":"year","label":"YEAR","data_type":"text"},{"key":"monthlynav","label":"Monthly NAV","data_type":"number"},{"key":"ytdnav","label":"YTD NAV","data_type":"number"}]', '2024NET_CHART_EN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-09 07:21:31', '2024-06-12 14:42:16'),
(2, 98, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"224","color":"#526421","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"false","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent"],"border_color":["#526421"]}', '[{"key":"year","label":"YEAR","data_type":"text"},{"key":"224","label":"2024","data_type":"number"}]', '2024NET2_CHART_EN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-09 07:23:38', '2024-06-12 14:41:48'),
(3, 99, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#A4FE00","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#02C066","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"false","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#A4FE00","#02C066"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2024\\u5e74\\u55ae\\u6708\\u57fa\\u91d1\\u6de8\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2024\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u6de8\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2024NET_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-09 07:49:24', '2024-06-12 14:40:03'),
(4, 100, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"2024","color":"#5D1212","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"false","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent"],"border_color":["#5D1212"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"2024","label":"2024","data_type":"number"}]', '2024NET2_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-09 07:50:10', '2024-06-12 14:39:10'),
(5, 196, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#F84622","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#343740","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#F84622","#343740"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2023\\u5e74\\u5355\\u6708\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2023\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2023NET_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:09:45', '2024-06-12 14:38:46'),
(6, 199, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"2024","color":"#ED243D","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"10","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent"],"border_color":["#ED243D"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"2024","label":"2023","data_type":"number"}]', '2023NET2_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:10:51', '2024-06-12 14:38:25'),
(7, 195, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#CD2BAC","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#2B6109","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#CD2BAC","#2B6109"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2022\\u5e74\\u5355\\u6708\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2022\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2022NET_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:11:30', '2024-06-12 14:35:36'),
(8, 195, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#9B2056","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#9E2AEF","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#9B2056","#9E2AEF"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2022\\u5e74\\u5355\\u6708\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2022\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2022NET2_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:12:19', '2024-06-12 14:35:10'),
(9, 202, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#CAE652","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#5FC495","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#CAE652","#5FC495"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2021\\u5e74\\u5355\\u6708\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2021\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2021NET_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:13:12', '2024-06-12 14:35:57'),
(12, 205, '{"chart":{"responsive":"true","width":"7600","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#02C4AC","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#7A6A7A","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#02C4AC","#7A6A7A"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2020\\u5e74\\u5355\\u6708\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2020\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2020NET_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:15:57', '2024-06-12 14:37:00'),
(11, 204, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"2024","color":"#7710D4","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent"],"border_color":["#7710D4"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"2024","label":"2021","data_type":"number"}]', '2021NET2_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:14:24', '2024-06-12 14:34:33'),
(13, 206, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"2024","color":"#D2F860","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent"],"border_color":["#D2F860"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"2024","label":"2020","data_type":"number"}]', '2020NET2_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:16:31', '2024-06-12 14:33:56'),
(14, 207, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#74A3E7","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#B08673","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#74A3E7","#B08673"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2019\\u5e74\\u5355\\u6708\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2019\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2019NET_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:17:10', '2024-06-12 14:36:44'),
(15, 208, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"2024","color":"#DEA099","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent"],"border_color":["#DEA099"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"2024","label":"2019","data_type":"number"}]', '2019NET2_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:17:43', '2024-06-12 14:33:16'),
(16, 209, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"monthly_nav","color":"#7453EA","pointRadius":"2","lineWidth":"1"},{"label":"ytd_nav","color":"#DC2494","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"true","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent","transparent"],"border_color":["#7453EA","#DC2494"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"monthly_nav","label":"2018\\u5e74\\u5355\\u6708\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"},{"key":"ytd_nav","label":"2018\\u5e74\\u81f3\\u4eca\\u57fa\\u91d1\\u51c0\\u503c\\u767e\\u5206\\u6bd4","data_type":"number"}]', '2018NET_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:18:21', '2024-06-12 14:30:20'),
(17, 210, '{"chart":{"responsive":"true","width":"700","height":"400","position":"center","backgroundColor":"#ffffff","borderWidth":"1","borderColor":"#000000","borderRadius":"0","fontSize":"12","fontColor":"#000000","threeD":"false"},"series":[{"label":"2024","color":"#B2A477","pointRadius":"2","lineWidth":"1"}],"legend":{"display":"false","position":"top","fontColor":"#000000","alignment":"center","fontSize":"12"},"title":{"display":"true","position":"out","fontColor":"#000000","fontSize":"16"},"axes":{"stacked":"false","x_axis_label":"","y_axis_label":"","verticle_min_tick":"","verticle_max_tick":"","display":"true"},"tooltip":{"enabled":"true","trigger":"focus","titleFontSize":"12","titleFontColor":"#000000","mode":"false"},"row":{"number":"12","date_range":"","pick_range":"false","pick_date":"false","order":"ASC"},"layout":{"padding":{"left":"0","right":"0","top":"0","bottom":"0"}},"animation":"linear","background_color":["transparent"],"border_color":["#B2A477"]}', '[{"key":"month","label":"\\u6708\\u4efd","data_type":"text"},{"key":"2024","label":"2018","data_type":"number"}]', '2018NET2_CHART_CN', 'chart_js', 'line', 'ninja_table', '""', '2024-06-12 14:18:56', '2024-06-12 14:32:38');

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

--
-- Table structure for table `wptd_ninja_table_items`
--

CREATE TABLE `wptd_ninja_table_items` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `position` int(11) DEFAULT NULL,
  `table_id` bigint(20) NOT NULL,
  `owner_id` int(11) DEFAULT NULL,
  `attribute` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `settings` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=MyISAM  DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wptd_ninja_table_items`
--

INSERT INTO `wptd_ninja_table_items` VALUES
(1, NULL, 97, 1, 'value', NULL, '{"year":"JAN","monthlynav":"-36.78","ytdnav":"-36.78"}', '2024-06-09 06:00:12', '2024-06-09 06:00:12'),
(2, NULL, 97, 1, 'value', NULL, '{"year":"FEB","monthlynav":"-24.83","ytdnav":"-52.48"}', '2024-06-09 06:00:13', '2024-06-09 06:00:12'),
(3, NULL, 97, 1, 'value', NULL, '{"year":"MAR","monthlynav":"2.54","ytdnav":"-51.27"}', '2024-06-09 06:00:14', '2024-06-09 06:00:12'),
(4, NULL, 97, 1, 'value', NULL, '{"year":"APR","monthlynav":"-31.90","ytdnav":"-66.81"}', '2024-06-09 06:00:15', '2024-06-09 06:00:12'),
(5, NULL, 97, 1, 'value', NULL, '{"year":"MAY","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:16', '2024-06-09 06:00:12'),
(6, NULL, 97, 1, 'value', NULL, '{"year":"JUN","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:17', '2024-06-09 06:00:12'),
(7, NULL, 97, 1, 'value', NULL, '{"year":"JUL","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:18', '2024-06-09 06:00:12'),
(8, NULL, 97, 1, 'value', NULL, '{"year":"AUG","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:19', '2024-06-09 06:00:12'),
(9, NULL, 97, 1, 'value', NULL, '{"year":"SEP","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:20', '2024-06-09 06:00:12'),
(10, NULL, 97, 1, 'value', NULL, '{"year":"OCT","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:21', '2024-06-09 06:00:12'),
(11, NULL, 97, 1, 'value', NULL, '{"year":"NOV","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:22', '2024-06-09 06:00:12'),
(12, NULL, 97, 1, 'value', NULL, '{"year":"DEC","monthlynav":"0","ytdnav":"0"}', '2024-06-09 06:00:23', '2024-06-09 06:00:12'),
(13, NULL, 97, 1, 'value', NULL, '{"year":"Year till now","monthlynav":"-66.81","ytdnav":"-66.81"}', '2024-06-09 06:00:24', '2024-06-09 06:00:12'),
(14, NULL, 98, 1, 'value', NULL, '{"year":"JAN","224":"2002.0764 "}', '2024-06-09 06:01:57', '2024-06-09 06:01:57'),
(15, NULL, 98, 1, 'value', NULL, '{"year":"FEB","224":"1505.0430 "}', '2024-06-09 06:01:58', '2024-06-09 06:01:57'),
(16, NULL, 98, 1, 'value', NULL, '{"year":"MAR","224":"1543.2951 "}', '2024-06-09 06:01:59', '2024-06-09 06:01:57'),
(17, NULL, 98, 1, 'value', NULL, '{"year":"APR","224":"1051.0342 "}', '2024-06-09 06:02:00', '2024-06-09 06:01:57'),
(18, NULL, 98, 1, 'value', NULL, '{"year":"MAY","224":""}', '2024-06-09 06:02:01', '2024-06-09 06:01:57'),
(19, NULL, 98, 1, 'value', NULL, '{"year":"JUN","224":""}', '2024-06-09 06:02:02', '2024-06-09 06:01:57'),
(20, NULL, 98, 1, 'value', NULL, '{"year":"JUL","224":""}', '2024-06-09 06:02:03', '2024-06-09 06:01:57'),
(21, NULL, 98, 1, 'value', NULL, '{"year":"AUG","224":""}', '2024-06-09 06:02:04', '2024-06-09 06:01:57'),
(22, NULL, 98, 1, 'value', NULL, '{"year":"SEP","224":""}', '2024-06-09 06:02:05', '2024-06-09 06:01:57'),
(23, NULL, 98, 1, 'value', NULL, '{"year":"OCT","224":""}', '2024-06-09 06:02:06', '2024-06-09 06:01:57'),
(24, NULL, 98, 1, 'value', NULL, '{"year":"NOV","224":""}', '2024-06-09 06:02:07', '2024-06-09 06:01:57'),
(25, NULL, 98, 1, 'value', NULL, '{"year":"DEC","224":""}', '2024-06-09 06:02:08', '2024-06-09 06:01:57'),
(48, NULL, 99, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 05:59:03', '2024-06-09 06:07:02'),
(47, NULL, 99, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 05:57:23', '2024-06-09 06:06:59'),
(46, NULL, 99, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 05:55:43', '2024-06-09 06:06:57'),
(45, NULL, 99, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 05:54:03', '2024-06-09 06:06:54'),
(44, NULL, 99, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 05:52:23', '2024-06-09 06:06:50'),
(43, NULL, 99, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 05:50:43', '2024-06-09 06:06:45'),
(42, NULL, 99, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"-31.9","ytd_nav":"-66.81"}', '2024-06-09 05:49:03', '2024-06-09 06:06:43'),
(41, NULL, 99, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"2.54","ytd_nav":"-51.27"}', '2024-06-09 05:47:23', '2024-06-09 06:06:40'),
(40, NULL, 99, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"-24.83","ytd_nav":"-52.48"}', '2024-06-09 05:45:43', '2024-06-09 06:06:35'),
(39, NULL, 99, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"-36.78","ytd_nav":"-36.78"}', '2024-06-09 05:44:03', '2024-06-09 06:06:25'),
(49, NULL, 99, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 06:00:43', '2024-06-09 06:07:05'),
(50, NULL, 99, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"0","ytd_nav":"0"}', '2024-06-09 06:02:23', '2024-06-09 06:07:08'),
(51, NULL, 99, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"-66.81","ytd_nav":"-66.81"}', '2024-06-09 06:04:03', '2024-06-09 06:07:15'),
(125, NULL, 195, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"415.57 ","ytd_nav":"415.57"}', '2024-06-12 11:27:09', '2024-06-12 12:13:50'),
(87, NULL, 100, 1, 'value', NULL, '{"month":"12\\u6708","2024":""}', '2024-06-09 06:15:54', '2024-06-09 06:18:28'),
(86, NULL, 100, 1, 'value', NULL, '{"month":"11\\u6708","2024":""}', '2024-06-09 06:14:14', '2024-06-09 06:18:26'),
(85, NULL, 100, 1, 'value', NULL, '{"month":"10\\u6708","2024":""}', '2024-06-09 06:12:34', '2024-06-09 06:18:23'),
(84, NULL, 100, 1, 'value', NULL, '{"month":"9\\u6708","2024":""}', '2024-06-09 06:10:54', '2024-06-09 06:18:21'),
(76, NULL, 100, 1, 'value', NULL, '{"month":"1\\u6708","2024":"2002.0764"}', '2024-06-09 05:57:34', '2024-06-09 06:18:02'),
(77, NULL, 100, 1, 'value', NULL, '{"month":"2\\u6708","2024":"1505.043"}', '2024-06-09 05:59:14', '2024-06-09 06:18:03'),
(78, NULL, 100, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1543.2951"}', '2024-06-09 06:00:54', '2024-06-09 06:18:06'),
(79, NULL, 100, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1051.0342"}', '2024-06-09 06:02:34', '2024-06-09 06:18:08'),
(80, NULL, 100, 1, 'value', NULL, '{"month":"5\\u6708","2024":""}', '2024-06-09 06:04:14', '2024-06-09 06:18:10'),
(81, NULL, 100, 1, 'value', NULL, '{"month":"6\\u6708","2024":""}', '2024-06-09 06:05:54', '2024-06-09 06:18:12'),
(82, NULL, 100, 1, 'value', NULL, '{"month":"7\\u6708","2024":""}', '2024-06-09 06:07:34', '2024-06-09 06:18:17'),
(83, NULL, 100, 1, 'value', NULL, '{"month":"8\\u6708","2024":""}', '2024-06-09 06:09:14', '2024-06-09 06:18:19'),
(129, NULL, 194, 1, 'value', NULL, '{"2024":"27.9990","month":"\\u6210\\u7acb\\u81f3\\u4eca"}', '2024-06-12 11:37:52', '2024-06-12 11:37:52'),
(128, NULL, 194, 1, 'value', NULL, '{"2024":"129.6347","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 11:41:18'),
(88, NULL, 194, 1, 'value', NULL, '{"month":"12\\u6708","2024":""}', '2024-06-09 06:15:56', '2024-06-09 06:18:28'),
(89, NULL, 194, 1, 'value', NULL, '{"month":"11\\u6708","2024":""}', '2024-06-09 06:14:16', '2024-06-09 06:18:26'),
(90, NULL, 194, 1, 'value', NULL, '{"month":"10\\u6708","2024":""}', '2024-06-09 06:12:36', '2024-06-09 06:18:23'),
(91, NULL, 194, 1, 'value', NULL, '{"month":"9\\u6708","2024":""}', '2024-06-09 06:10:56', '2024-06-09 06:18:21'),
(92, NULL, 194, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(93, NULL, 194, 1, 'value', NULL, '{"month":"1\\u6708","2024":"210.5910"}', '2024-06-09 05:59:14', '2024-06-12 11:41:47'),
(94, NULL, 194, 1, 'value', NULL, '{"month":"3\\u6708","2024":"36.1682"}', '2024-06-09 06:00:56', '2024-06-12 11:37:04'),
(95, NULL, 194, 1, 'value', NULL, '{"month":"4\\u6708","2024":"29.7490"}', '2024-06-09 06:02:36', '2024-06-12 11:37:10'),
(96, NULL, 194, 1, 'value', NULL, '{"month":"5\\u6708","2024":"18.1227"}', '2024-06-09 06:04:16', '2024-06-12 11:37:14'),
(97, NULL, 194, 1, 'value', NULL, '{"month":"6\\u6708","2024":"27.9990"}', '2024-06-09 06:05:56', '2024-06-12 11:37:17'),
(98, NULL, 194, 1, 'value', NULL, '{"month":"7\\u6708","2024":""}', '2024-06-09 06:07:36', '2024-06-09 06:18:17'),
(99, NULL, 194, 1, 'value', NULL, '{"month":"8\\u6708","2024":""}', '2024-06-09 06:09:16', '2024-06-09 06:18:19'),
(124, NULL, 195, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"24.24","ytd_nav":"415.57"}', '2024-06-12 11:25:29', '2024-06-12 12:13:38'),
(123, NULL, 195, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"73.16","ytd_nav":"314.99"}', '2024-06-12 11:23:49', '2024-06-12 12:13:31'),
(122, NULL, 195, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"-17.34","ytd_nav":"139.66"}', '2024-06-12 11:22:09', '2024-06-12 12:13:28'),
(121, NULL, 195, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"-24.97","ytd_nav":"189.92"}', '2024-06-12 11:20:29', '2024-06-12 12:13:23'),
(120, NULL, 195, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"-13.90","ytd_nav":"286.39"}', '2024-06-12 11:18:49', '2024-06-12 12:13:19'),
(119, NULL, 195, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"5470.26","ytd_nav":"348.77"}', '2024-06-12 11:17:09', '2024-06-12 12:12:51'),
(118, NULL, 195, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"-19.17 ","ytd_nav":"-91.84 "}', '2024-06-12 11:15:29', '2024-06-12 11:31:14'),
(117, NULL, 195, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"-39.08 ","ytd_nav":"-90.22 "}', '2024-06-12 11:13:49', '2024-06-12 11:31:07'),
(116, NULL, 195, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"-17.75 ","ytd_nav":"-83.94 "}', '2024-06-12 11:12:09', '2024-06-12 11:31:04'),
(115, NULL, 195, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"-72.10 ","ytd_nav":"-80.40 "}', '2024-06-12 11:10:29', '2024-06-12 11:30:56'),
(114, NULL, 195, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"-36.44 ","ytd_nav":"-30.01 "}', '2024-06-12 11:08:49', '2024-06-12 11:30:50'),
(113, NULL, 195, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"13.69 ","ytd_nav":"13.69 "}', '2024-06-12 11:07:09', '2024-06-12 11:30:47'),
(131, NULL, 196, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"148.10","ytd_nav":"148.10"}', '2024-06-12 11:27:09', '2024-06-12 12:09:21'),
(132, NULL, 196, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"49.60","ytd_nav":"148.10"}', '2024-06-12 11:25:29', '2024-06-12 12:10:19'),
(133, NULL, 196, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"-1.01","ytd_nav":"65.84"}', '2024-06-12 11:23:49', '2024-06-12 12:10:16'),
(134, NULL, 196, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"69.93","ytd_nav":"67.54"}', '2024-06-12 11:22:09', '2024-06-12 12:10:11'),
(135, NULL, 196, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"-37.74","ytd_nav":"-1.23"}', '2024-06-12 11:20:29', '2024-06-12 12:10:08'),
(136, NULL, 196, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"-11.41","ytd_nav":"58.64"}', '2024-06-12 11:18:49', '2024-06-12 12:10:05'),
(137, NULL, 196, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"42.63","ytd_nav":"79.06"}', '2024-06-12 11:17:09', '2024-06-12 12:10:00'),
(138, NULL, 196, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"-14.47","ytd_nav":"25.54"}', '2024-06-12 11:15:29', '2024-06-12 12:09:55'),
(139, NULL, 196, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"-1.92","ytd_nav":"46.78"}', '2024-06-12 11:13:49', '2024-06-12 12:09:50'),
(140, NULL, 196, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"-3.13","ytd_nav":"49.66"}', '2024-06-12 11:12:09', '2024-06-12 12:09:45'),
(141, NULL, 196, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"15.07","ytd_nav":"54.50"}', '2024-06-12 11:10:29', '2024-06-12 12:09:40'),
(142, NULL, 196, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"-3.16","ytd_nav":"34.26"}', '2024-06-12 11:08:49', '2024-06-12 12:09:35'),
(143, NULL, 196, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"38.63 ","ytd_nav":"38.63"}', '2024-06-12 11:07:09', '2024-06-12 12:09:30'),
(144, NULL, 197, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"-97.20 ","ytd_nav":"-97.20 "}', '2024-06-12 11:28:49', '2024-06-12 11:31:48'),
(145, NULL, 197, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"-91.94 ","ytd_nav":"-91.94 "}', '2024-06-12 11:27:09', '2024-06-12 11:31:41'),
(146, NULL, 197, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"","ytd_nav":""}', '2024-06-12 11:25:29', '2024-06-12 11:31:32'),
(147, NULL, 197, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"","ytd_nav":""}', '2024-06-12 11:23:49', '2024-06-12 11:31:31'),
(148, NULL, 197, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"","ytd_nav":""}', '2024-06-12 11:22:09', '2024-06-12 11:31:27'),
(149, NULL, 197, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"","ytd_nav":""}', '2024-06-12 11:20:29', '2024-06-12 11:31:23'),
(150, NULL, 197, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"","ytd_nav":""}', '2024-06-12 11:18:49', '2024-06-12 11:31:20'),
(151, NULL, 197, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"","ytd_nav":""}', '2024-06-12 11:17:09', '2024-06-12 11:31:17'),
(152, NULL, 197, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"-19.17 ","ytd_nav":"-91.84 "}', '2024-06-12 11:15:29', '2024-06-12 11:31:14'),
(153, NULL, 197, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"-39.08 ","ytd_nav":"-90.22 "}', '2024-06-12 11:13:49', '2024-06-12 11:31:07'),
(154, NULL, 197, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"-17.75 ","ytd_nav":"-83.94 "}', '2024-06-12 11:12:09', '2024-06-12 11:31:04'),
(155, NULL, 197, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"-72.10 ","ytd_nav":"-80.40 "}', '2024-06-12 11:10:29', '2024-06-12 11:30:56'),
(156, NULL, 197, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"-36.44 ","ytd_nav":"-30.01 "}', '2024-06-12 11:08:49', '2024-06-12 11:30:50'),
(157, NULL, 197, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"13.69 ","ytd_nav":"13.69 "}', '2024-06-12 11:07:09', '2024-06-12 11:30:47'),
(173, NULL, 199, 1, 'value', NULL, '{"2024":"1713.8416","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:16:05'),
(174, NULL, 199, 1, 'value', NULL, '{"month":"12\\u6708","2024":"3167.0821"}', '2024-06-09 06:15:56', '2024-06-12 12:17:21'),
(175, NULL, 199, 1, 'value', NULL, '{"month":"11\\u6708","2024":"2116.9671"}', '2024-06-09 06:14:16', '2024-06-12 12:17:05'),
(176, NULL, 199, 1, 'value', NULL, '{"month":"10\\u6708","2024":"2138.6289"}', '2024-06-09 06:12:36', '2024-06-12 12:16:58'),
(177, NULL, 199, 1, 'value', NULL, '{"month":"9\\u6708","2024":"1260.7953"}', '2024-06-09 06:10:56', '2024-06-12 12:16:51'),
(179, NULL, 199, 1, 'value', NULL, '{"month":"1\\u6708","2024":"1769.6870"}', '2024-06-09 05:59:14', '2024-06-12 12:15:58'),
(180, NULL, 199, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1972.1887"}', '2024-06-09 06:00:56', '2024-06-12 12:16:11'),
(181, NULL, 199, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1910.4683"}', '2024-06-09 06:02:36', '2024-06-12 12:16:17'),
(182, NULL, 199, 1, 'value', NULL, '{"month":"5\\u6708","2024":"1873.7177"}', '2024-06-09 06:04:16', '2024-06-12 12:16:24'),
(183, NULL, 199, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1602.5659"}', '2024-06-09 06:05:56', '2024-06-12 12:16:32'),
(184, NULL, 199, 1, 'value', NULL, '{"month":"7\\u6708","2024":"2285.7303"}', '2024-06-09 06:07:36', '2024-06-12 12:16:38'),
(185, NULL, 199, 1, 'value', NULL, '{"month":"8\\u6708","2024":"2025.0342"}', '2024-06-09 06:09:16', '2024-06-12 12:16:46'),
(225, NULL, 202, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"-81.48","ytd_nav":"-81.48"}', '2024-06-12 12:30:42', '2024-06-12 12:30:42'),
(200, NULL, 201, 1, 'value', NULL, '{"2024":"129.6347","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:26:00'),
(201, NULL, 201, 1, 'value', NULL, '{"month":"12\\u6708","2024":"1276.5107"}', '2024-06-09 06:15:56', '2024-06-12 12:27:03'),
(202, NULL, 201, 1, 'value', NULL, '{"month":"11\\u6708","2024":"1027.4798"}', '2024-06-09 06:14:16', '2024-06-12 12:26:58'),
(203, NULL, 201, 1, 'value', NULL, '{"month":"10\\u6708","2024":"593.3685"}', '2024-06-09 06:12:36', '2024-06-12 12:26:52'),
(204, NULL, 201, 1, 'value', NULL, '{"month":"9\\u6708","2024":"717.8221"}', '2024-06-09 06:10:56', '2024-06-12 12:26:47'),
(205, NULL, 201, 1, 'value', NULL, '{"month":"1\\u6708","2024":"210.5910"}', '2024-06-09 05:59:14', '2024-06-12 12:25:54'),
(206, NULL, 201, 1, 'value', NULL, '{"month":"3\\u6708","2024":"36.1682"}', '2024-06-09 06:00:56', '2024-06-12 12:26:07'),
(207, NULL, 201, 1, 'value', NULL, '{"month":"4\\u6708","2024":"29.7490"}', '2024-06-09 06:02:36', '2024-06-12 12:26:14'),
(208, NULL, 201, 1, 'value', NULL, '{"month":"5\\u6708","2024":"18.1227"}', '2024-06-09 06:04:16', '2024-06-12 12:26:21'),
(209, NULL, 201, 1, 'value', NULL, '{"month":"6\\u6708","2024":"27.9990"}', '2024-06-09 06:05:56', '2024-06-12 12:26:27'),
(210, NULL, 201, 1, 'value', NULL, '{"month":"7\\u6708","2024":"1111.1071"}', '2024-06-09 06:07:36', '2024-06-12 12:26:35'),
(211, NULL, 201, 1, 'value', NULL, '{"month":"8\\u6708","2024":"956.6752"}', '2024-06-09 06:09:16', '2024-06-12 12:26:41'),
(212, NULL, 202, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"-88.89","ytd_nav":"-88.89"}', '2024-06-12 11:27:09', '2024-06-12 12:32:05'),
(213, NULL, 202, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"-31.97","ytd_nav":"-88.89"}', '2024-06-12 11:25:29', '2024-06-12 12:31:58'),
(214, NULL, 202, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"-45.55","ytd_nav":"-83.68"}', '2024-06-12 11:23:49', '2024-06-12 12:31:51'),
(215, NULL, 202, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"3.82","ytd_nav":"-70.03"}', '2024-06-12 11:22:09', '2024-06-12 12:31:43'),
(216, NULL, 202, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"-27.42","ytd_nav":"-71.13"}', '2024-06-12 11:20:29', '2024-06-12 12:31:39'),
(217, NULL, 202, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"-4.16","ytd_nav":"-60.23"}', '2024-06-12 11:18:49', '2024-06-12 12:31:34'),
(218, NULL, 202, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"-57.47","ytd_nav":"-58.50"}', '2024-06-12 11:17:09', '2024-06-12 12:31:28'),
(219, NULL, 202, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"2.78","ytd_nav":"-2.44"}', '2024-06-12 11:15:29', '2024-06-12 12:31:23'),
(220, NULL, 202, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"5.01 ","ytd_nav":"-5.08"}', '2024-06-12 11:13:49', '2024-06-12 12:31:17'),
(221, NULL, 202, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"6.24","ytd_nav":"-9.60"}', '2024-06-12 11:12:09', '2024-06-12 12:31:13'),
(222, NULL, 202, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"7.56","ytd_nav":"-14..91"}', '2024-06-12 11:10:29', '2024-06-12 12:31:07'),
(223, NULL, 202, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"-8.78","ytd_nav":"-20.90"}', '2024-06-12 11:08:49', '2024-06-12 12:31:02'),
(224, NULL, 202, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"-13.28","ytd_nav":"-13.28"}', '2024-06-12 11:07:09', '2024-06-12 12:30:58'),
(238, NULL, 204, 1, 'value', NULL, '{"2024":"185.2249","month":"\\u6210\\u7acb\\u81f3\\u4eca"}', '2024-06-12 11:37:52', '2024-06-12 12:37:01'),
(239, NULL, 204, 1, 'value', NULL, '{"2024":"1319.8191","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:35:48'),
(240, NULL, 204, 1, 'value', NULL, '{"month":"12\\u6708","2024":"185.2249"}', '2024-06-09 06:15:56', '2024-06-12 12:36:57'),
(241, NULL, 204, 1, 'value', NULL, '{"month":"11\\u6708","2024":"272.2792"}', '2024-06-09 06:14:16', '2024-06-12 12:36:50'),
(242, NULL, 204, 1, 'value', NULL, '{"month":"10\\u6708","2024":"500.0474"}', '2024-06-09 06:12:36', '2024-06-12 12:36:45'),
(243, NULL, 204, 1, 'value', NULL, '{"month":"9\\u6708","2024":"481.6264"}', '2024-06-09 06:10:56', '2024-06-12 12:36:37'),
(244, NULL, 204, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(245, NULL, 204, 1, 'value', NULL, '{"month":"1\\u6708","2024":"1446.8072"}', '2024-06-09 05:59:14', '2024-06-12 12:35:41'),
(246, NULL, 204, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1419.6373"}', '2024-06-09 06:00:56', '2024-06-12 12:35:54'),
(247, NULL, 204, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1508.2204"}', '2024-06-09 06:02:36', '2024-06-12 12:36:01'),
(248, NULL, 204, 1, 'value', NULL, '{"month":"5\\u6708","2024":"1583.7229"}', '2024-06-09 06:04:16', '2024-06-12 12:36:07'),
(249, NULL, 204, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1627.8155"}', '2024-06-09 06:05:56', '2024-06-12 12:36:12'),
(250, NULL, 204, 1, 'value', NULL, '{"month":"7\\u6708","2024":"692.3671"}', '2024-06-09 06:07:36', '2024-06-12 12:36:25'),
(251, NULL, 204, 1, 'value', NULL, '{"month":"8\\u6708","2024":"663.5730"}', '2024-06-09 06:09:16', '2024-06-12 12:36:32'),
(252, NULL, 205, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"66.85","ytd_nav":"66.85"}', '2024-06-12 12:30:42', '2024-06-12 12:40:07'),
(253, NULL, 205, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"20.46","ytd_nav":"20.46"}', '2024-06-12 11:27:09', '2024-06-12 12:40:11'),
(254, NULL, 205, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"1.82","ytd_nav":"20.46"}', '2024-06-12 11:25:29', '2024-06-12 12:40:15'),
(255, NULL, 205, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"3.73","ytd_nav":"18.31"}', '2024-06-12 11:23:49', '2024-06-12 12:40:20'),
(256, NULL, 205, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"1.55","ytd_nav":"14.06"}', '2024-06-12 11:22:09', '2024-06-12 12:40:26'),
(257, NULL, 205, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"1.83","ytd_nav":"12.32"}', '2024-06-12 11:20:29', '2024-06-12 12:40:30'),
(258, NULL, 205, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"2.16","ytd_nav":"10.30"}', '2024-06-12 11:18:49', '2024-06-12 12:40:52'),
(259, NULL, 205, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"1.88","ytd_nav":"7.97"}', '2024-06-12 11:17:09', '2024-06-12 12:40:55'),
(260, NULL, 205, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"1.68","ytd_nav":"5.99"}', '2024-06-12 11:15:29', '2024-06-12 12:41:05'),
(261, NULL, 205, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"1.62","ytd_nav":"4.24"}', '2024-06-12 11:13:49', '2024-06-12 12:41:11'),
(262, NULL, 205, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"1.19","ytd_nav":"2.57"}', '2024-06-12 11:12:09', '2024-06-12 12:41:21'),
(263, NULL, 205, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"-0.24","ytd_nav":"1.36"}', '2024-06-12 11:10:29', '2024-06-12 12:41:26'),
(264, NULL, 205, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"1.15","ytd_nav":"1.60"}', '2024-06-12 11:08:49', '2024-06-12 12:41:30'),
(265, NULL, 205, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"0.45","ytd_nav":"0.45"}', '2024-06-12 11:07:09', '2024-06-12 12:41:51'),
(266, NULL, 206, 1, 'value', NULL, '{"2024":"1668.4570","month":"\\u6210\\u7acb\\u81f3\\u4eca"}', '2024-06-12 11:37:52', '2024-06-12 12:44:47'),
(267, NULL, 206, 1, 'value', NULL, '{"2024":"1407.2554","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:43:27'),
(268, NULL, 206, 1, 'value', NULL, '{"month":"12\\u6708","2024":"1668.4570"}', '2024-06-09 06:15:56', '2024-06-12 12:44:41'),
(269, NULL, 206, 1, 'value', NULL, '{"month":"11\\u6708","2024":"1638.7071"}', '2024-06-09 06:14:16', '2024-06-12 12:44:37'),
(270, NULL, 206, 1, 'value', NULL, '{"month":"10\\u6708","2024":"1579.7529"}', '2024-06-09 06:12:36', '2024-06-12 12:44:23'),
(271, NULL, 206, 1, 'value', NULL, '{"month":"9\\u6708","2024":"1555.6368"}', '2024-06-09 06:10:56', '2024-06-12 12:44:16'),
(272, NULL, 206, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(273, NULL, 206, 1, 'value', NULL, '{"month":"1\\u6708","2024":"1391.2656"}', '2024-06-09 05:59:14', '2024-06-12 12:43:21'),
(274, NULL, 206, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1403.9405"}', '2024-06-09 06:00:56', '2024-06-12 12:43:34'),
(275, NULL, 206, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1420.6391"}', '2024-06-09 06:02:36', '2024-06-12 12:43:41'),
(276, NULL, 206, 1, 'value', NULL, '{"month":"5\\u6708","2024":"1443.7232"}', '2024-06-09 06:04:16', '2024-06-12 12:43:48'),
(277, NULL, 206, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1467.9684"}', '2024-06-09 06:05:56', '2024-06-12 12:43:54'),
(278, NULL, 206, 1, 'value', NULL, '{"month":"7\\u6708","2024":"1495.4991"}', '2024-06-09 06:07:36', '2024-06-12 12:44:02'),
(279, NULL, 206, 1, 'value', NULL, '{"month":"8\\u6708","2024":"1527.7321"}', '2024-06-09 06:09:16', '2024-06-12 12:44:08'),
(280, NULL, 207, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"38.50","ytd_nav":"38.50"}', '2024-06-12 12:30:42', '2024-06-12 12:47:53'),
(281, NULL, 207, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"21.60","ytd_nav":"21.60"}', '2024-06-12 11:27:09', '2024-06-12 12:47:48'),
(282, NULL, 207, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"1.11","ytd_nav":"21.60"}', '2024-06-12 11:25:29', '2024-06-12 12:47:45'),
(283, NULL, 207, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"1.14","ytd_nav":"20.26"}', '2024-06-12 11:23:49', '2024-06-12 12:47:40'),
(284, NULL, 207, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"1.13","ytd_nav":"18.91"}', '2024-06-12 11:22:09', '2024-06-12 12:47:35'),
(285, NULL, 207, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"0.98","ytd_nav":"17.57"}', '2024-06-12 11:20:29', '2024-06-12 12:47:30'),
(286, NULL, 207, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"3.92","ytd_nav":"16.43"}', '2024-06-12 11:18:49', '2024-06-12 12:47:25'),
(287, NULL, 207, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"1.16","ytd_nav":"12.04"}', '2024-06-12 11:17:09', '2024-06-12 12:47:21'),
(288, NULL, 207, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"1.41","ytd_nav":"10.75"}', '2024-06-12 11:15:29', '2024-06-12 12:47:18'),
(289, NULL, 207, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"0.46","ytd_nav":"9.22"}', '2024-06-12 11:13:49', '2024-06-12 12:47:13'),
(290, NULL, 207, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"1.83","ytd_nav":"8.72"}', '2024-06-12 11:12:09', '2024-06-12 12:47:10'),
(291, NULL, 207, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"2.75","ytd_nav":"6.76"}', '2024-06-12 11:10:29', '2024-06-12 12:47:07'),
(292, NULL, 207, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"1.69","ytd_nav":"3.87"}', '2024-06-12 11:08:49', '2024-06-12 12:47:03'),
(293, NULL, 207, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"2.18","ytd_nav":"2.18"}', '2024-06-12 11:07:09', '2024-06-12 12:46:58'),
(294, NULL, 208, 1, 'value', NULL, '{"2024":"1385.4030","month":"\\u6210\\u7acb\\u81f3\\u4eca"}', '2024-06-12 11:37:52', '2024-06-12 12:49:49'),
(295, NULL, 208, 1, 'value', NULL, '{"2024":"1183.5176","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:48:38'),
(296, NULL, 208, 1, 'value', NULL, '{"month":"12\\u6708","2024":"1385.4030"}', '2024-06-09 06:15:56', '2024-06-12 12:49:45'),
(297, NULL, 208, 1, 'value', NULL, '{"month":"11\\u6708","2024":"1369.8016"}', '2024-06-09 06:14:16', '2024-06-12 12:49:38'),
(298, NULL, 208, 1, 'value', NULL, '{"month":"10\\u6708","2024":"1354.3513"}', '2024-06-09 06:12:36', '2024-06-12 12:49:28'),
(299, NULL, 208, 1, 'value', NULL, '{"month":"9\\u6708","2024":"1339.1763"}', '2024-06-09 06:10:56', '2024-06-12 12:49:21'),
(300, NULL, 208, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(301, NULL, 208, 1, 'value', NULL, '{"month":"1\\u6708","2024":"1163.8071"}', '2024-06-09 05:59:14', '2024-06-12 12:48:32'),
(302, NULL, 208, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1216.0473"}', '2024-06-09 06:00:56', '2024-06-12 12:48:43'),
(303, NULL, 208, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1238.2905"}', '2024-06-09 06:02:36', '2024-06-12 12:48:49'),
(304, NULL, 208, 1, 'value', NULL, '{"month":"5\\u6708","2024":"1243.9691"}', '2024-06-09 06:04:16', '2024-06-12 12:48:55'),
(305, NULL, 208, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1261.4962"}', '2024-06-09 06:05:56', '2024-06-12 12:49:01'),
(306, NULL, 208, 1, 'value', NULL, '{"month":"7\\u6708","2024":"1276.0797"}', '2024-06-09 06:07:36', '2024-06-12 12:49:08'),
(307, NULL, 208, 1, 'value', NULL, '{"month":"8\\u6708","2024":"1326.1734"}', '2024-06-09 06:09:16', '2024-06-12 12:49:15'),
(308, NULL, 209, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"13.90","ytd_nav":"13.90"}', '2024-06-12 12:30:42', '2024-06-12 12:54:33'),
(309, NULL, 209, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"13.90","ytd_nav":"13.90"}', '2024-06-12 11:27:09', '2024-06-12 12:54:29'),
(313, NULL, 209, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"2.78","ytd_nav":"13.90"}', '2024-06-12 11:20:29', '2024-06-12 12:54:03'),
(314, NULL, 209, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"3.13","ytd_nav":"10.82"}', '2024-06-12 11:18:49', '2024-06-12 12:54:00'),
(315, NULL, 209, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"1.55","ytd_nav":"7.45"}', '2024-06-12 11:17:09', '2024-06-12 12:53:55'),
(316, NULL, 209, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"0.72","ytd_nav":"5.81"}', '2024-06-12 11:15:29', '2024-06-12 12:53:51'),
(317, NULL, 209, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"1.27","ytd_nav":"5.06"}', '2024-06-12 11:13:49', '2024-06-12 12:53:46'),
(318, NULL, 209, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"0.98","ytd_nav":"3.74"}', '2024-06-12 11:12:09', '2024-06-12 12:53:40'),
(319, NULL, 209, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"0.80","ytd_nav":"2.73"}', '2024-06-12 11:10:29', '2024-06-12 12:53:36'),
(320, NULL, 209, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"1.61","ytd_nav":"1.92"}', '2024-06-12 11:08:49', '2024-06-12 12:53:33'),
(321, NULL, 209, 1, 'value', NULL, '{"month":"4\\u670816\\u65e5\\u53d1\\u884c","monthly_nav":"0.31","ytd_nav":"0.31"}', '2024-06-12 11:07:09', '2024-06-12 12:53:28'),
(323, NULL, 210, 1, 'value', NULL, '{"2024":"1019.2201","month":"5\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:56:01'),
(326, NULL, 210, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","2024":"1138.9947"}', '2024-06-09 06:12:36', '2024-06-12 12:57:28'),
(327, NULL, 210, 1, 'value', NULL, '{"month":"12\\u6708","2024":"1138.9947"}', '2024-06-09 06:10:56', '2024-06-12 12:57:21'),
(328, NULL, 210, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(329, NULL, 210, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1003.0856"}', '2024-06-09 05:59:14', '2024-06-12 12:55:53'),
(330, NULL, 210, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1027.3539"}', '2024-06-09 06:00:56', '2024-06-12 12:56:07'),
(331, NULL, 210, 1, 'value', NULL, '{"month":"7\\u6708","2024":"1037.3973"}', '2024-06-09 06:02:36', '2024-06-12 12:56:14'),
(332, NULL, 210, 1, 'value', NULL, '{"month":"8\\u6708","2024":"1050.5678"}', '2024-06-09 06:04:16', '2024-06-12 12:56:21'),
(333, NULL, 210, 1, 'value', NULL, '{"month":"9\\u6708","2024":"1058.1203"}', '2024-06-09 06:05:56', '2024-06-12 12:56:26'),
(334, NULL, 210, 1, 'value', NULL, '{"month":"10\\u6708","2024":"1074.5222"}', '2024-06-09 06:07:36', '2024-06-12 12:57:07'),
(335, NULL, 210, 1, 'value', NULL, '{"month":"11\\u6708","2024":"1108.1890"}', '2024-06-09 06:09:16', '2024-06-12 12:57:01'),
(350, NULL, 214, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"-81.48","ytd_nav":"-81.48"}', '2024-06-12 12:30:42', '2024-06-12 12:30:42'),
(351, NULL, 214, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"-88.89","ytd_nav":"-88.89"}', '2024-06-12 11:27:09', '2024-06-12 12:32:05'),
(352, NULL, 214, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"-31.97","ytd_nav":"-88.89"}', '2024-06-12 11:25:29', '2024-06-12 12:31:58'),
(353, NULL, 214, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"-45.55","ytd_nav":"-83.68"}', '2024-06-12 11:23:49', '2024-06-12 12:31:51'),
(354, NULL, 214, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"3.82","ytd_nav":"-70.03"}', '2024-06-12 11:22:09', '2024-06-12 12:31:43'),
(355, NULL, 214, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"-27.42","ytd_nav":"-71.13"}', '2024-06-12 11:20:29', '2024-06-12 12:31:39'),
(356, NULL, 214, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"-4.16","ytd_nav":"-60.23"}', '2024-06-12 11:18:49', '2024-06-12 12:31:34'),
(357, NULL, 214, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"-57.47","ytd_nav":"-58.50"}', '2024-06-12 11:17:09', '2024-06-12 12:31:28'),
(358, NULL, 214, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"2.78","ytd_nav":"-2.44"}', '2024-06-12 11:15:29', '2024-06-12 12:31:23'),
(359, NULL, 214, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"5.01 ","ytd_nav":"-5.08"}', '2024-06-12 11:13:49', '2024-06-12 12:31:17'),
(360, NULL, 214, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"6.24","ytd_nav":"-9.60"}', '2024-06-12 11:12:09', '2024-06-12 12:31:13'),
(361, NULL, 214, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"7.56","ytd_nav":"-14..91"}', '2024-06-12 11:10:29', '2024-06-12 12:31:07'),
(362, NULL, 214, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"-8.78","ytd_nav":"-20.90"}', '2024-06-12 11:08:49', '2024-06-12 12:31:02'),
(363, NULL, 214, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"-13.28","ytd_nav":"-13.28"}', '2024-06-12 11:07:09', '2024-06-12 12:30:58'),
(364, NULL, 215, 1, 'value', NULL, '{"2024":"185.2249","month":"\\u6210\\u7acb\\u81f3\\u4eca"}', '2024-06-12 11:37:52', '2024-06-12 12:37:01'),
(365, NULL, 215, 1, 'value', NULL, '{"2024":"1319.8191","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:35:48'),
(366, NULL, 215, 1, 'value', NULL, '{"month":"12\\u6708","2024":"185.2249"}', '2024-06-09 06:15:56', '2024-06-12 12:36:57'),
(367, NULL, 215, 1, 'value', NULL, '{"month":"11\\u6708","2024":"272.2792"}', '2024-06-09 06:14:16', '2024-06-12 12:36:50'),
(368, NULL, 215, 1, 'value', NULL, '{"month":"10\\u6708","2024":"500.0474"}', '2024-06-09 06:12:36', '2024-06-12 12:36:45'),
(369, NULL, 215, 1, 'value', NULL, '{"month":"9\\u6708","2024":"481.6264"}', '2024-06-09 06:10:56', '2024-06-12 12:36:37'),
(370, NULL, 215, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(371, NULL, 215, 1, 'value', NULL, '{"month":"1\\u6708","2024":"1446.8072"}', '2024-06-09 05:59:14', '2024-06-12 12:35:41'),
(372, NULL, 215, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1419.6373"}', '2024-06-09 06:00:56', '2024-06-12 12:35:54'),
(373, NULL, 215, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1508.2204"}', '2024-06-09 06:02:36', '2024-06-12 12:36:01'),
(374, NULL, 215, 1, 'value', NULL, '{"month":"5\\u6708","2024":"1583.7229"}', '2024-06-09 06:04:16', '2024-06-12 12:36:07'),
(375, NULL, 215, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1627.8155"}', '2024-06-09 06:05:56', '2024-06-12 12:36:12'),
(376, NULL, 215, 1, 'value', NULL, '{"month":"7\\u6708","2024":"692.3671"}', '2024-06-09 06:07:36', '2024-06-12 12:36:25'),
(377, NULL, 215, 1, 'value', NULL, '{"month":"8\\u6708","2024":"663.5730"}', '2024-06-09 06:09:16', '2024-06-12 12:36:32'),
(378, NULL, 216, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"66.85","ytd_nav":"66.85"}', '2024-06-12 12:30:42', '2024-06-12 12:40:07'),
(379, NULL, 216, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"20.46","ytd_nav":"20.46"}', '2024-06-12 11:27:09', '2024-06-12 12:40:11'),
(380, NULL, 216, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"1.82","ytd_nav":"20.46"}', '2024-06-12 11:25:29', '2024-06-12 12:40:15'),
(381, NULL, 216, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"3.73","ytd_nav":"18.31"}', '2024-06-12 11:23:49', '2024-06-12 12:40:20'),
(382, NULL, 216, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"1.55","ytd_nav":"14.06"}', '2024-06-12 11:22:09', '2024-06-12 12:40:26'),
(383, NULL, 216, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"1.83","ytd_nav":"12.32"}', '2024-06-12 11:20:29', '2024-06-12 12:40:30'),
(384, NULL, 216, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"2.16","ytd_nav":"10.30"}', '2024-06-12 11:18:49', '2024-06-12 12:40:52'),
(385, NULL, 216, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"1.88","ytd_nav":"7.97"}', '2024-06-12 11:17:09', '2024-06-12 12:40:55'),
(386, NULL, 216, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"1.68","ytd_nav":"5.99"}', '2024-06-12 11:15:29', '2024-06-12 12:41:05'),
(387, NULL, 216, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"1.62","ytd_nav":"4.24"}', '2024-06-12 11:13:49', '2024-06-12 12:41:11'),
(388, NULL, 216, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"1.19","ytd_nav":"2.57"}', '2024-06-12 11:12:09', '2024-06-12 12:41:21'),
(389, NULL, 216, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"-0.24","ytd_nav":"1.36"}', '2024-06-12 11:10:29', '2024-06-12 12:41:26'),
(390, NULL, 216, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"1.15","ytd_nav":"1.60"}', '2024-06-12 11:08:49', '2024-06-12 12:41:30'),
(391, NULL, 216, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"0.45","ytd_nav":"0.45"}', '2024-06-12 11:07:09', '2024-06-12 12:41:51'),
(406, NULL, 218, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"38.50","ytd_nav":"38.50"}', '2024-06-12 12:30:42', '2024-06-12 12:47:53'),
(407, NULL, 218, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"21.60","ytd_nav":"21.60"}', '2024-06-12 11:27:09', '2024-06-12 12:47:48'),
(408, NULL, 218, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"1.11","ytd_nav":"21.60"}', '2024-06-12 11:25:29', '2024-06-12 12:47:45'),
(409, NULL, 218, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"1.14","ytd_nav":"20.26"}', '2024-06-12 11:23:49', '2024-06-12 12:47:40'),
(410, NULL, 218, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"1.13","ytd_nav":"18.91"}', '2024-06-12 11:22:09', '2024-06-12 12:47:35'),
(411, NULL, 218, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"0.98","ytd_nav":"17.57"}', '2024-06-12 11:20:29', '2024-06-12 12:47:30'),
(412, NULL, 218, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"3.92","ytd_nav":"16.43"}', '2024-06-12 11:18:49', '2024-06-12 12:47:25'),
(413, NULL, 218, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"1.16","ytd_nav":"12.04"}', '2024-06-12 11:17:09', '2024-06-12 12:47:21'),
(414, NULL, 218, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"1.41","ytd_nav":"10.75"}', '2024-06-12 11:15:29', '2024-06-12 12:47:18'),
(415, NULL, 218, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"0.46","ytd_nav":"9.22"}', '2024-06-12 11:13:49', '2024-06-12 12:47:13'),
(416, NULL, 218, 1, 'value', NULL, '{"month":"4\\u6708","monthly_nav":"1.83","ytd_nav":"8.72"}', '2024-06-12 11:12:09', '2024-06-12 12:47:10'),
(417, NULL, 218, 1, 'value', NULL, '{"month":"3\\u6708","monthly_nav":"2.75","ytd_nav":"6.76"}', '2024-06-12 11:10:29', '2024-06-12 12:47:07'),
(418, NULL, 218, 1, 'value', NULL, '{"month":"2\\u6708","monthly_nav":"1.69","ytd_nav":"3.87"}', '2024-06-12 11:08:49', '2024-06-12 12:47:03'),
(419, NULL, 218, 1, 'value', NULL, '{"month":"1\\u6708","monthly_nav":"2.18","ytd_nav":"2.18"}', '2024-06-12 11:07:09', '2024-06-12 12:46:58'),
(420, NULL, 219, 1, 'value', NULL, '{"2024":"1385.4030","month":"\\u6210\\u7acb\\u81f3\\u4eca"}', '2024-06-12 11:37:52', '2024-06-12 12:49:49'),
(421, NULL, 219, 1, 'value', NULL, '{"2024":"1183.5176","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:48:38'),
(422, NULL, 219, 1, 'value', NULL, '{"month":"12\\u6708","2024":"1385.4030"}', '2024-06-09 06:15:56', '2024-06-12 12:49:45'),
(423, NULL, 219, 1, 'value', NULL, '{"month":"11\\u6708","2024":"1369.8016"}', '2024-06-09 06:14:16', '2024-06-12 12:49:38'),
(424, NULL, 219, 1, 'value', NULL, '{"month":"10\\u6708","2024":"1354.3513"}', '2024-06-09 06:12:36', '2024-06-12 12:49:28'),
(425, NULL, 219, 1, 'value', NULL, '{"month":"9\\u6708","2024":"1339.1763"}', '2024-06-09 06:10:56', '2024-06-12 12:49:21'),
(426, NULL, 219, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(427, NULL, 219, 1, 'value', NULL, '{"month":"1\\u6708","2024":"1163.8071"}', '2024-06-09 05:59:14', '2024-06-12 12:48:32'),
(428, NULL, 219, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1216.0473"}', '2024-06-09 06:00:56', '2024-06-12 12:48:43'),
(429, NULL, 219, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1238.2905"}', '2024-06-09 06:02:36', '2024-06-12 12:48:49'),
(430, NULL, 219, 1, 'value', NULL, '{"month":"5\\u6708","2024":"1243.9691"}', '2024-06-09 06:04:16', '2024-06-12 12:48:55'),
(431, NULL, 219, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1261.4962"}', '2024-06-09 06:05:56', '2024-06-12 12:49:01'),
(432, NULL, 219, 1, 'value', NULL, '{"month":"7\\u6708","2024":"1276.0797"}', '2024-06-09 06:07:36', '2024-06-12 12:49:08'),
(433, NULL, 219, 1, 'value', NULL, '{"month":"8\\u6708","2024":"1326.1734"}', '2024-06-09 06:09:16', '2024-06-12 12:49:15'),
(434, NULL, 220, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"13.90","ytd_nav":"13.90"}', '2024-06-12 12:30:42', '2024-06-12 12:54:33'),
(435, NULL, 220, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"13.90","ytd_nav":"13.90"}', '2024-06-12 11:27:09', '2024-06-12 12:54:29'),
(436, NULL, 220, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"2.78","ytd_nav":"13.90"}', '2024-06-12 11:20:29', '2024-06-12 12:54:03'),
(437, NULL, 220, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"3.13","ytd_nav":"10.82"}', '2024-06-12 11:18:49', '2024-06-12 12:54:00'),
(438, NULL, 220, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"1.55","ytd_nav":"7.45"}', '2024-06-12 11:17:09', '2024-06-12 12:53:55'),
(439, NULL, 220, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"0.72","ytd_nav":"5.81"}', '2024-06-12 11:15:29', '2024-06-12 12:53:51'),
(440, NULL, 220, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"1.27","ytd_nav":"5.06"}', '2024-06-12 11:13:49', '2024-06-12 12:53:46'),
(441, NULL, 220, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"0.98","ytd_nav":"3.74"}', '2024-06-12 11:12:09', '2024-06-12 12:53:40'),
(442, NULL, 220, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"0.80","ytd_nav":"2.73"}', '2024-06-12 11:10:29', '2024-06-12 12:53:36'),
(443, NULL, 220, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"1.61","ytd_nav":"1.92"}', '2024-06-12 11:08:49', '2024-06-12 12:53:33'),
(444, NULL, 220, 1, 'value', NULL, '{"month":"4\\u670816\\u65e5\\u53d1\\u884c","monthly_nav":"0.31","ytd_nav":"0.31"}', '2024-06-12 11:07:09', '2024-06-12 12:53:28'),
(445, NULL, 221, 1, 'value', NULL, '{"2024":"1019.2201","month":"5\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:56:01'),
(446, NULL, 221, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","2024":"1138.9947"}', '2024-06-09 06:12:36', '2024-06-12 12:57:28'),
(447, NULL, 221, 1, 'value', NULL, '{"month":"12\\u6708","2024":"1138.9947"}', '2024-06-09 06:10:56', '2024-06-12 12:57:21'),
(448, NULL, 221, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(449, NULL, 221, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1003.0856"}', '2024-06-09 05:59:14', '2024-06-12 12:55:53'),
(450, NULL, 221, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1027.3539"}', '2024-06-09 06:00:56', '2024-06-12 12:56:07'),
(451, NULL, 221, 1, 'value', NULL, '{"month":"7\\u6708","2024":"1037.3973"}', '2024-06-09 06:02:36', '2024-06-12 12:56:14'),
(452, NULL, 221, 1, 'value', NULL, '{"month":"8\\u6708","2024":"1050.5678"}', '2024-06-09 06:04:16', '2024-06-12 12:56:21'),
(453, NULL, 221, 1, 'value', NULL, '{"month":"9\\u6708","2024":"1058.1203"}', '2024-06-09 06:05:56', '2024-06-12 12:56:26'),
(454, NULL, 221, 1, 'value', NULL, '{"month":"10\\u6708","2024":"1074.5222"}', '2024-06-09 06:07:36', '2024-06-12 12:57:07'),
(455, NULL, 221, 1, 'value', NULL, '{"month":"11\\u6708","2024":"1108.1890"}', '2024-06-09 06:09:16', '2024-06-12 12:57:01'),
(456, NULL, 222, 1, 'value', NULL, '{"2024":"1668.4570","month":"\\u6210\\u7acb\\u81f3\\u4eca"}', '2024-06-12 11:37:52', '2024-06-12 12:44:47'),
(457, NULL, 222, 1, 'value', NULL, '{"2024":"1407.2554","month":"2\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 12:43:27'),
(458, NULL, 222, 1, 'value', NULL, '{"month":"12\\u6708","2024":"1668.4570"}', '2024-06-09 06:15:56', '2024-06-12 12:44:41'),
(459, NULL, 222, 1, 'value', NULL, '{"month":"11\\u6708","2024":"1638.7071"}', '2024-06-09 06:14:16', '2024-06-12 12:44:37'),
(460, NULL, 222, 1, 'value', NULL, '{"month":"10\\u6708","2024":"1579.7529"}', '2024-06-09 06:12:36', '2024-06-12 12:44:23'),
(461, NULL, 222, 1, 'value', NULL, '{"month":"9\\u6708","2024":"1555.6368"}', '2024-06-09 06:10:56', '2024-06-12 12:44:16'),
(462, NULL, 222, 1, 'value', NULL, '{"month":"2018\\u5e744\\u670816\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 11:41:06'),
(463, NULL, 222, 1, 'value', NULL, '{"month":"1\\u6708","2024":"1391.2656"}', '2024-06-09 05:59:14', '2024-06-12 12:43:21'),
(464, NULL, 222, 1, 'value', NULL, '{"month":"3\\u6708","2024":"1403.9405"}', '2024-06-09 06:00:56', '2024-06-12 12:43:34'),
(465, NULL, 222, 1, 'value', NULL, '{"month":"4\\u6708","2024":"1420.6391"}', '2024-06-09 06:02:36', '2024-06-12 12:43:41'),
(466, NULL, 222, 1, 'value', NULL, '{"month":"5\\u6708","2024":"1443.7232"}', '2024-06-09 06:04:16', '2024-06-12 12:43:48'),
(467, NULL, 222, 1, 'value', NULL, '{"month":"6\\u6708","2024":"1467.9684"}', '2024-06-09 06:05:56', '2024-06-12 12:43:54'),
(468, NULL, 222, 1, 'value', NULL, '{"month":"7\\u6708","2024":"1495.4991"}', '2024-06-09 06:07:36', '2024-06-12 12:44:02'),
(469, NULL, 222, 1, 'value', NULL, '{"month":"8\\u6708","2024":"1527.7321"}', '2024-06-09 06:09:16', '2024-06-12 12:44:08'),
(470, NULL, 231, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","monthly_nav":"30.14","ytd_nav":"13.90"}', '2024-06-12 12:30:42', '2024-06-12 14:49:08'),
(471, NULL, 231, 1, 'value', NULL, '{"month":"\\u5e74\\u521d\\u81f3\\u4eca","monthly_nav":"30.14","ytd_nav":"13.90"}', '2024-06-12 11:27:09', '2024-06-12 14:49:03'),
(472, NULL, 231, 1, 'value', NULL, '{"month":"12\\u6708","monthly_nav":"-6.76","ytd_nav":"13.90"}', '2024-06-12 11:20:29', '2024-06-12 14:49:20'),
(473, NULL, 231, 1, 'value', NULL, '{"month":"11\\u6708","monthly_nav":"1.79","ytd_nav":"10.82"}', '2024-06-12 11:18:49', '2024-06-12 14:49:48'),
(474, NULL, 231, 1, 'value', NULL, '{"month":"10\\u6708","monthly_nav":"-19.19","ytd_nav":"7.45"}', '2024-06-12 11:17:09', '2024-06-12 14:49:53'),
(475, NULL, 231, 1, 'value', NULL, '{"month":"9\\u6708","monthly_nav":"1.38","ytd_nav":"5.81"}', '2024-06-12 11:15:29', '2024-06-12 14:49:56'),
(476, NULL, 231, 1, 'value', NULL, '{"month":"8\\u6708","monthly_nav":"-2.84","ytd_nav":"5.06"}', '2024-06-12 11:13:49', '2024-06-12 14:50:00'),
(477, NULL, 231, 1, 'value', NULL, '{"month":"7\\u6708","monthly_nav":"-2.14","ytd_nav":"3.74"}', '2024-06-12 11:12:09', '2024-06-12 14:50:06'),
(478, NULL, 231, 1, 'value', NULL, '{"month":"6\\u6708","monthly_nav":"-3.96","ytd_nav":"2.73"}', '2024-06-12 11:10:29', '2024-06-12 14:50:16'),
(479, NULL, 231, 1, 'value', NULL, '{"month":"5\\u6708","monthly_nav":"-1.60","ytd_nav":"1.92"}', '2024-06-12 11:08:49', '2024-06-12 14:50:12'),
(481, NULL, 232, 1, 'value', NULL, '{"2024":"983.9913","month":"5\\u6708"}', '2024-06-09 05:59:15', '2024-06-12 14:53:27'),
(482, NULL, 232, 1, 'value', NULL, '{"month":"\\u6210\\u7acb\\u81f3\\u4eca","2024":"698.6220"}', '2024-06-09 06:12:36', '2024-06-12 14:54:10'),
(483, NULL, 232, 1, 'value', NULL, '{"month":"12\\u6708","2024":"698.6220"}', '2024-06-09 06:10:56', '2024-06-12 14:54:04'),
(484, NULL, 232, 1, 'value', NULL, '{"month":"2018\\u5e745\\u670814\\u65e5\\u53d1\\u884c","2024":"1000.0000"}', '2024-06-09 05:57:34', '2024-06-12 14:53:14'),
(486, NULL, 232, 1, 'value', NULL, '{"month":"6\\u6708","2024":"945.0131"}', '2024-06-09 06:00:56', '2024-06-12 14:53:32'),
(487, NULL, 232, 1, 'value', NULL, '{"month":"7\\u6708","2024":"924.7790"}', '2024-06-09 06:02:36', '2024-06-12 14:53:37'),
(488, NULL, 232, 1, 'value', NULL, '{"month":"8\\u6708","2024":"898.4866"}', '2024-06-09 06:04:16', '2024-06-12 14:53:43'),
(489, NULL, 232, 1, 'value', NULL, '{"month":"9\\u6708","2024":"910.8903"}', '2024-06-09 06:05:56', '2024-06-12 14:53:47'),
(490, NULL, 232, 1, 'value', NULL, '{"month":"10\\u6708","2024":"736.0675"}', '2024-06-09 06:07:36', '2024-06-12 14:53:53'),
(491, NULL, 232, 1, 'value', NULL, '{"month":"11\\u6708","2024":"749.2673"}', '2024-06-09 06:09:16', '2024-06-12 14:53:59');

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

--
-- Table structure for table `wptd_options`
--

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

--
-- Dumping data for table `wptd_options`
--

INSERT INTO `wptd_options` VALUES
(1, 'siteurl', 'https://www2.zhongcai-am.com', 'yes'),
(2, 'home', 'https://www2.zhongcai-am.com', 'yes'),
(3, 'blogname', 'ZHONGCAI ASSET MANAGEMENT', 'yes'),
(4, 'blogdescription', 'ZHONGCAI ASSET MANAGEMENT 2', 'yes'),
(5, 'users_can_register', '0', 'yes'),
(6, 'admin_email', 'admin@www2.zhongcai-am.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', '7', 'yes'),
(19, 'default_comment_status', 'open', 'yes'),
(20, 'default_ping_status', 'open', 'yes'),
(21, 'default_pingback_flag', '1', 'yes'),
(22, 'posts_per_page', '10', 'yes'),
(23, 'date_format', 'F j, Y', 'yes'),
(24, 'time_format', 'g:i a', 'yes'),
(25, 'links_updated_date_format', 'F j, Y g:i a', 'yes'),
(26, 'comment_moderation', '0', 'yes'),
(27, 'moderation_notify', '1', 'yes'),
(28, 'permalink_structure', '/%year%/%monthnum%/%day%/%postname%/', 'yes'),
(30, 'hack_file', '0', 'yes'),
(31, 'blog_charset', 'UTF-8', 'yes'),
(32, 'moderation_keys', '', 'no'),
(33, 'active_plugins', 'a:6:{i:0;s:21:"polylang/polylang.php";i:1;s:23:"ninja-charts/plugin.php";i:2;s:29:"ninja-tables/ninja-tables.php";i:3;s:37:"posts-data-table/posts-data-table.php";i:4;s:29:"rss-importer/rss-importer.php";i:5;s:35:"wp-expand-tabs-free/plugin-main.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', '', 'no'),
(40, 'template', 'astra', 'yes'),
(41, 'stylesheet', 'astra', 'yes'),
(42, 'comment_registration', '0', 'yes'),
(43, 'html_type', 'text/html', 'yes'),
(44, 'use_trackback', '0', 'yes'),
(45, 'default_role', 'subscriber', 'yes'),
(46, 'db_version', '56657', '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', 'page', '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', 'large', 'yes'),
(66, 'image_default_align', '', 'yes'),
(67, 'close_comments_for_old_posts', '0', 'yes'),
(68, 'close_comments_days_old', '14', 'yes'),
(69, 'thread_comments', '1', 'yes'),
(70, 'thread_comments_depth', '5', 'yes'),
(71, 'page_comments', '0', '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:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(77, 'widget_text', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(78, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:"_multiwidget";i:1;}', 'yes'),
(79, 'uninstall_plugins', 'a:0:{}', 'no'),
(80, 'timezone_string', '', 'yes'),
(81, 'page_for_posts', '0', 'yes'),
(82, 'page_on_front', '57', 'yes'),
(83, 'default_post_format', '0', 'yes'),
(84, 'link_manager_enabled', '0', 'yes'),
(85, 'finished_splitting_shared_terms', '1', 'yes'),
(86, 'site_icon', '24', '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', '1733449877', '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', '56657', 'yes'),
(101, 'wptd_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', '1', '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:7:{s:19:"wp_inactive_widgets";a:0:{}s:12:"sidebar-main";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:18:"footer-sidebar-one";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}s:18:"footer-sidebar-two";a:0:{}s:20:"footer-sidebar-three";a:0:{}s:19:"footer-sidebar-four";a:0:{}s:13:"array_version";i:3;}', 'yes'),
(106, 'cron', 'a:8:{i:1718207600;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:1718243477;a:4:{s:32:"recovery_mode_clean_expired_keys";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s: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:1718244054;a:2:{s:19:"wp_scheduled_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}s:25:"delete_expired_transients";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1718244055;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:1718244063;a:1:{s:30:"wp_scheduled_auto_draft_delete";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:5:"daily";s:4:"args";a:0:{}s:8:"interval";i:86400;}}}i:1718503302;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:1718589077;a:1:{s:30:"wp_site_health_scheduled_check";a:1:{s:32:"40cd750bba9870f18aada2478b24840a";a:3:{s:8:"schedule";s:6:"weekly";s:4:"args";a:0:{}s:8:"interval";i:604800;}}}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, 'recovery_keys', 'a:0:{}', 'yes'),
(122, 'theme_mods_twentytwentyfour', 'a:2:{s:18:"custom_css_post_id";i:-1;s:16:"sidebars_widgets";a:2:{s:4:"time";i:1717904800;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";}}}}', 'yes'),
(123, '_transient_wp_core_block_css_files', 'a:2:{s:7:"version";s:5:"6.4.4";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:23:"post-date/style-rtl.css";i:281;s:27:"post-date/style-rtl.min.css";i:282;s:19:"post-date/style.css";i:283;s:23:"post-date/style.min.css";i:284;s:27:"post-excerpt/editor-rtl.css";i:285;s:31:"post-excerpt/editor-rtl.min.css";i:286;s:23:"post-excerpt/editor.css";i:287;s:27:"post-excerpt/editor.min.css";i:288;s:26:"post-excerpt/style-rtl.css";i:289;s:30:"post-excerpt/style-rtl.min.css";i:290;s:22:"post-excerpt/style.css";i:291;s:26:"post-excerpt/style.min.css";i:292;s:34:"post-featured-image/editor-rtl.css";i:293;s:38:"post-featured-image/editor-rtl.min.css";i:294;s:30:"post-featured-image/editor.css";i:295;s:34:"post-featured-image/editor.min.css";i:296;s:33:"post-featured-image/style-rtl.css";i:297;s:37:"post-featured-image/style-rtl.min.css";i:298;s:29:"post-featured-image/style.css";i:299;s:33:"post-featured-image/style.min.css";i:300;s:34:"post-navigation-link/style-rtl.css";i:301;s:38:"post-navigation-link/style-rtl.min.css";i:302;s:30:"post-navigation-link/style.css";i:303;s:34:"post-navigation-link/style.min.css";i:304;s:28:"post-template/editor-rtl.css";i:305;s:32:"post-template/editor-rtl.min.css";i:306;s:24:"post-template/editor.css";i:307;s:28:"post-template/editor.min.css";i:308;s:27:"post-template/style-rtl.css";i:309;s:31:"post-template/style-rtl.min.css";i:310;s:23:"post-template/style.css";i:311;s:27:"post-template/style.min.css";i:312;s:24:"post-terms/style-rtl.css";i:313;s:28:"post-terms/style-rtl.min.css";i:314;s:20:"post-terms/style.css";i:315;s:24:"post-terms/style.min.css";i:316;s:24:"post-title/style-rtl.css";i:317;s:28:"post-title/style-rtl.min.css";i:318;s:20:"post-title/style.css";i:319;s:24:"post-title/style.min.css";i:320;s:26:"preformatted/style-rtl.css";i:321;s:30:"preformatted/style-rtl.min.css";i:322;s:22:"preformatted/style.css";i:323;s:26:"preformatted/style.min.css";i:324;s:24:"pullquote/editor-rtl.css";i:325;s:28:"pullquote/editor-rtl.min.css";i:326;s:20:"pullquote/editor.css";i:327;s:24:"pullquote/editor.min.css";i:328;s:23:"pullquote/style-rtl.css";i:329;s:27:"pullquote/style-rtl.min.css";i:330;s:19:"pullquote/style.css";i:331;s:23:"pullquote/style.min.css";i:332;s:23:"pullquote/theme-rtl.css";i:333;s:27:"pullquote/theme-rtl.min.css";i:334;s:19:"pullquote/theme.css";i:335;s:23:"pullquote/theme.min.css";i:336;s:39:"query-pagination-numbers/editor-rtl.css";i:337;s:43:"query-pagination-numbers/editor-rtl.min.css";i:338;s:35:"query-pagination-numbers/editor.css";i:339;s:39:"query-pagination-numbers/editor.min.css";i:340;s:31:"query-pagination/editor-rtl.css";i:341;s:35:"query-pagination/editor-rtl.min.css";i:342;s:27:"query-pagination/editor.css";i:343;s:31:"query-pagination/editor.min.css";i:344;s:30:"query-pagination/style-rtl.css";i:345;s:34:"query-pagination/style-rtl.min.css";i:346;s:26:"query-pagination/style.css";i:347;s:30:"query-pagination/style.min.css";i:348;s:25:"query-title/style-rtl.css";i:349;s:29:"query-title/style-rtl.min.css";i:350;s:21:"query-title/style.css";i:351;s:25:"query-title/style.min.css";i:352;s:20:"query/editor-rtl.css";i:353;s:24:"query/editor-rtl.min.css";i:354;s:16:"query/editor.css";i:355;s:20:"query/editor.min.css";i:356;s:19:"query/style-rtl.css";i:357;s:23:"query/style-rtl.min.css";i:358;s:15:"query/style.css";i:359;s:19:"query/style.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'),
(167, 'widget_polylang', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(1031, '_transient_is_multi_author', '0', 'yes'),
(1029, 'sp_tab_page_id224', 'a:2:{i:0;s:3:"229";i:1;s:3:"230";}', 'yes'),
(197, 'hello_theme_version', '3.0.2', 'yes'),
(198, 'theme_mods_hello-elementor', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(992, '_site_transient_timeout_theme_roots', '1718205016', 'no'),
(993, '_site_transient_theme_roots', 'a:8:{s:5:"aasta";s:7:"/themes";s:5:"astra";s:7:"/themes";s:11:"businesstek";s:7:"/themes";s:17:"finance-elementor";s:7:"/themes";s:15:"hello-elementor";s:7:"/themes";s:16:"twentytwentyfour";s:7:"/themes";s:17:"twentytwentythree";s:7:"/themes";s:15:"twentytwentytwo";s:7:"/themes";}', 'no'),
(165, 'polylang', 'a:15:{s:7:"browser";i:0;s:7:"rewrite";i:1;s:12:"hide_default";i:1;s:10:"force_lang";i:1;s:13:"redirect_lang";i:0;s:13:"media_support";b:0;s:9:"uninstall";i:0;s:4:"sync";a:0:{}s:10:"post_types";a:0:{}s:10:"taxonomies";a:0:{}s:7:"domains";a:0:{}s:7:"version";s:5:"3.6.2";s:16:"first_activation";i:1717899033;s:12:"default_lang";s:2:"zh";s:9:"nav_menus";a:1:{s:5:"astra";a:5:{s:7:"primary";a:3:{s:2:"en";i:19;s:2:"zh";i:22;s:5:"zh-tw";i:0;}s:14:"secondary_menu";a:3:{s:2:"en";i:0;s:2:"zh";i:0;s:5:"zh-tw";i:0;}s:11:"mobile_menu";a:3:{s:2:"en";i:19;s:2:"zh";i:22;s:5:"zh-tw";i:0;}s:21:"loggedin_account_menu";a:3:{s:2:"en";i:0;s:2:"zh";i:0;s:5:"zh-tw";i:0;}s:11:"footer_menu";a:3:{s:2:"en";i:0;s:2:"zh";i:0;s:5:"zh-tw";i:0;}}}}', 'yes'),
(166, 'polylang_wpml_strings', 'a:0:{}', 'yes'),
(153, 'theme_mods_businesstek', 'a:34:{s:34:"aasta_page_header_background_color";s:15:"rgba(0,0,0,0.5)";s:34:"aasta_testomonial_background_image";s:82:"https://www2.zhongcai-am.com/wp-content/themes/businesstek/assets/img/theme-bg.jpg";s:22:"aasta_theme_color_skin";s:11:"theme-light";s:17:"aasta_theme_color";s:12:"theme-orange";s:23:"aasta_top_header_layout";s:24:"aasta_top_header_layout2";s:27:"aasta_slider_caption_layout";s:28:"aasta_slider_captoin_layout3";s:20:"aasta_service_layout";s:21:"aasta_service_layout4";s:20:"aasta_project_layout";s:21:"aasta_project_layout3";s:24:"aasta_testimonial_layout";s:25:"aasta_testimonial_layout1";s:17:"aasta_team_layout";s:18:"aasta_team_layout2";s:19:"aasta_client_layout";s:20:"aasta_client_layout2";s:17:"aasta_blog_layout";s:18:"aasta_blog_layout3";s:23:"aasta_main_header_style";s:11:"transparent";s:27:"aasta_project_column_layout";s:1:"4";s:24:"aasta_blog_column_layout";s:1:"3";s:31:"aasta_blog_front_container_size";s:14:"container-full";s:34:"aasta_project_front_container_size";s:15:"container-fluid";s:25:"aasta_typography_disabled";b:1;s:31:"aasta_typography_h1_font_family";s:12:"Josefin Sans";s:31:"aasta_typography_h2_font_family";s:12:"Josefin Sans";s:31:"aasta_typography_h3_font_family";s:12:"Josefin Sans";s:31:"aasta_typography_h4_font_family";s:12:"Josefin Sans";s:31:"aasta_typography_h5_font_family";s:12:"Josefin Sans";s:31:"aasta_typography_h6_font_family";s:12:"Josefin Sans";s:41:"aasta_typography_widget_title_font_family";s:12:"Josefin Sans";s:31:"aasta_typography_h1_font_wieght";s:3:"600";s:31:"aasta_typography_h2_font_wieght";s:3:"600";s:31:"aasta_typography_h3_font_wieght";s:3:"600";s:31:"aasta_typography_h4_font_wieght";s:3:"600";s:31:"aasta_typography_h5_font_wieght";s:3:"600";s:31:"aasta_typography_h6_font_wieght";s:3:"600";s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:0:{}s:16:"sidebars_widgets";a:2:{s:4:"time";i:1717909166;s:4:"data";a:6:{s:19:"wp_inactive_widgets";a:0:{}s:12:"sidebar-main";a:3:{i:0;s:7:"block-2";i:1;s:7:"block-3";i:2;s:7:"block-4";}s:18:"footer-sidebar-one";a:2:{i:0;s:7:"block-5";i:1;s:7:"block-6";}s:18:"footer-sidebar-two";a:0:{}s:20:"footer-sidebar-three";a:0:{}s:19:"footer-sidebar-four";a:0:{}}}}', 'yes'),
(130, '_site_transient_timeout_browser_c92baae71318dc81de51a663df2f8b4f', '1718503261', 'no'),
(131, '_site_transient_browser_c92baae71318dc81de51a663df2f8b4f', 'a:10:{s:4:"name";s:6:"Chrome";s:7:"version";s:9:"125.0.0.0";s:8:"platform";s:7:"Windows";s:10:"update_url";s:29:"https://www.google.com/chrome";s:7:"img_src";s:43:"http://s.w.org/images/browsers/chrome.png?1";s:11:"img_src_ssl";s:44:"https://s.w.org/images/browsers/chrome.png?1";s:15:"current_version";s:2:"18";s:7:"upgrade";b:0;s:8:"insecure";b:0;s:6:"mobile";b:0;}', 'no'),
(132, '_site_transient_timeout_php_check_b177535be5f1790a48742622cfd50ecb', '1718503263', 'no'),
(133, '_site_transient_php_check_b177535be5f1790a48742622cfd50ecb', '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;}', 'no'),
(134, 'can_compress_scripts', '1', 'yes'),
(1017, '_site_transient_wp_remote_block_patterns_16a3cf8a4840c15c37c5a163c8fd6688', 'a:13:{i:0;O:8:"stdClass":7:{s:2:"id";i:207567;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:11:"Link in Bio";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:6666:"\n<div class="wp-block-group has-white-background-color has-background is-layout-flow wp-block-group-is-layout-flow" style="padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0"><h1 style="font-style:normal;font-weight:700;" class="has-text-align-center wp-block-site-title has-medium-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n<p class="has-text-align-center wp-block-site-tagline">Beautifully designed patterns ready to go with a simple copy/paste</p>\n\n\n<div style="height:20px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-1 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link wp-element-button">Watch my latest videos</a></div>\n\n\n\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link wp-element-button">Buy merch</a></div>\n\n\n\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link wp-element-button">Support me on Patreon</a></div>\n\n\n\n<div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link wp-element-button">Get tickets for my show</a></div>\n</div>\n\n\n\n<ul class="wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color is-content-justification-center is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><li style="color: #000000; background-color: #ffffff; " class="wp-social-link wp-social-link-instagram has-black-color has-white-background-color wp-block-social-link"><a href="https://wordpress.org/patterns/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Instagram</span></a></li>\n\n<li style="color: #000000; background-color: #ffffff; " class="wp-social-link wp-social-link-bandcamp has-black-color has-white-background-color wp-block-social-link"><a href="https://wordpress.org/patterns/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M15.27 17.289 3 17.289 8.73 6.711 21 6.711 15.27 17.289"></path></svg><span class="wp-block-social-link-label screen-reader-text">Bandcamp</span></a></li>\n\n<li style="color: #000000; background-color: #ffffff; " class="wp-social-link wp-social-link-twitter has-black-color has-white-background-color wp-block-social-link"><a href="https://wordpress.org/patterns/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li>\n\n<li style="color: #000000; background-color: #ffffff; " class="wp-social-link wp-social-link-twitch has-black-color has-white-background-color wp-block-social-link"><a href="https://wordpress.org/patterns/" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M16.499,8.089h-1.636v4.91h1.636V8.089z M12,8.089h-1.637v4.91H12V8.089z M4.228,3.178L3,6.451v13.092h4.499V22h2.456 l2.454-2.456h3.681L21,14.636V3.178H4.228z M19.364,13.816l-2.864,2.865H12l-2.453,2.453V16.68H5.863V4.814h13.501V13.816z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitch</span></a></li></ul>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:116:"core/button,core/buttons,core/group,core/site-tagline,core/site-title,core/social-link,core/social-links,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:14:"call-to-action";i:1;s:8:"featured";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:2665:"<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|80","right":"0","bottom":"var:preset|spacing|80","left":"0"}}},"backgroundColor":"white","layout":{"type":"default"}} -->\n<div class="wp-block-group has-white-background-color has-background" style="padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0"><!-- wp:site-title {"textAlign":"center","style":{"typography":{"fontStyle":"normal","fontWeight":"700"}},"fontSize":"medium"} /-->\n\n<!-- wp:site-tagline {"textAlign":"center"} /-->\n\n<!-- wp:spacer {"height":"20px"} -->\n<div style="height:20px" 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 {"width":100} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link wp-element-button">Watch my latest videos</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"width":100} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link wp-element-button">Buy merch</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"width":100} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link wp-element-button">Support me on Patreon</a></div>\n<!-- /wp:button -->\n\n<!-- wp:button {"width":100,"className":"is-style-fill"} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link wp-element-button">Get tickets for my show</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:social-links {"iconColor":"black","iconColorValue":"#000000","iconBackgroundColor":"white","iconBackgroundColorValue":"#ffffff","size":"has-normal-icon-size","style":{"spacing":{"blockGap":{"top":"0","left":"0"},"padding":{"top":"var:preset|spacing|60","bottom":"var:preset|spacing|60"}}},"layout":{"type":"flex","justifyContent":"center"}} -->\n<ul class="wp-block-social-links has-normal-icon-size has-icon-color has-icon-background-color" style="padding-top:var(--wp--preset--spacing--60);padding-bottom:var(--wp--preset--spacing--60)"><!-- wp:social-link {"url":"https://wordpress.org/patterns/","service":"instagram"} /-->\n\n<!-- wp:social-link {"url":"https://wordpress.org/patterns/","service":"bandcamp"} /-->\n\n<!-- wp:social-link {"url":"https://wordpress.org/patterns/","service":"twitter"} /-->\n\n<!-- wp:social-link {"url":"https://wordpress.org/patterns/","service":"twitch"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->";}i:1;O:8:"stdClass":7:{s:2:"id";i:732;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:21:"Simple call to action";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:984:"\n<div class="wp-block-group alignfull has-text-color has-background is-layout-flow wp-block-group-is-layout-flow" style="background-color:#ffffff;color:#000000">\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-align-center has-small-font-size" style="line-height:.9"><strong>GET IN TOUCH</strong></p>\n\n\n\n<h2 class="has-text-align-center wp-block-heading" id="schedule-a-visit" style="font-size:59px;line-height:1.15"><strong>Schedule a Visit</strong></h2>\n\n\n\n<div class="wp-block-buttons is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-text-color has-background" style="border-radius:50px;background-color:#000000;color:#ffffff">Contact us</a></div>\n</div>\n\n\n\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:89:"A container with a white background. Inside is a centered paragraph, heading, and button.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:75:"core/button,core/buttons,core/group,core/heading,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:7:"buttons";i:1;s:8:"featured";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:1506:"<!-- wp:group {"align":"full","style":{"color":{"text":"#000000","background":"#ffffff"}}} -->\n<div class="wp-block-group alignfull has-text-color has-background" style="background-color:#ffffff;color:#000000"><!-- wp:spacer {"height":64} -->\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"align":"center","style":{"typography":{"lineHeight":".9"}},"fontSize":"small"} -->\n<p class="has-text-align-center has-small-font-size" style="line-height:.9"><strong>GET IN TOUCH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":59,"lineHeight":"1.15"}}} -->\n<h2 class="has-text-align-center" id="schedule-a-visit" style="font-size:59px;line-height:1.15"><strong>Schedule a Visit</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"width":50,"style":{"color":{"background":"#000000","text":"#ffffff"},"border":{"radius":"50px"}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-50"><a class="wp-block-button__link has-text-color has-background" style="border-radius:50px;background-color:#000000;color:#ffffff">Contact us</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {"height":64} -->\n<div style="height:64px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->";}i:2;O:8:"stdClass":7:{s:2:"id";i:678;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:26:"Three column pricing table";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3849:"\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex" style="margin-bottom:0">\n<div class="wp-block-column has-text-color has-background has-link-color wp-elements-2ae1b943d87d6b5cbc827b8e7de5c343 is-layout-flow wp-block-column-is-layout-flow" style="color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 class="wp-block-heading" id="single" style="font-size:40px"><strong>Single</strong></h2>\n\n\n\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Enrich our growing community.</strong> </p>\n\n\n\n<hr class="wp-block-separator has-text-color has-css-opacity has-background is-style-wide" style="background-color:#000000;color:#000000" />\n\n\n\n<ul class="has-normal-font-size wp-block-list">\n<li>General admission and member discounts for one adult</li>\n\n\n\n<li>One free ticket per special exhibition</li>\n\n\n\n<li>Two single-use guest passes per year</li>\n</ul>\n\n\n\n<div class="wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button" style="background-color:#000000">$110 / year</a></div>\n</div>\n</div>\n\n\n\n<div class="wp-block-column has-text-color has-background has-link-color wp-elements-c860b6260b3b3b7bae640a65db9c9aec is-layout-flow wp-block-column-is-layout-flow" style="color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 class="wp-block-heading" id="family" style="font-size:40px"><strong>Family</strong></h2>\n\n\n\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Support special exhibitions.</strong></p>\n\n\n\n<hr class="wp-block-separator has-css-opacity is-style-wide" />\n\n\n\n<ul class="has-normal-font-size wp-block-list">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Four free tickets per special exhibition</li>\n\n\n\n<li>Four single-use guest passes per year</li>\n</ul>\n\n\n\n<div class="wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button" style="background-color:#000000">$200 / year</a></div>\n</div>\n</div>\n\n\n\n<div class="wp-block-column has-text-color has-background has-link-color wp-elements-4a86cd4fa1de9230a73a90c7ad305893 is-layout-flow wp-block-column-is-layout-flow" style="color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 class="wp-block-heading" id="patron" style="font-size:40px"><strong>Patron</strong></h2>\n\n\n\n<p class="has-normal-font-size"><strong>Take support to the next level.</strong></p>\n\n\n\n<hr class="wp-block-separator has-css-opacity is-style-wide" />\n\n\n\n<ul class="has-normal-font-size wp-block-list">\n<li>General admission and member discounts for two adults</li>\n\n\n\n<li>Five free tickets per special exhibition</li>\n\n\n\n<li>Six single-use guest passes per year</li>\n</ul>\n\n\n\n<div class="wp-block-buttons alignfull is-horizontal is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button" style="background-color:#000000">$400 / year</a></div>\n</div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:272:"Three equal-width columns set up as a pricing table. The left column has a yellow background, the middle column has a light purple background, and the right column has a light blue background. Each column contains a heading, subheading, separator, list, and then a button.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:117:"core/button,core/buttons,core/column,core/columns,core/heading,core/list,core/list-item,core/paragraph,core/separator";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:14:"call-to-action";i:1;s:8:"featured";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:6125:"<!-- wp:columns {"align":"wide","style":{"spacing":{"margin":{"bottom":"0"}}}} -->\n<div class="wp-block-columns alignwide" style="margin-bottom:0"><!-- wp:column {"style":{"color":{"background":"#ffe97d","text":"#000000"},"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-column has-text-color has-background has-link-color" style="color:#000000;background-color:#ffe97d;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontSize":"40px"}},"anchor":"single"} -->\n<h2 class="wp-block-heading" id="single" style="font-size:40px"><strong>Single</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"normal"} -->\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Enrich our growing community.</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"opacity":"css","style":{"color":{"background":"#000000"}},"className":"is-style-wide"} -->\n<hr class="wp-block-separator has-text-color has-css-opacity has-background is-style-wide" style="background-color:#000000;color:#000000" />\n<!-- /wp:separator -->\n\n<!-- wp:list {"fontSize":"normal"} -->\n<ul class="has-normal-font-size"><!-- wp:list-item -->\n<li>General admission and member discounts for one adult</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>One free ticket per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Two single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons alignfull"><!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#000000"},"border":{"radius":0}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button" style="background-color:#000000">$110 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"color":{"background":"#d1d1e1","text":"#000000"},"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-column has-text-color has-background has-link-color" style="color:#000000;background-color:#d1d1e1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontSize":"40px"}},"anchor":"family"} -->\n<h2 class="wp-block-heading" id="family" style="font-size:40px"><strong>Family</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.5"}},"fontSize":"normal"} -->\n<p class="has-normal-font-size" style="line-height:1.5"><strong>Support special exhibitions.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide" />\n<!-- /wp:separator -->\n\n<!-- wp:list {"fontSize":"normal"} -->\n<ul class="has-normal-font-size"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Four single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons alignfull"><!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#000000"},"border":{"radius":0}},"className":"is-style-fill"} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100 is-style-fill"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button" style="background-color:#000000">$200 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"color":{"background":"#c0ebf1","text":"#000000"},"elements":{"link":{"color":{"text":"#000000"}}},"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-column has-text-color has-background has-link-color" style="color:#000000;background-color:#c0ebf1;padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontSize":"40px"}},"anchor":"patron"} -->\n<h2 class="wp-block-heading" id="patron" style="font-size:40px"><strong>Patron</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"fontSize":"normal"} -->\n<p class="has-normal-font-size"><strong>Take support to the next level.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {"opacity":"css","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-css-opacity is-style-wide" />\n<!-- /wp:separator -->\n\n<!-- wp:list {"fontSize":"normal"} -->\n<ul class="has-normal-font-size"><!-- wp:list-item -->\n<li>General admission and member discounts for two adults</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Five free tickets per special exhibition</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Six single-use guest passes per year</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:buttons {"align":"full","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"}} -->\n<div class="wp-block-buttons alignfull"><!-- wp:button {"textColor":"white","width":100,"style":{"color":{"background":"#000000"},"border":{"radius":0}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-white-color has-text-color has-background no-border-radius wp-element-button" style="background-color:#000000">$400 / year</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:3;O:8:"stdClass":7:{s:2:"id";i:669;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:31:"Image and quote on a background";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2281:"\n<div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#f1f5c7"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png" alt="" class="wp-image-5263 size-full" srcset="https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-1-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-1-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-1-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-1.png 1300w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">\n<div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<p style="font-size:36px;line-height:1.2"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n\n\n\n<p class="has-extra-small-font-size">– Terry a O&#8217;Neal</p>\n</div>\n</div></div>\n\n\n\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#fffdea"><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png" alt="" class="wp-image-673 size-full" srcset="https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png 1024w, https://s.w.org/patterns/files/2021/06/pear-half-300x300.png 300w, https://s.w.org/patterns/files/2021/06/pear-half-150x150.png 150w, https://s.w.org/patterns/files/2021/06/pear-half-768x768.png 768w, https://s.w.org/patterns/files/2021/06/pear-half.png 1300w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><div class="wp-block-media-text__content">\n<div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<p style="font-size:36px;line-height:1.2"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n\n\n\n<p class="has-extra-small-font-size">– Molière</p>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:221:"Two media and text blocks. The top one has a pale green background. The text is on the left and contains a quote, and the image is on the right. The next block underneath has the image on the left, and quote on the right.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:41:"core/group,core/media-text,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:6:"images";i:2;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:2404:"<!-- wp:media-text {"mediaPosition":"right","mediaId":5263,"mediaLink":"https://wordpress.org/patterns/pattern/image-and-quote-on-a-background/pear-3/","mediaType":"image","verticalAlignment":"center","style":{"color":{"background":"#f1f5c7"}}} -->\n<div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#f1f5c7"><figure class="wp-block-media-text__media"><img src="https://s.w.org/patterns/files/2021/06/pear-1-1024x1024.png" alt="" class="wp-image-5263 size-full" /></figure><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-group" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2","fontSize":"36px"}}} -->\n<p style="font-size:36px;line-height:1.2"><strong>Even the bitterest fruit has sugar in it.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"extra-small"} -->\n<p class="has-extra-small-font-size">– Terry a O''Neal</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {"mediaId":673,"mediaLink":"https://wordpress.org/patterns/pear-half/","mediaType":"image","verticalAlignment":"center","style":{"color":{"background":"#fffdea"}}} -->\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center has-background" style="background-color:#fffdea"><figure class="wp-block-media-text__media"><img src="https://s.w.org/patterns/files/2021/06/pear-half-1024x1024.png" alt="" class="wp-image-673 size-full" /></figure><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}}}} -->\n<div class="wp-block-group" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.2","fontSize":"36px"}}} -->\n<p style="font-size:36px;line-height:1.2"><strong>The trees that are slow to grow bear the best fruit.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"extra-small"} -->\n<p class="has-extra-small-font-size">– Molière</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->";}i:4;O:8:"stdClass":7:{s:2:"id";i:591;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:5:"Event";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1744:"\n<div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color wp-elements-5fce4e677a9b9d7d0cae0196c9d74d97" style="color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%"><div class="wp-block-media-text__content">\n<div class="wp-block-group has-link-color wp-elements-71b4a847bbd96313422a1303e9ba41f3 is-layout-flow wp-block-group-is-layout-flow" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em">\n<h2 class="wp-block-heading" style="font-size:48px;font-weight:700;line-height:1.15">Opening <br>Party</h2>\n\n\n\n<p class="has-text-color has-link-color wp-elements-0860918d5b16b9e1778b1966b333b980" style="color:#fffdc7"><strong><a href="#">RSVP <span aria-hidden="true" class="wp-exclude-emoji">→</span></a></strong></p>\n</div>\n</div><figure class="wp-block-media-text__media"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg" alt="" class="wp-image-590 size-full" srcset="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1536x1536.jpg 1536w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1.jpg 1572w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:54:"core/group,core/heading,core/media-text,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:3:{i:0;s:6:"banner";i:1;s:8:"featured";i:2;s:6:"images";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:1617:"<!-- wp:media-text {"align":"full","mediaPosition":"right","mediaId":590,"mediaLink":"https://wordpress.org/patterns/image-from-rawpixel-id-430289-jpeg-1/","mediaType":"image","mediaWidth":60,"verticalAlignment":"top","style":{"color":{"background":"#121c1c","text":"#fffdc7"},"elements":{"link":{"color":{"text":"#fffdc7"}}}}} -->\n<div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-top has-text-color has-background has-link-color" style="color:#fffdc7;background-color:#121c1c;grid-template-columns:auto 60%"><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"top":"2em","right":"2em","bottom":"2em","left":"2em"}},"elements":{"link":{"color":{"text":"#fffdc7"}}}}} -->\n<div class="wp-block-group has-link-color" style="padding-top:2em;padding-right:2em;padding-bottom:2em;padding-left:2em"><!-- wp:heading {"style":{"typography":{"fontWeight":"700","fontSize":"48px","lineHeight":"1.15"}}} -->\n<h2 class="wp-block-heading" style="font-size:48px;font-weight:700;line-height:1.15">Opening <br>Party</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"elements":{"link":{"color":{"text":"#fffdc7"}}},"color":{"text":"#fffdc7"}}} -->\n<p class="has-text-color has-link-color" style="color:#fffdc7"><strong><a href="#">RSVP →</a></strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class="wp-block-media-text__media"><img src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-430289-jpeg-1-1024x1024.jpg" alt="" class="wp-image-590 size-full" /></figure></div>\n<!-- /wp:media-text -->";}i:5;O:8:"stdClass":7:{s:2:"id";i:573;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Image on solid color with description";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1913:"\n<div class="wp-block-columns alignfull is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">\n<div class="wp-block-cover has-background-dim" style="background-color:#f6f6f6;min-height:600px;aspect-ratio:unset;aspect-ratio:unset;"><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-image"><figure class="aligncenter size-medium"><img loading="lazy" decoding="async" width="263" height="300" src="https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg" alt="" class="wp-image-571" srcset="https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg 263w, https://s.w.org/patterns/files/2021/06/wire-sculpture-898x1024.jpg 898w, https://s.w.org/patterns/files/2021/06/wire-sculpture-768x875.jpg 768w, https://s.w.org/patterns/files/2021/06/wire-sculpture-1347x1536.jpg 1347w, https://s.w.org/patterns/files/2021/06/wire-sculpture.jpg 1658w" sizes="(max-width: 263px) 100vw, 263px" /></figure></div>\n</div></div>\n</div>\n\n\n\n<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em">\n<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:320px">\n<p class="has-small-font-size" style="line-height:1.6"><strong>Airplane</strong></p>\n\n\n\n<p class="has-small-font-size" style="line-height:1.6">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n</div>\n</div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:38:"Image on solid color with description.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:61:"core/column,core/columns,core/cover,core/image,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:6:"images";i:2;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:1826:"<!-- wp:columns {"align":"full"} -->\n<div class="wp-block-columns alignfull"><!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:cover {"customOverlayColor":"#f6f6f6","minHeight":600} -->\n<div class="wp-block-cover has-background-dim" style="background-color:#f6f6f6;min-height:600px"><div class="wp-block-cover__inner-container"><!-- wp:image {"align":"center","id":571,"sizeSlug":"medium","linkDestination":"none"} -->\n<div class="wp-block-image"><figure class="aligncenter size-medium"><img src="https://s.w.org/patterns/files/2021/06/wire-sculpture-263x300.jpg" alt="" class="wp-image-571" /></figure></div>\n<!-- /wp:image --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","style":{"spacing":{"padding":{"top":"1em","right":"1em","bottom":"1em","left":"1em"}}}} -->\n<div class="wp-block-column is-vertically-aligned-center" style="padding-top:1em;padding-right:1em;padding-bottom:1em;padding-left:1em"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"320px"} -->\n<div class="wp-block-column" style="flex-basis:320px"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.6"}},"fontSize":"small"} -->\n<p class="has-small-font-size" style="line-height:1.6"><strong>Airplane</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.6"}},"fontSize":"small"} -->\n<p class="has-small-font-size" style="line-height:1.6">Copper wire, wood base. I created this piece in late 2008. For this work, I aimed to convey both the industrial heaviness of an airplane, but also the cloudlike floating quality you feel when you’re in one.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:6;O:8:"stdClass":7:{s:2:"id";i:526;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:31:"Offset images with descriptions";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3006:"\n<div class="wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow">\n<div class="wp-block-group wp-container-content-2 is-vertical is-content-justification-left is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex" style="margin-top:0;margin-bottom:0">\n<figure class="wp-block-image size-large wp-container-content-1"><img loading="lazy" decoding="async" width="793" height="1024" src="https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg" alt="Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. " class="wp-image-525" srcset="https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg 793w, https://s.w.org/patterns/files/2021/06/Iris-232x300.jpg 232w, https://s.w.org/patterns/files/2021/06/Iris-768x992.jpg 768w, https://s.w.org/patterns/files/2021/06/Iris-1189x1536.jpg 1189w, https://s.w.org/patterns/files/2021/06/Iris-1586x2048.jpg 1586w, https://s.w.org/patterns/files/2021/06/Iris.jpg 1920w" sizes="(max-width: 793px) 100vw, 793px" /></figure>\n\n\n\n<div class="wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-6 wp-block-group-is-layout-flex">\n<p class="has-medium-font-size"><strong>White Irises</strong></p>\n\n\n\n<p class="has-small-font-size">Ogawa Kazumasa</p>\n</div>\n</div>\n</div>\n\n\n\n<div class="wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow">\n<div class="wp-block-group wp-container-content-3 is-vertical is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex" style="margin-top:0;margin-bottom:0">\n<div class="wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex">\n<div style="height:80px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-medium-font-size"><strong>Cherry Blossom</strong></p>\n\n\n\n<p class="has-small-font-size">Ogawa Kazumasa</p>\n</div>\n\n\n\n<figure class="wp-block-image size-large" style="font-size:14px"><img loading="lazy" decoding="async" width="707" height="1024" src="https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg" alt="Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. " class="wp-image-524" srcset="https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg 707w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-207x300.jpg 207w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-768x1112.jpg 768w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1061x1536.jpg 1061w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-1414x2048.jpg 1414w, https://s.w.org/patterns/files/2021/06/Cherry-Blossom-scaled.jpg 1768w" sizes="(max-width: 707px) 100vw, 707px" /></figure>\n</div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:58:"Two offset columns with images and titles within each one.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:73:"core/column,core/columns,core/group,core/image,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:3:{i:0;s:8:"featured";i:1;s:7:"gallery";i:2;s:6:"images";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:2930:"<!-- wp:columns {"verticalAlignment":"top","align":"wide","style":{"spacing":{"blockGap":{"top":"var:preset|spacing|40","left":"var:preset|spacing|40"}}}} -->\n<div class="wp-block-columns alignwide are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top"} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"480px"},"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap","justifyContent":"left"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:image {"id":525,"sizeSlug":"large","linkDestination":"none","style":{"layout":{"selfStretch":"fixed","flexSize":"50%"}}} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/patterns/files/2021/06/Iris-793x1024.jpg" alt="Beautiful photomechanical prints of White Irises (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. " class="wp-image-525" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"medium"} -->\n<p class="has-medium-font-size"><strong>White Irises</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"small"} -->\n<p class="has-small-font-size">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top"} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"480px"},"spacing":{"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0"><!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->\n<div class="wp-block-group"><!-- wp:spacer {"height":"80px"} -->\n<div style="height:80px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"fontSize":"medium"} -->\n<p class="has-medium-font-size"><strong>Cherry Blossom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"fontSize":"small"} -->\n<p class="has-small-font-size">Ogawa Kazumasa</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {"id":524,"sizeSlug":"large","linkDestination":"none","style":{"typography":{"fontSize":"14px"}}} -->\n<figure class="wp-block-image size-large" style="font-size:14px"><img src="https://s.w.org/patterns/files/2021/06/Cherry-Blossom-707x1024.jpg" alt="Beautiful photomechanical prints of Cherry Blossom (1887-1897) by Ogawa Kazumasa. Original from The Rijksmuseum. " class="wp-image-524" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:7;O:8:"stdClass":7:{s:2:"id";i:521;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:45:"Image with description below and to the right";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1709:"\n<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:10%"></div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="1024" src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg" alt="Vintage Cupid Illustration" class="wp-image-522" srcset="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg 1024w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-300x300.jpg 300w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-150x150.jpg 150w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-768x768.jpg 768w, https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1.jpg 1510w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:10%"></div>\n</div>\n\n\n\n<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p style="font-size:14px"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n</div>\n</div>\n\n\n\n<p></p>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:46:"Image with description below and to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:50:"core/column,core/columns,core/image,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:6:"images";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:1241:"<!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"10%"} -->\n<div class="wp-block-column" style="flex-basis:10%"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:image {"id":522,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/patterns/files/2021/06/image-from-rawpixel-id-539759-jpeg-1-1024x1024.jpg" alt="Vintage Cupid Illustration" class="wp-image-522" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"10%"} -->\n<div class="wp-block-column" style="flex-basis:10%"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":"14px"}}} -->\n<p style="font-size:14px"><strong>Cupid in Flight</strong><br>48” x 48” Giclee print on archival paper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->";}i:8;O:8:"stdClass":7:{s:2:"id";i:502;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:13:"Event details";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1706:"\n<figure class="wp-block-image alignwide size-full"><img loading="lazy" decoding="async" width="2560" height="1227" src="https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg" alt="Image of a woman being carried through the air by swans." class="wp-image-501" srcset="https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg 2560w, https://s.w.org/patterns/files/2021/06/Group-17-300x144.jpg 300w, https://s.w.org/patterns/files/2021/06/Group-17-1024x491.jpg 1024w, https://s.w.org/patterns/files/2021/06/Group-17-768x368.jpg 768w, https://s.w.org/patterns/files/2021/06/Group-17-1536x736.jpg 1536w, https://s.w.org/patterns/files/2021/06/Group-17-2048x981.jpg 2048w" sizes="(max-width: 2560px) 100vw, 2560px" /></figure>\n\n\n\n<div class="wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">\n<p style="line-height:2"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n</div>\n\n\n\n<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">\n<p style="line-height:2"><strong>Date:</strong><br>October 24, 2021</p>\n</div>\n\n\n\n<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow">\n<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#efefef;background-color:#262626">Purchase Tickets</a></div>\n</div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:14:"Event details.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:75:"core/button,core/buttons,core/column,core/columns,core/image,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:14:"call-to-action";i:1;s:8:"featured";}s:13:"keyword_slugs";a:1:{i:0;s:8:"featured";}s:15:"pattern_content";s:1642:"<!-- wp:image {"align":"wide","id":501,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image alignwide size-full"><img src="https://s.w.org/patterns/files/2021/06/Group-17-scaled.jpg" alt="Image of a woman being carried through the air by swans." class="wp-image-501" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->\n<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"verticalAlignment":"center"} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"2"}}} -->\n<p style="line-height:2"><strong>Location:</strong><br>82 Main St. Brooklyn, NY</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center"} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"2"}}} -->\n<p style="line-height:2"><strong>Date:</strong><br>October 24, 2021</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center"} -->\n<div class="wp-block-column is-vertically-aligned-center"><!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"width":100,"style":{"color":{"background":"#262626","text":"#efefef"}}} -->\n<div class="wp-block-button has-custom-width wp-block-button__width-100"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#efefef;background-color:#262626">Purchase Tickets</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:9;O:8:"stdClass":7:{s:2:"id";i:199;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:34:"Three columns with images and text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3578:"\n<div class="wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow" style="background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw">\n<div class="wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex" style="padding-right:0;padding-left:0">\n<h6 class="wp-block-heading has-text-color" id="ecosystem" style="color:#000000;font-size:16px">ECOSYSTEM</h6>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none">Positive growth.</p>\n</div>\n\n\n\n<div style="height:1vw" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.38%">\n<p class="has-text-color" style="color:#000000;font-size:17px"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:17px">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33%">\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.62%">\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n</div>\n</div>\n\n\n\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:69%">\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure>\n</div>\n\n\n\n<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33%">\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:17px">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:77:"Three columns with images and text, with vertical spacing for an offset look.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:86:"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:5:{i:0;s:7:"columns";i:1;s:8:"featured";i:2;s:7:"gallery";i:3;s:6:"images";i:4;s:4:"text";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:5124:"<!-- wp:group {"align":"full","style":{"color":{"background":"#f5eac1"},"spacing":{"padding":{"top":"6vw","bottom":"6vw","left":"6vw","right":"6vw"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull has-background" style="background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw"><!-- wp:group {"style":{"spacing":{"blockGap":"16px","padding":{"right":"0","left":"0"}}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->\n<div class="wp-block-group" style="padding-right:0;padding-left:0"><!-- wp:heading {"level":6,"style":{"color":{"text":"#000000"},"typography":{"fontSize":"16px"}},"anchor":"ecosystem"} -->\n<h6 class="wp-block-heading has-text-color" id="ecosystem" style="color:#000000;font-size:16px">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"0.9","fontSize":"6vw","fontStyle":"normal","fontWeight":"700","textTransform":"none","textDecoration":"none","letterSpacing":"0px"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"1vw"} -->\n<div style="height:1vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"3vw","padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->\n<div class="wp-block-group alignwide" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"3vw","left":"3vw"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.38%"} -->\n<div class="wp-block-column" style="flex-basis:33.38%"><!-- wp:paragraph {"style":{"color":{"text":"#000000"},"typography":{"fontSize":"17px"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#000000"},"typography":{"fontSize":"17px"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33%"} -->\n<div class="wp-block-column" style="flex-basis:33%"><!-- wp:spacer {"height":"2vw"} -->\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33.62%"} -->\n<div class="wp-block-column" style="flex-basis:33.62%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"3vw"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"69%"} -->\n<div class="wp-block-column" style="flex-basis:69%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"33%"} -->\n<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33%"><!-- wp:spacer {"height":"2vw"} -->\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#000000"},"typography":{"fontSize":"17px"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man''s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:10;O:8:"stdClass":7:{s:2:"id";i:192;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Media and text with image on the left";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:611:"\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content">\n<h3 class="wp-block-heading has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n\n\n\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study <span aria-hidden="true" class="wp-exclude-emoji">↗</span></a></p>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:66:"Media and text block with image to the left and text to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:43:"core/heading,core/media-text,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:8:"featured";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:844:"<!-- wp:media-text {"align":"full","mediaType":"image","verticalAlignment":"center"} -->\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content"><!-- wp:heading {"textAlign":"center","level":3,"style":{"color":{"text":"#000000"}}} -->\n<h3 class="wp-block-heading has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","fontSize":"extra-small"} -->\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->";}i:11;O:8:"stdClass":7:{s:2:"id";i:185;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:35:"Large header with left-aligned text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1382:"\n<div class="wp-block-cover alignfull" style="min-height:800px;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-60 has-background-dim"></span><img decoding="async" class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<h2 class="wp-block-heading alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n\n\n\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-10 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:55%">\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:29:"Cover image with quote on top";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:75:"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:8:"featured";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1698:"<!-- wp:cover {"url":"https://s.w.org/images/core/5.8/forest.jpg","dimRatio":60,"minHeight":800,"align":"full"} -->\n<div class="wp-block-cover alignfull" style="min-height:800px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-60 has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container"><!-- wp:heading {"align":"wide","style":{"color":{"text":"#ffe074"},"typography":{"fontSize":"64px"}}} -->\n<h2 class="wp-block-heading alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"55%"} -->\n<div class="wp-block-column" style="flex-basis:55%"><!-- wp:spacer {"height":"330px"} -->\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#ffe074"},"typography":{"lineHeight":"1.3","fontSize":"12px"}}} -->\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->";}i:12;O:8:"stdClass":7:{s:2:"id";i:184;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:7:"Heading";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:526:"\n<h2 class="alignwide wp-block-heading" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:17:"large text, title";s:16:"wpop_description";s:12:"Heading text";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:1:{i:0;s:12:"core/heading";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:12:"core/heading";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:4:"text";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:621:"<!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"48px","lineHeight":"1.1"}}} -->\n<h2 class="alignwide" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We''re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->";}}', 'no');
INSERT INTO `wptd_options` VALUES
(854, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1718218860', 'no'),
(855, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1718218860', 'no'),
(856, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1718175660', 'no'),
(857, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1718218860', 'no'),
(858, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://wordpress.org/news/2024/06/wordpress-6-6-beta-2/''>WordPress 6.6 Beta 2</a></li><li><a class=''rsswidget'' href=''https://wordpress.org/news/2024/06/episode-81-its-your-first-wordcamp-welcome/''>WP Briefing: Episode 81: It’s your first WordCamp? Welcome!</a></li></ul></div><div class="rss-widget"><ul><li><a class=''rsswidget'' href=''https://heropress.com/essays/providing-great-value-to-wordpress-without-coding/#utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=providing-great-value-to-wordpress-without-coding''>HeroPress: Providing great value to WordPress without coding – Denna text finns även på svenska nedan – Это эссе также есть на русском ниже</a></li><li><a class=''rsswidget'' href=''https://wordpress.org/news/2024/06/wordpress-6-6-beta-2/''>WordPress.org blog: WordPress 6.6 Beta 2</a></li><li><a class=''rsswidget'' href=''https://dothewoo.io/a-new-show-scaling-enterprise-wordpress-and-oss/''>Do The Woo Community: A New Show. Scaling Enterprise, WordPress and OSS</a></li></ul></div>', 'no'),
(150, 'finished_updating_comment_type', '1', 'yes'),
(154, 'fresh_businesstek_site_activate', '1', 'yes'),
(205, 'theme_mods_aasta', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(227, 'nav_menu_options', 'a:1:{s:8:"auto_add";a:0:{}}', 'yes'),
(158, 'recently_activated', 'a:0:{}', 'yes'),
(1016, '_site_transient_timeout_wp_remote_block_patterns_16a3cf8a4840c15c37c5a163c8fd6688', '1718207778', 'no'),
(1011, 'sp_tab_page_id177', 'a:2:{i:0;s:3:"173";i:1;s:3:"172";}', 'yes'),
(172, 'rewrite_rules', 'a:200:{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:59:"^(en|zh-tw)/wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$";s:92:"index.php?lang=$matches[1]&sitemap=$matches[2]&sitemap-subtype=$matches[3]&paged=$matches[4]";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:45:"^(en|zh-tw)/wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:64:"index.php?lang=$matches[1]&sitemap=$matches[2]&paged=$matches[3]";s:34:"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$";s:47:"index.php?sitemap=$matches[1]&paged=$matches[2]";s:58:"(en|zh-tw)/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]";s:47:"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:53:"(en|zh-tw)/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:69:"index.php?lang=$matches[1]&category_name=$matches[2]&feed=$matches[3]";s:42:"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$";s:52:"index.php?category_name=$matches[1]&feed=$matches[2]";s:34:"(en|zh-tw)/category/(.+?)/embed/?$";s:63:"index.php?lang=$matches[1]&category_name=$matches[2]&embed=true";s:23:"category/(.+?)/embed/?$";s:46:"index.php?category_name=$matches[1]&embed=true";s:46:"(en|zh-tw)/category/(.+?)/page/?([0-9]{1,})/?$";s:70:"index.php?lang=$matches[1]&category_name=$matches[2]&paged=$matches[3]";s:35:"category/(.+?)/page/?([0-9]{1,})/?$";s:53:"index.php?category_name=$matches[1]&paged=$matches[2]";s:28:"(en|zh-tw)/category/(.+?)/?$";s:52:"index.php?lang=$matches[1]&category_name=$matches[2]";s:17:"category/(.+?)/?$";s:35:"index.php?category_name=$matches[1]";s:55:"(en|zh-tw)/tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]";s:44:"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:50:"(en|zh-tw)/tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?lang=$matches[1]&tag=$matches[2]&feed=$matches[3]";s:39:"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:42:"index.php?tag=$matches[1]&feed=$matches[2]";s:31:"(en|zh-tw)/tag/([^/]+)/embed/?$";s:53:"index.php?lang=$matches[1]&tag=$matches[2]&embed=true";s:20:"tag/([^/]+)/embed/?$";s:36:"index.php?tag=$matches[1]&embed=true";s:43:"(en|zh-tw)/tag/([^/]+)/page/?([0-9]{1,})/?$";s:60:"index.php?lang=$matches[1]&tag=$matches[2]&paged=$matches[3]";s:32:"tag/([^/]+)/page/?([0-9]{1,})/?$";s:43:"index.php?tag=$matches[1]&paged=$matches[2]";s:25:"(en|zh-tw)/tag/([^/]+)/?$";s:42:"index.php?lang=$matches[1]&tag=$matches[2]";s:14:"tag/([^/]+)/?$";s:25:"index.php?tag=$matches[1]";s:56:"(en|zh-tw)/type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:67:"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]";s:45:"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?lang=zh&post_format=$matches[1]&feed=$matches[2]";s:51:"(en|zh-tw)/type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:67:"index.php?lang=$matches[1]&post_format=$matches[2]&feed=$matches[3]";s:40:"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?lang=zh&post_format=$matches[1]&feed=$matches[2]";s:32:"(en|zh-tw)/type/([^/]+)/embed/?$";s:61:"index.php?lang=$matches[1]&post_format=$matches[2]&embed=true";s:21:"type/([^/]+)/embed/?$";s:52:"index.php?lang=zh&post_format=$matches[1]&embed=true";s:44:"(en|zh-tw)/type/([^/]+)/page/?([0-9]{1,})/?$";s:68:"index.php?lang=$matches[1]&post_format=$matches[2]&paged=$matches[3]";s:33:"type/([^/]+)/page/?([0-9]{1,})/?$";s:59:"index.php?lang=zh&post_format=$matches[1]&paged=$matches[2]";s:26:"(en|zh-tw)/type/([^/]+)/?$";s:50:"index.php?lang=$matches[1]&post_format=$matches[2]";s:15:"type/([^/]+)/?$";s:41:"index.php?lang=zh&post_format=$matches[1]";s:39:"ninja-table/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:49:"ninja-table/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:69:"ninja-table/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"ninja-table/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:64:"ninja-table/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:45:"ninja-table/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:28:"ninja-table/([^/]+)/embed/?$";s:59:"index.php?post_type=ninja-table&name=$matches[1]&embed=true";s:32:"ninja-table/([^/]+)/trackback/?$";s:53:"index.php?post_type=ninja-table&name=$matches[1]&tb=1";s:40:"ninja-table/([^/]+)/page/?([0-9]{1,})/?$";s:66:"index.php?post_type=ninja-table&name=$matches[1]&paged=$matches[2]";s:47:"ninja-table/([^/]+)/comment-page-([0-9]{1,})/?$";s:66:"index.php?post_type=ninja-table&name=$matches[1]&cpage=$matches[2]";s:36:"ninja-table/([^/]+)(?:/([0-9]+))?/?$";s:65:"index.php?post_type=ninja-table&name=$matches[1]&page=$matches[2]";s:28:"ninja-table/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:38:"ninja-table/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:58:"ninja-table/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"ninja-table/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:53:"ninja-table/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:34:"ninja-table/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:12:"robots\\.txt$";s:18:"index.php?robots=1";s:13:"favicon\\.ico$";s:19:"index.php?favicon=1";s:48:".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$";s:18:"index.php?feed=old";s:20:".*wp-app\\.php(/.*)?$";s:19:"index.php?error=403";s:18:".*wp-register.php$";s:23:"index.php?register=true";s:43:"(en|zh-tw)/feed/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?lang=$matches[1]&&feed=$matches[2]";s:32:"feed/(feed|rdf|rss|rss2|atom)/?$";s:35:"index.php?lang=zh&&feed=$matches[1]";s:38:"(en|zh-tw)/(feed|rdf|rss|rss2|atom)/?$";s:44:"index.php?lang=$matches[1]&&feed=$matches[2]";s:27:"(feed|rdf|rss|rss2|atom)/?$";s:35:"index.php?lang=zh&&feed=$matches[1]";s:19:"(en|zh-tw)/embed/?$";s:38:"index.php?lang=$matches[1]&&embed=true";s:8:"embed/?$";s:29:"index.php?lang=zh&&embed=true";s:31:"(en|zh-tw)/page/?([0-9]{1,})/?$";s:45:"index.php?lang=$matches[1]&&paged=$matches[2]";s:20:"page/?([0-9]{1,})/?$";s:36:"index.php?lang=zh&&paged=$matches[1]";s:38:"(en|zh-tw)/comment-page-([0-9]{1,})/?$";s:56:"index.php?lang=$matches[1]&&page_id=57&cpage=$matches[2]";s:27:"comment-page-([0-9]{1,})/?$";s:47:"index.php?lang=zh&&page_id=57&cpage=$matches[1]";s:13:"(en|zh-tw)/?$";s:26:"index.php?lang=$matches[1]";s:52:"(en|zh-tw)/comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1";s:41:"comments/feed/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?lang=zh&&feed=$matches[1]&withcomments=1";s:47:"(en|zh-tw)/comments/(feed|rdf|rss|rss2|atom)/?$";s:59:"index.php?lang=$matches[1]&&feed=$matches[2]&withcomments=1";s:36:"comments/(feed|rdf|rss|rss2|atom)/?$";s:50:"index.php?lang=zh&&feed=$matches[1]&withcomments=1";s:28:"(en|zh-tw)/comments/embed/?$";s:38:"index.php?lang=$matches[1]&&embed=true";s:17:"comments/embed/?$";s:29:"index.php?lang=zh&&embed=true";s:55:"(en|zh-tw)/search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]";s:44:"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?lang=zh&s=$matches[1]&feed=$matches[2]";s:50:"(en|zh-tw)/search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:57:"index.php?lang=$matches[1]&s=$matches[2]&feed=$matches[3]";s:39:"search/(.+)/(feed|rdf|rss|rss2|atom)/?$";s:48:"index.php?lang=zh&s=$matches[1]&feed=$matches[2]";s:31:"(en|zh-tw)/search/(.+)/embed/?$";s:51:"index.php?lang=$matches[1]&s=$matches[2]&embed=true";s:20:"search/(.+)/embed/?$";s:42:"index.php?lang=zh&s=$matches[1]&embed=true";s:43:"(en|zh-tw)/search/(.+)/page/?([0-9]{1,})/?$";s:58:"index.php?lang=$matches[1]&s=$matches[2]&paged=$matches[3]";s:32:"search/(.+)/page/?([0-9]{1,})/?$";s:49:"index.php?lang=zh&s=$matches[1]&paged=$matches[2]";s:25:"(en|zh-tw)/search/(.+)/?$";s:40:"index.php?lang=$matches[1]&s=$matches[2]";s:14:"search/(.+)/?$";s:31:"index.php?lang=zh&s=$matches[1]";s:58:"(en|zh-tw)/author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:67:"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]";s:47:"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?lang=zh&author_name=$matches[1]&feed=$matches[2]";s:53:"(en|zh-tw)/author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:67:"index.php?lang=$matches[1]&author_name=$matches[2]&feed=$matches[3]";s:42:"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:58:"index.php?lang=zh&author_name=$matches[1]&feed=$matches[2]";s:34:"(en|zh-tw)/author/([^/]+)/embed/?$";s:61:"index.php?lang=$matches[1]&author_name=$matches[2]&embed=true";s:23:"author/([^/]+)/embed/?$";s:52:"index.php?lang=zh&author_name=$matches[1]&embed=true";s:46:"(en|zh-tw)/author/([^/]+)/page/?([0-9]{1,})/?$";s:68:"index.php?lang=$matches[1]&author_name=$matches[2]&paged=$matches[3]";s:35:"author/([^/]+)/page/?([0-9]{1,})/?$";s:59:"index.php?lang=zh&author_name=$matches[1]&paged=$matches[2]";s:28:"(en|zh-tw)/author/([^/]+)/?$";s:50:"index.php?lang=$matches[1]&author_name=$matches[2]";s:17:"author/([^/]+)/?$";s:41:"index.php?lang=zh&author_name=$matches[1]";s:80:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]";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:75:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&feed=$matches[5]";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:56:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$";s:91:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&embed=true";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:68:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:98:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&paged=$matches[5]";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:50:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$";s:80:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$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:67:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$";s:81:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]";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:62:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$";s:81:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&feed=$matches[4]";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:43:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/embed/?$";s:75:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&embed=true";s:32:"([0-9]{4})/([0-9]{1,2})/embed/?$";s:58:"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true";s:55:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$";s:82:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&paged=$matches[4]";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:37:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/?$";s:64:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]";s:26:"([0-9]{4})/([0-9]{1,2})/?$";s:47:"index.php?year=$matches[1]&monthnum=$matches[2]";s:54:"(en|zh-tw)/([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]";s:43:"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:49:"(en|zh-tw)/([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:60:"index.php?lang=$matches[1]&year=$matches[2]&feed=$matches[3]";s:38:"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$";s:43:"index.php?year=$matches[1]&feed=$matches[2]";s:30:"(en|zh-tw)/([0-9]{4})/embed/?$";s:54:"index.php?lang=$matches[1]&year=$matches[2]&embed=true";s:19:"([0-9]{4})/embed/?$";s:37:"index.php?year=$matches[1]&embed=true";s:42:"(en|zh-tw)/([0-9]{4})/page/?([0-9]{1,})/?$";s:61:"index.php?lang=$matches[1]&year=$matches[2]&paged=$matches[3]";s:31:"([0-9]{4})/page/?([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&paged=$matches[2]";s:24:"(en|zh-tw)/([0-9]{4})/?$";s:43:"index.php?lang=$matches[1]&year=$matches[2]";s:13:"([0-9]{4})/?$";s:26:"index.php?year=$matches[1]";s:69:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:49:"index.php?lang=$matches[1]&attachment=$matches[2]";s:58:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:79:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:54:"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1";s:68:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:99:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:66:"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]";s:88:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:94:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:66:"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:94:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:67:"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]";s:83:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:75:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:60:"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true";s:64:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:64:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:108:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&embed=true";s:53:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$";s:91:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true";s:68:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:102:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&tb=1";s:57:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$";s:85:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1";s:88:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:114:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&feed=$matches[6]";s:77:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:83:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:114:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&feed=$matches[6]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]";s:76:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:115:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&paged=$matches[6]";s:65:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]";s:83:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:115:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&cpage=$matches[6]";s:72:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$";s:98:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]";s:72:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:114:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&name=$matches[5]&page=$matches[6]";s:61:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$";s:97:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]";s:58:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:49:"index.php?lang=$matches[1]&attachment=$matches[2]";s:47:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:68:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:54:"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1";s:57:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:88:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:66:"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]";s:77:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:66:"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:83:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:67:"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]";s:72:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:64:"(en|zh-tw)/[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:60:"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true";s:53:"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:75:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:98:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&day=$matches[4]&cpage=$matches[5]";s:64:"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:81:"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]";s:62:"(en|zh-tw)/([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:82:"index.php?lang=$matches[1]&year=$matches[2]&monthnum=$matches[3]&cpage=$matches[4]";s:51:"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$";s:65:"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]";s:49:"(en|zh-tw)/([0-9]{4})/comment-page-([0-9]{1,})/?$";s:61:"index.php?lang=$matches[1]&year=$matches[2]&cpage=$matches[3]";s:38:"([0-9]{4})/comment-page-([0-9]{1,})/?$";s:44:"index.php?year=$matches[1]&cpage=$matches[2]";s:38:"(en|zh-tw)/.?.+?/attachment/([^/]+)/?$";s:49:"index.php?lang=$matches[1]&attachment=$matches[2]";s:27:".?.+?/attachment/([^/]+)/?$";s:32:"index.php?attachment=$matches[1]";s:48:"(en|zh-tw)/.?.+?/attachment/([^/]+)/trackback/?$";s:54:"index.php?lang=$matches[1]&attachment=$matches[2]&tb=1";s:37:".?.+?/attachment/([^/]+)/trackback/?$";s:37:"index.php?attachment=$matches[1]&tb=1";s:68:"(en|zh-tw)/.?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:66:"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]";s:57:".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"(en|zh-tw)/.?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:66:"index.php?lang=$matches[1]&attachment=$matches[2]&feed=$matches[3]";s:52:".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$";s:49:"index.php?attachment=$matches[1]&feed=$matches[2]";s:63:"(en|zh-tw)/.?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:67:"index.php?lang=$matches[1]&attachment=$matches[2]&cpage=$matches[3]";s:52:".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$";s:50:"index.php?attachment=$matches[1]&cpage=$matches[2]";s:44:"(en|zh-tw)/.?.+?/attachment/([^/]+)/embed/?$";s:60:"index.php?lang=$matches[1]&attachment=$matches[2]&embed=true";s:33:".?.+?/attachment/([^/]+)/embed/?$";s:43:"index.php?attachment=$matches[1]&embed=true";s:27:"(en|zh-tw)/(.?.+?)/embed/?$";s:58:"index.php?lang=$matches[1]&pagename=$matches[2]&embed=true";s:16:"(.?.+?)/embed/?$";s:41:"index.php?pagename=$matches[1]&embed=true";s:31:"(en|zh-tw)/(.?.+?)/trackback/?$";s:52:"index.php?lang=$matches[1]&pagename=$matches[2]&tb=1";s:20:"(.?.+?)/trackback/?$";s:35:"index.php?pagename=$matches[1]&tb=1";s:51:"(en|zh-tw)/(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]";s:40:"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:46:"(en|zh-tw)/(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:64:"index.php?lang=$matches[1]&pagename=$matches[2]&feed=$matches[3]";s:35:"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$";s:47:"index.php?pagename=$matches[1]&feed=$matches[2]";s:39:"(en|zh-tw)/(.?.+?)/page/?([0-9]{1,})/?$";s:65:"index.php?lang=$matches[1]&pagename=$matches[2]&paged=$matches[3]";s:28:"(.?.+?)/page/?([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&paged=$matches[2]";s:46:"(en|zh-tw)/(.?.+?)/comment-page-([0-9]{1,})/?$";s:65:"index.php?lang=$matches[1]&pagename=$matches[2]&cpage=$matches[3]";s:35:"(.?.+?)/comment-page-([0-9]{1,})/?$";s:48:"index.php?pagename=$matches[1]&cpage=$matches[2]";s:35:"(en|zh-tw)/(.?.+?)(?:/([0-9]+))?/?$";s:64:"index.php?lang=$matches[1]&pagename=$matches[2]&page=$matches[3]";s:24:"(.?.+?)(?:/([0-9]+))?/?$";s:47:"index.php?pagename=$matches[1]&page=$matches[2]";}', 'yes'),
(384, 'category_children', 'a:0:{}', 'yes'),
(232, 'astra-settings', 'a:1951:{s:18:"theme-auto-version";s:5:"4.7.0";s:26:"blog-single-post-structure";a:2:{i:0;s:12:"single-image";i:1;s:17:"single-title-meta";}s:17:"blog-single-width";s:7:"default";s:21:"blog-single-max-width";i:1200;s:16:"blog-single-meta";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:19:"blog-post-structure";a:5:{i:0;s:5:"image";i:1;s:8:"category";i:2;s:5:"title";i:3;s:10:"title-meta";i:4;s:7:"excerpt";}s:10:"blog-width";s:7:"default";s:14:"blog-max-width";i:1200;s:17:"blog-post-content";s:7:"excerpt";s:9:"blog-meta";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:10:"text-color";s:7:"#334155";s:10:"link-color";s:25:"var(--ast-global-color-0)";s:11:"theme-color";s:25:"var(--ast-global-color-0)";s:12:"link-h-color";s:25:"var(--ast-global-color-1)";s:18:"heading-base-color";s:25:"var(--ast-global-color-2)";s:12:"border-color";s:25:"var(--ast-global-color-6)";s:13:"footer-bg-obj";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:12:"footer-color";s:0:"";s:17:"footer-link-color";s:0:"";s:19:"footer-link-h-color";s:0:"";s:17:"footer-adv-bg-obj";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:21:"footer-adv-text-color";s:0:"";s:21:"footer-adv-link-color";s:0:"";s:23:"footer-adv-link-h-color";s:0:"";s:26:"footer-adv-wgt-title-color";s:0:"";s:12:"button-color";s:25:"var(--ast-global-color-2)";s:22:"secondary-button-color";s:25:"var(--ast-global-color-2)";s:14:"button-h-color";s:25:"var(--ast-global-color-2)";s:24:"secondary-button-h-color";s:25:"var(--ast-global-color-2)";s:15:"button-bg-color";s:25:"var(--ast-global-color-7)";s:25:"secondary-button-bg-color";s:25:"var(--ast-global-color-7)";s:17:"button-bg-h-color";s:25:"var(--ast-global-color-7)";s:27:"secondary-button-bg-h-color";s:25:"var(--ast-global-color-7)";s:20:"theme-button-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"40";s:6:"bottom";s:2:"20";s:4:"left";s:2:"40";}s:6:"tablet";a:4:{s:3:"top";s:2:"18";s:5:"right";s:2:"32";s:6:"bottom";s:2:"18";s:4:"left";s:2:"32";}s:6:"mobile";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"28";s:6:"bottom";s:2:"15";s:4:"left";s:2:"28";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:30:"secondary-theme-button-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"40";s:6:"bottom";s:2:"20";s:4:"left";s:2:"40";}s:6:"tablet";a:4:{s:3:"top";s:2:"18";s:5:"right";s:2:"32";s:6:"bottom";s:2:"18";s:4:"left";s:2:"32";}s:6:"mobile";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"28";s:6:"bottom";s:2:"15";s:4:"left";s:2:"28";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"button-radius";i:50;s:37:"theme-button-border-group-border-size";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:47:"secondary-theme-button-border-group-border-size";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:17:"footer-sml-layout";s:19:"footer-sml-layout-1";s:20:"footer-sml-section-1";s:6:"custom";s:27:"footer-sml-section-1-credit";s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";s:20:"footer-sml-section-2";s:0:"";s:27:"footer-sml-section-2-credit";s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";s:27:"footer-sml-dist-equal-align";b:1;s:18:"footer-sml-divider";i:1;s:24:"footer-sml-divider-color";s:7:"#7a7a7a";s:19:"footer-layout-width";s:7:"content";s:22:"ast-header-retina-logo";s:0:"";s:21:"ast-header-logo-width";s:0:"";s:32:"ast-header-responsive-logo-width";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-color-site-title";s:0:"";s:25:"header-color-h-site-title";s:0:"";s:25:"header-color-site-tagline";s:0:"";s:29:"display-site-title-responsive";a:3:{s:7:"desktop";i:0;s:6:"tablet";b:0;s:6:"mobile";b:0;}s:31:"display-site-tagline-responsive";a:3:{s:7:"desktop";b:0;s:6:"tablet";i:0;s:6:"mobile";i:0;}s:17:"logo-title-inline";b:0;s:19:"disable-primary-nav";b:0;s:14:"header-layouts";s:20:"header-main-layout-1";s:22:"header-main-rt-section";s:4:"none";s:27:"header-display-outside-menu";b:0;s:27:"header-main-rt-section-html";s:27:"<button>Contact Us</button>";s:34:"header-main-rt-section-button-text";s:6:"Button";s:34:"header-main-rt-section-button-link";s:23:"https://www.wpastra.com";s:41:"header-main-rt-section-button-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:35:"header-main-rt-section-button-style";s:12:"theme-button";s:40:"header-main-rt-section-button-text-color";s:0:"";s:40:"header-main-rt-section-button-back-color";s:0:"";s:42:"header-main-rt-section-button-text-h-color";s:0:"";s:42:"header-main-rt-section-button-back-h-color";s:0:"";s:37:"header-main-rt-section-button-padding";a:3:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}}s:41:"header-main-rt-section-button-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:15:"header-main-sep";i:1;s:21:"header-main-sep-color";s:0:"";s:24:"header-main-layout-width";s:7:"content";s:22:"primary-submenu-border";a:4:{s:3:"top";s:1:"2";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:27:"primary-submenu-item-border";b:0;s:23:"primary-submenu-b-color";s:0:"";s:28:"primary-submenu-item-b-color";s:0:"";s:33:"primary-header-button-font-family";s:7:"inherit";s:33:"primary-header-button-font-weight";s:7:"inherit";s:31:"primary-header-button-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"primary-header-button-text-transform";s:0:"";s:33:"primary-header-button-line-height";i:1;s:36:"primary-header-button-letter-spacing";s:0:"";s:22:"header-main-menu-label";s:0:"";s:22:"header-main-menu-align";s:6:"inline";s:39:"header-main-submenu-container-animation";s:0:"";s:24:"mobile-header-breakpoint";s:0:"";s:18:"mobile-header-logo";s:0:"";s:24:"mobile-header-logo-width";s:0:"";s:11:"site-layout";s:21:"ast-full-width-layout";s:18:"site-content-width";i:1200;s:26:"narrow-container-max-width";i:750;s:37:"site-layout-outside-bg-obj-responsive";a:3:{s:7:"desktop";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:25:"content-bg-obj-responsive";a:3:{s:7:"desktop";a:8:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";s:16:"background-media";s:0:"";}s:6:"tablet";a:8:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";s:16:"background-media";s:0:"";}s:6:"mobile";a:8:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";s:16:"background-media";s:0:"";}}s:12:"wp-blocks-ui";s:6:"custom";s:24:"wp-blocks-global-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:3:"100";s:5:"right";s:2:"80";s:6:"bottom";s:3:"100";s:4:"left";s:2:"80";}s:6:"tablet";a:4:{s:3:"top";s:2:"50";s:5:"right";s:2:"50";s:6:"bottom";s:2:"50";s:4:"left";s:2:"50";}s:6:"mobile";a:4:{s:3:"top";s:2:"50";s:5:"right";s:2:"30";s:6:"bottom";s:2:"50";s:4:"left";s:2:"30";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"site-content-layout";s:23:"content-boxed-container";s:26:"single-page-content-layout";s:15:"plain-container";s:26:"single-post-content-layout";s:7:"default";s:27:"archive-post-content-layout";s:7:"default";s:16:"body-font-family";s:19:"''Inter'', sans-serif";s:17:"body-font-variant";s:3:"600";s:16:"body-font-weight";s:7:"inherit";s:14:"font-size-body";a:6:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:16:"body-line-height";s:4:"1.65";s:18:"para-margin-bottom";s:0:"";s:23:"underline-content-links";b:1;s:19:"body-text-transform";s:0:"";s:20:"headings-font-family";s:31:"''Plus Jakarta Sans'', sans-serif";s:20:"headings-font-weight";s:3:"600";s:23:"headings-text-transform";s:0:"";s:20:"headings-line-height";s:0:"";s:20:"font-size-site-title";a:6:{s:7:"desktop";i:35;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:22:"font-size-site-tagline";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"font-size-entry-title";a:6:{s:7:"desktop";i:30;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"single-post-outside-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:31:"font-size-archive-summary-title";a:6:{s:7:"desktop";i:40;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:20:"font-size-page-title";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:12:"font-size-h1";a:6:{s:7:"desktop";i:64;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:12:"font-size-h2";a:6:{s:7:"desktop";i:48;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:12:"font-size-h3";a:6:{s:7:"desktop";i:24;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:12:"font-size-h4";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:12:"font-size-h5";a:6:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:12:"font-size-h6";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"site-sidebar-layout";s:10:"no-sidebar";s:18:"site-sidebar-width";i:30;s:26:"single-page-sidebar-layout";s:7:"default";s:26:"single-post-sidebar-layout";s:7:"default";s:27:"archive-post-sidebar-layout";s:7:"default";s:10:"footer-adv";s:8:"disabled";s:23:"footer-adv-border-width";s:0:"";s:23:"footer-adv-border-color";s:7:"#7a7a7a";s:30:"mobile-header-toggle-btn-style";s:4:"fill";s:23:"hide-custom-menu-mobile";i:1;s:27:"mobile-header-toggle-target";s:4:"icon";s:25:"load-google-fonts-locally";b:0;s:19:"preload-local-fonts";b:0;s:19:"enable-scroll-to-id";b:1;s:20:"enable-related-posts";b:0;s:19:"related-posts-title";s:13:"Related Posts";s:29:"releted-posts-title-alignment";s:4:"left";s:25:"related-posts-total-count";i:2;s:28:"enable-related-posts-excerpt";b:0;s:27:"related-posts-excerpt-count";i:25;s:22:"related-posts-based-on";s:10:"categories";s:22:"related-posts-order-by";s:4:"date";s:19:"related-posts-order";s:3:"asc";s:29:"related-posts-grid-responsive";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:23:"related-posts-structure";a:2:{i:0;s:14:"featured-image";i:1;s:10:"title-meta";}s:28:"related-posts-meta-structure";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:24:"related-posts-text-color";s:0:"";s:24:"related-posts-link-color";s:0:"";s:25:"related-posts-title-color";s:0:"";s:30:"related-posts-background-color";s:0:"";s:24:"related-posts-meta-color";s:0:"";s:30:"related-posts-link-hover-color";s:0:"";s:35:"related-posts-meta-link-hover-color";s:0:"";s:39:"related-posts-section-title-font-family";s:7:"inherit";s:39:"related-posts-section-title-font-weight";s:7:"inherit";s:42:"related-posts-section-title-text-transform";s:0:"";s:39:"related-posts-section-title-line-height";s:0:"";s:37:"related-posts-section-title-font-size";a:6:{s:7:"desktop";s:2:"30";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:31:"related-posts-title-font-family";s:7:"inherit";s:31:"related-posts-title-font-weight";s:7:"inherit";s:34:"related-posts-title-text-transform";s:0:"";s:31:"related-posts-title-line-height";s:1:"1";s:29:"related-posts-title-font-size";a:6:{s:7:"desktop";s:2:"20";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:30:"related-posts-meta-font-family";s:7:"inherit";s:30:"related-posts-meta-font-weight";s:7:"inherit";s:33:"related-posts-meta-text-transform";s:0:"";s:30:"related-posts-meta-line-height";s:0:"";s:28:"related-posts-meta-font-size";a:6:{s:7:"desktop";s:2:"14";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:33:"related-posts-content-font-family";s:7:"inherit";s:33:"related-posts-content-font-weight";s:7:"inherit";s:36:"related-posts-content-text-transform";s:0:"";s:33:"related-posts-content-line-height";s:0:"";s:31:"related-posts-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"transparent-header-logo";s:0:"";s:30:"transparent-header-retina-logo";s:0:"";s:26:"different-transparent-logo";i:0;s:33:"different-transparent-retina-logo";i:0;s:29:"transparent-header-logo-width";a:3:{s:7:"desktop";i:150;s:6:"tablet";i:120;s:6:"mobile";i:100;}s:25:"transparent-header-enable";i:0;s:34:"transparent-header-disable-archive";i:1;s:45:"transparent-header-disable-latest-posts-index";i:1;s:29:"transparent-header-on-devices";s:4:"both";s:27:"transparent-header-main-sep";i:0;s:33:"transparent-header-main-sep-color";s:0:"";s:27:"transparent-header-bg-color";s:0:"";s:35:"transparent-header-color-site-title";s:0:"";s:37:"transparent-header-color-h-site-title";s:0:"";s:25:"transparent-menu-bg-color";s:0:"";s:22:"transparent-menu-color";s:0:"";s:24:"transparent-menu-h-color";s:0:"";s:28:"transparent-submenu-bg-color";s:0:"";s:25:"transparent-submenu-color";s:0:"";s:27:"transparent-submenu-h-color";s:0:"";s:38:"transparent-header-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:46:"transparent-header-color-site-title-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:48:"transparent-header-color-h-site-title-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:36:"transparent-menu-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"transparent-menu-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-2)";s:6:"mobile";s:0:"";}s:35:"transparent-menu-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-0)";s:6:"mobile";s:0:"";}s:39:"transparent-submenu-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:36:"transparent-submenu-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:38:"transparent-submenu-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:49:"transparent-content-section-text-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:49:"transparent-content-section-link-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:51:"transparent-content-section-link-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"breadcrumb-font-family";s:7:"inherit";s:22:"breadcrumb-font-weight";s:7:"inherit";s:25:"breadcrumb-text-transform";s:0:"";s:32:"breadcrumb-text-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"breadcrumb-active-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"breadcrumb-hover-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"breadcrumb-separator-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:19:"breadcrumb-bg-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:18:"breadcrumb-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:20:"breadcrumb-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"breadcrumb-separator-selector";s:5:"\\003E";s:20:"breadcrumb-separator";s:5:"\\00bb";s:8:"h1-color";s:0:"";s:8:"h2-color";s:0:"";s:8:"h3-color";s:0:"";s:8:"h4-color";s:0:"";s:8:"h5-color";s:0:"";s:8:"h6-color";s:0:"";s:14:"font-family-h1";s:7:"inherit";s:14:"font-weight-h1";s:7:"inherit";s:14:"font-extras-h1";a:6:{s:11:"line-height";s:3:"1.4";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:14:"font-family-h2";s:7:"inherit";s:14:"font-weight-h2";s:7:"inherit";s:14:"font-extras-h2";a:6:{s:11:"line-height";s:3:"1.3";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:14:"font-family-h3";s:7:"inherit";s:14:"font-weight-h3";s:7:"inherit";s:14:"font-extras-h3";a:6:{s:11:"line-height";s:3:"1.3";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:14:"font-family-h4";s:7:"inherit";s:14:"font-weight-h4";s:7:"inherit";s:14:"font-extras-h4";a:6:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:14:"font-family-h5";s:7:"inherit";s:14:"font-weight-h5";s:7:"inherit";s:14:"font-extras-h5";a:6:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:14:"font-family-h6";s:7:"inherit";s:14:"font-weight-h6";s:7:"inherit";s:14:"font-extras-h6";a:6:{s:11:"line-height";s:4:"1.25";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:24:"header-menu1-font-extras";a:6:{s:11:"line-height";s:3:"1.6";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:18:"font-weight-button";s:3:"600";s:28:"secondary-font-weight-button";s:3:"600";s:18:"font-family-button";s:7:"inherit";s:28:"secondary-font-family-button";s:7:"inherit";s:16:"font-size-button";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"secondary-font-size-button";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"text-transform-button";s:0:"";s:21:"theme-btn-line-height";i:1;s:24:"theme-btn-letter-spacing";s:0:"";s:20:"header-desktop-items";a:5:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:5:{s:10:"above_left";a:0:{}s:17:"above_left_center";a:0:{}s:12:"above_center";a:0:{}s:18:"above_right_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:5:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:19:"primary_left_center";a:0:{}s:14:"primary_center";a:0:{}s:20:"primary_right_center";a:0:{}s:13:"primary_right";a:0:{}}s:5:"below";a:5:{s:10:"below_left";a:0:{}s:17:"below_left_center";a:0:{}s:12:"below_center";a:0:{}s:18:"below_right_center";a:0:{}s:11:"below_right";a:1:{i:0;s:6:"menu-1";}}s:4:"flag";b:0;}s:19:"header-mobile-items";a:5:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:3:{s:10:"above_left";a:0:{}s:12:"above_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:3:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:14:"primary_center";a:0:{}s:13:"primary_right";a:1:{i:0;s:14:"mobile-trigger";}}s:5:"below";a:3:{s:10:"below_left";a:0:{}s:12:"below_center";a:0:{}s:11:"below_right";a:0:{}}s:4:"flag";b:0;}s:27:"hb-header-main-layout-width";s:7:"content";s:16:"hb-header-height";a:3:{s:7:"desktop";i:80;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:8:"hb-stack";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:18:"hb-header-main-sep";i:1;s:24:"hb-header-main-sep-color";s:7:"#eaeaea";s:25:"hb-header-main-menu-align";s:6:"inline";s:27:"hb-header-bg-obj-responsive";a:3:{s:7:"desktop";a:7:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:17:"hb-header-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:3:"1.5";s:5:"right";s:0:"";s:6:"bottom";s:3:"1.5";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:1:"1";s:5:"right";s:0:"";s:6:"bottom";s:1:"1";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:17:"hba-header-layout";s:21:"above-header-layout-1";s:17:"hba-header-height";a:3:{s:7:"desktop";i:50;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:9:"hba-stack";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:20:"hba-header-separator";s:1:"0";s:30:"hba-header-bottom-border-color";s:7:"#eaeaea";s:28:"hba-header-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:32:"hba-header-text-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:32:"hba-header-link-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"hba-header-link-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:18:"hba-header-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:1:"0";s:5:"right";s:0:"";s:6:"bottom";s:1:"0";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:3:"0.5";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"em";}s:17:"hbb-header-layout";s:21:"below-header-layout-1";s:17:"hbb-header-height";a:3:{s:7:"desktop";i:60;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:9:"hbb-stack";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:20:"hbb-header-separator";i:1;s:30:"hbb-header-bottom-border-color";s:7:"#eaeaea";s:28:"hbb-header-bg-obj-responsive";a:3:{s:7:"desktop";a:7:{s:16:"background-color";s:7:"#1a3120";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:18:"hbb-header-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:1:"1";s:5:"right";s:0:"";s:6:"bottom";s:1:"1";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"px";}s:37:"section-footer-builder-layout-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"section-footer-builder-layout-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"section-above-header-builder-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"section-above-header-builder-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"section-below-header-builder-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"section-below-header-builder-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"section-header-mobile-trigger-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"section-primary-header-builder-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:37:"section-primary-header-builder-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:20:"title_tagline-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:28:"section-header-search-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-account-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:31:"header-mobile-menu-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:2:"10";s:5:"right";s:2:"15";s:6:"bottom";s:2:"10";s:4:"left";s:2:"15";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:33:"section-header-mobile-menu-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"section-above-footer-builder-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"section-above-footer-builder-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"section-below-footer-builder-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:31:"section-footer-copyright-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-footer-menu-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"section-primary-footer-builder-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:37:"section-primary-footer-builder-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:31:"section-header-woo-cart-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:30:"section-header-woo-cart-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button1-text";s:7:"Sign up";s:26:"header-button1-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button1-font-family";s:7:"inherit";s:26:"header-button1-font-weight";s:7:"inherit";s:29:"header-button1-text-transform";s:0:"";s:26:"header-button1-line-height";s:0:"";s:24:"header-button1-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button1-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button1-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button1-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button1-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button1-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button1-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button1-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button1-border-radius";s:0:"";s:27:"section-hb-button-1-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button1-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button1-text";s:6:"Button";s:26:"footer-button1-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button1-font-family";s:7:"inherit";s:26:"footer-button1-font-weight";s:7:"inherit";s:29:"footer-button1-text-transform";s:0:"";s:26:"footer-button1-line-height";s:0:"";s:24:"footer-button1-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button1-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button1-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button1-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button1-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button1-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button1-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button1-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button1-border-radius";s:0:"";s:25:"footer-button-1-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-1-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-1";s:22:"<a href="#">Log in</a>";s:18:"header-html-1color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-1link-color";a:3:{s:7:"desktop";s:22:"rgba(242,245,247,0.76)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-1link-h-color";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-5)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-1";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-1";s:7:"inherit";s:29:"font-family-section-hb-html-1";s:7:"inherit";s:29:"line-height-section-hb-html-1";s:0:"";s:32:"text-transform-section-hb-html-1";s:0:"";s:24:"section-hb-html-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-1";s:22:"Insert HTML text here.";s:18:"footer-html-1color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-1link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-1link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-1";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-1-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-1";s:7:"inherit";s:29:"font-family-section-fb-html-1";s:7:"inherit";s:32:"text-transform-section-fb-html-1";s:0:"";s:29:"line-height-section-fb-html-1";s:0:"";s:24:"section-fb-html-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-1-space";a:3:{s:7:"desktop";i:25;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-1-bg-space";s:0:"";s:20:"header-social-1-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-1-radius";s:0:"";s:21:"header-social-1-color";a:1:{s:7:"desktop";s:25:"var(--ast-global-color-4)";}s:23:"header-social-1-h-color";a:1:{s:7:"desktop";s:25:"var(--ast-global-color-4)";}s:24:"header-social-1-bg-color";s:0:"";s:26:"header-social-1-bg-h-color";s:0:"";s:28:"header-social-1-label-toggle";b:0;s:26:"header-social-1-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-1";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-1";a:2:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:1:"#";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:16:"instagram-square";s:5:"label";s:9:"Instagram";}i:1;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:1:"#";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:14:"facebook-round";s:5:"label";s:8:"Facebook";}i:2;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:1:"#";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}}s:4:"flag";b:1;}s:32:"section-hb-social-icons-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-1-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-1-bg-space";s:0:"";s:20:"footer-social-1-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-1-radius";s:0:"";s:21:"footer-social-1-color";s:0:"";s:23:"footer-social-1-h-color";s:0:"";s:24:"footer-social-1-bg-color";s:0:"";s:26:"footer-social-1-bg-h-color";s:0:"";s:28:"footer-social-1-label-toggle";b:0;s:26:"footer-social-1-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-1";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-1";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-1-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-1-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-1-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-1-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-1-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-1-font-family";s:7:"inherit";s:27:"header-widget-1-font-weight";s:7:"inherit";s:30:"header-widget-1-text-transform";s:0:"";s:27:"header-widget-1-line-height";s:0:"";s:25:"header-widget-1-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-1-content-font-family";s:7:"inherit";s:35:"header-widget-1-content-font-weight";s:7:"inherit";s:38:"header-widget-1-content-text-transform";s:0:"";s:35:"header-widget-1-content-line-height";s:0:"";s:33:"header-widget-1-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-1-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-1-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-1-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-1-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-1-font-family";s:7:"inherit";s:27:"footer-widget-1-font-weight";s:7:"inherit";s:30:"footer-widget-1-text-transform";s:0:"";s:27:"footer-widget-1-line-height";s:0:"";s:25:"footer-widget-1-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-1-content-font-family";s:7:"inherit";s:35:"footer-widget-1-content-font-weight";s:7:"inherit";s:38:"footer-widget-1-content-text-transform";s:0:"";s:35:"footer-widget-1-content-line-height";s:0:"";s:33:"footer-widget-1-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-1";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu1-bg-color";s:0:"";s:18:"header-menu1-color";s:0:"";s:23:"header-menu1-h-bg-color";s:0:"";s:20:"header-menu1-h-color";s:0:"";s:23:"header-menu1-a-bg-color";s:0:"";s:20:"header-menu1-a-color";s:0:"";s:30:"header-menu1-bg-obj-responsive";a:3:{s:7:"desktop";a:7:{s:16:"background-color";s:7:"#223318";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu1-color-responsive";a:3:{s:7:"desktop";s:22:"rgba(242,245,247,0.76)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu1-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu1-h-color-responsive";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-5)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu1-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu1-a-color-responsive";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-5)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu1-menu-hover-animation";s:0:"";s:40:"header-menu1-submenu-container-animation";s:0:"";s:24:"section-hb-menu-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu1-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu1-submenu-item-border";b:0;s:32:"header-menu1-submenu-item-b-size";s:1:"1";s:33:"header-menu1-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu1-submenu-border-radius";s:0:"";s:31:"header-menu1-submenu-top-offset";s:0:"";s:26:"header-menu1-submenu-width";s:0:"";s:27:"header-menu1-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu1-menu-stack-on-mobile";b:1;s:22:"header-menu1-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu1-font-weight";s:7:"inherit";s:24:"header-menu1-font-family";s:7:"inherit";s:27:"header-menu1-text-transform";s:0:"";s:24:"header-menu1-line-height";s:0:"";s:27:"section-hb-divider-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-1-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button2-text";s:6:"Button";s:26:"header-button2-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button2-font-family";s:7:"inherit";s:26:"header-button2-font-weight";s:7:"inherit";s:29:"header-button2-text-transform";s:0:"";s:26:"header-button2-line-height";s:0:"";s:24:"header-button2-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button2-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button2-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button2-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button2-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button2-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button2-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button2-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button2-border-radius";s:0:"";s:27:"section-hb-button-2-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button2-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button2-text";s:6:"Button";s:26:"footer-button2-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button2-font-family";s:7:"inherit";s:26:"footer-button2-font-weight";s:7:"inherit";s:29:"footer-button2-text-transform";s:0:"";s:26:"footer-button2-line-height";s:0:"";s:24:"footer-button2-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button2-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button2-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button2-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button2-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button2-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button2-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button2-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button2-border-radius";s:0:"";s:25:"footer-button-2-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-2-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-2";s:22:"Insert HTML text here.";s:18:"header-html-2color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-2link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-2link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-2";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-2";s:7:"inherit";s:29:"font-family-section-hb-html-2";s:7:"inherit";s:29:"line-height-section-hb-html-2";s:0:"";s:32:"text-transform-section-hb-html-2";s:0:"";s:24:"section-hb-html-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-2";s:22:"Insert HTML text here.";s:18:"footer-html-2color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-2link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-2link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-2";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-2-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-2";s:7:"inherit";s:29:"font-family-section-fb-html-2";s:7:"inherit";s:32:"text-transform-section-fb-html-2";s:0:"";s:29:"line-height-section-fb-html-2";s:0:"";s:24:"section-fb-html-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-2-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-2-bg-space";s:0:"";s:20:"header-social-2-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-2-radius";s:0:"";s:21:"header-social-2-color";s:0:"";s:23:"header-social-2-h-color";s:0:"";s:24:"header-social-2-bg-color";s:0:"";s:26:"header-social-2-bg-h-color";s:0:"";s:28:"header-social-2-label-toggle";b:0;s:26:"header-social-2-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-2";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-2";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-2-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-2-bg-space";s:0:"";s:20:"footer-social-2-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-2-radius";s:0:"";s:21:"footer-social-2-color";s:0:"";s:23:"footer-social-2-h-color";s:0:"";s:24:"footer-social-2-bg-color";s:0:"";s:26:"footer-social-2-bg-h-color";s:0:"";s:28:"footer-social-2-label-toggle";b:0;s:26:"footer-social-2-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-2";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-2";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-2-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-2-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-2-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-2-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-2-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-2-font-family";s:7:"inherit";s:27:"header-widget-2-font-weight";s:7:"inherit";s:30:"header-widget-2-text-transform";s:0:"";s:27:"header-widget-2-line-height";s:0:"";s:25:"header-widget-2-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-2-content-font-family";s:7:"inherit";s:35:"header-widget-2-content-font-weight";s:7:"inherit";s:38:"header-widget-2-content-text-transform";s:0:"";s:35:"header-widget-2-content-line-height";s:0:"";s:33:"header-widget-2-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-2-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-2-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-2-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-2-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-2-font-family";s:7:"inherit";s:27:"footer-widget-2-font-weight";s:7:"inherit";s:30:"footer-widget-2-text-transform";s:0:"";s:27:"footer-widget-2-line-height";s:0:"";s:25:"footer-widget-2-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-2-content-font-family";s:7:"inherit";s:35:"footer-widget-2-content-font-weight";s:7:"inherit";s:38:"footer-widget-2-content-text-transform";s:0:"";s:35:"footer-widget-2-content-line-height";s:0:"";s:33:"footer-widget-2-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-2";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu2-bg-color";s:0:"";s:18:"header-menu2-color";s:0:"";s:23:"header-menu2-h-bg-color";s:0:"";s:20:"header-menu2-h-color";s:0:"";s:23:"header-menu2-a-bg-color";s:0:"";s:20:"header-menu2-a-color";s:0:"";s:30:"header-menu2-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu2-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu2-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu2-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu2-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu2-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu2-menu-hover-animation";s:0:"";s:40:"header-menu2-submenu-container-animation";s:0:"";s:24:"section-hb-menu-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu2-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu2-submenu-item-border";b:0;s:32:"header-menu2-submenu-item-b-size";s:1:"1";s:33:"header-menu2-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu2-submenu-border-radius";s:0:"";s:31:"header-menu2-submenu-top-offset";s:0:"";s:26:"header-menu2-submenu-width";s:0:"";s:27:"header-menu2-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu2-menu-stack-on-mobile";b:1;s:22:"header-menu2-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu2-font-weight";s:7:"inherit";s:24:"header-menu2-font-family";s:7:"inherit";s:27:"header-menu2-text-transform";s:0:"";s:24:"header-menu2-line-height";s:0:"";s:27:"section-hb-divider-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-2-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button3-text";s:6:"Button";s:26:"header-button3-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button3-font-family";s:7:"inherit";s:26:"header-button3-font-weight";s:7:"inherit";s:29:"header-button3-text-transform";s:0:"";s:26:"header-button3-line-height";s:0:"";s:24:"header-button3-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button3-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button3-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button3-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button3-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button3-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button3-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button3-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button3-border-radius";s:0:"";s:27:"section-hb-button-3-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button3-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button3-text";s:6:"Button";s:26:"footer-button3-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button3-font-family";s:7:"inherit";s:26:"footer-button3-font-weight";s:7:"inherit";s:29:"footer-button3-text-transform";s:0:"";s:26:"footer-button3-line-height";s:0:"";s:24:"footer-button3-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button3-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button3-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button3-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button3-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button3-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button3-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button3-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button3-border-radius";s:0:"";s:25:"footer-button-3-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-3-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-3";s:22:"Insert HTML text here.";s:18:"header-html-3color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-3link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-3link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-3";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-3";s:7:"inherit";s:29:"font-family-section-hb-html-3";s:7:"inherit";s:29:"line-height-section-hb-html-3";s:0:"";s:32:"text-transform-section-hb-html-3";s:0:"";s:24:"section-hb-html-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-3";s:22:"Insert HTML text here.";s:18:"footer-html-3color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-3link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-3link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-3";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-3-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-3";s:7:"inherit";s:29:"font-family-section-fb-html-3";s:7:"inherit";s:32:"text-transform-section-fb-html-3";s:0:"";s:29:"line-height-section-fb-html-3";s:0:"";s:24:"section-fb-html-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-3-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-3-bg-space";s:0:"";s:20:"header-social-3-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-3-radius";s:0:"";s:21:"header-social-3-color";s:0:"";s:23:"header-social-3-h-color";s:0:"";s:24:"header-social-3-bg-color";s:0:"";s:26:"header-social-3-bg-h-color";s:0:"";s:28:"header-social-3-label-toggle";b:0;s:26:"header-social-3-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-3";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-3";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-3-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-3-bg-space";s:0:"";s:20:"footer-social-3-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-3-radius";s:0:"";s:21:"footer-social-3-color";s:0:"";s:23:"footer-social-3-h-color";s:0:"";s:24:"footer-social-3-bg-color";s:0:"";s:26:"footer-social-3-bg-h-color";s:0:"";s:28:"footer-social-3-label-toggle";b:0;s:26:"footer-social-3-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-3";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-3";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-3-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-3-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-3-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-3-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-3-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-3-font-family";s:7:"inherit";s:27:"header-widget-3-font-weight";s:7:"inherit";s:30:"header-widget-3-text-transform";s:0:"";s:27:"header-widget-3-line-height";s:0:"";s:25:"header-widget-3-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-3-content-font-family";s:7:"inherit";s:35:"header-widget-3-content-font-weight";s:7:"inherit";s:38:"header-widget-3-content-text-transform";s:0:"";s:35:"header-widget-3-content-line-height";s:0:"";s:33:"header-widget-3-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-3-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-3-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-3-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-3-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-3-font-family";s:7:"inherit";s:27:"footer-widget-3-font-weight";s:7:"inherit";s:30:"footer-widget-3-text-transform";s:0:"";s:27:"footer-widget-3-line-height";s:0:"";s:25:"footer-widget-3-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-3-content-font-family";s:7:"inherit";s:35:"footer-widget-3-content-font-weight";s:7:"inherit";s:38:"footer-widget-3-content-text-transform";s:0:"";s:35:"footer-widget-3-content-line-height";s:0:"";s:33:"footer-widget-3-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-3";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu3-bg-color";s:0:"";s:18:"header-menu3-color";s:0:"";s:23:"header-menu3-h-bg-color";s:0:"";s:20:"header-menu3-h-color";s:0:"";s:23:"header-menu3-a-bg-color";s:0:"";s:20:"header-menu3-a-color";s:0:"";s:30:"header-menu3-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu3-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu3-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu3-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu3-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu3-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu3-menu-hover-animation";s:0:"";s:40:"header-menu3-submenu-container-animation";s:0:"";s:24:"section-hb-menu-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu3-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu3-submenu-item-border";b:0;s:32:"header-menu3-submenu-item-b-size";s:1:"1";s:33:"header-menu3-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu3-submenu-border-radius";s:0:"";s:31:"header-menu3-submenu-top-offset";s:0:"";s:26:"header-menu3-submenu-width";s:0:"";s:27:"header-menu3-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu3-menu-stack-on-mobile";b:1;s:22:"header-menu3-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu3-font-weight";s:7:"inherit";s:24:"header-menu3-font-family";s:7:"inherit";s:27:"header-menu3-text-transform";s:0:"";s:24:"header-menu3-line-height";s:0:"";s:27:"section-hb-divider-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-3-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button4-text";s:6:"Button";s:26:"header-button4-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button4-font-family";s:7:"inherit";s:26:"header-button4-font-weight";s:7:"inherit";s:29:"header-button4-text-transform";s:0:"";s:26:"header-button4-line-height";s:0:"";s:24:"header-button4-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button4-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button4-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button4-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button4-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button4-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button4-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button4-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button4-border-radius";s:0:"";s:27:"section-hb-button-4-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button4-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button4-text";s:6:"Button";s:26:"footer-button4-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button4-font-family";s:7:"inherit";s:26:"footer-button4-font-weight";s:7:"inherit";s:29:"footer-button4-text-transform";s:0:"";s:26:"footer-button4-line-height";s:0:"";s:24:"footer-button4-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button4-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button4-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button4-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button4-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button4-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button4-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button4-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button4-border-radius";s:0:"";s:25:"footer-button-4-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-4-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-4";s:22:"Insert HTML text here.";s:18:"header-html-4color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-4link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-4link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-4";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-4";s:7:"inherit";s:29:"font-family-section-hb-html-4";s:7:"inherit";s:29:"line-height-section-hb-html-4";s:0:"";s:32:"text-transform-section-hb-html-4";s:0:"";s:24:"section-hb-html-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-4";s:22:"Insert HTML text here.";s:18:"footer-html-4color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-4link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-4link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-4";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-4-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-4";s:7:"inherit";s:29:"font-family-section-fb-html-4";s:7:"inherit";s:32:"text-transform-section-fb-html-4";s:0:"";s:29:"line-height-section-fb-html-4";s:0:"";s:24:"section-fb-html-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-4-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-4-bg-space";s:0:"";s:20:"header-social-4-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-4-radius";s:0:"";s:21:"header-social-4-color";s:0:"";s:23:"header-social-4-h-color";s:0:"";s:24:"header-social-4-bg-color";s:0:"";s:26:"header-social-4-bg-h-color";s:0:"";s:28:"header-social-4-label-toggle";b:0;s:26:"header-social-4-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-4";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-4";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-4-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-4-bg-space";s:0:"";s:20:"footer-social-4-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-4-radius";s:0:"";s:21:"footer-social-4-color";s:0:"";s:23:"footer-social-4-h-color";s:0:"";s:24:"footer-social-4-bg-color";s:0:"";s:26:"footer-social-4-bg-h-color";s:0:"";s:28:"footer-social-4-label-toggle";b:0;s:26:"footer-social-4-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-4";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-4";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-4-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-4-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-4-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-4-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-4-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-4-font-family";s:7:"inherit";s:27:"header-widget-4-font-weight";s:7:"inherit";s:30:"header-widget-4-text-transform";s:0:"";s:27:"header-widget-4-line-height";s:0:"";s:25:"header-widget-4-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-4-content-font-family";s:7:"inherit";s:35:"header-widget-4-content-font-weight";s:7:"inherit";s:38:"header-widget-4-content-text-transform";s:0:"";s:35:"header-widget-4-content-line-height";s:0:"";s:33:"header-widget-4-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-4-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-4-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-4-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-4-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-4-font-family";s:7:"inherit";s:27:"footer-widget-4-font-weight";s:7:"inherit";s:30:"footer-widget-4-text-transform";s:0:"";s:27:"footer-widget-4-line-height";s:0:"";s:25:"footer-widget-4-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-4-content-font-family";s:7:"inherit";s:35:"footer-widget-4-content-font-weight";s:7:"inherit";s:38:"footer-widget-4-content-text-transform";s:0:"";s:35:"footer-widget-4-content-line-height";s:0:"";s:33:"footer-widget-4-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-4";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu4-bg-color";s:0:"";s:18:"header-menu4-color";s:0:"";s:23:"header-menu4-h-bg-color";s:0:"";s:20:"header-menu4-h-color";s:0:"";s:23:"header-menu4-a-bg-color";s:0:"";s:20:"header-menu4-a-color";s:0:"";s:30:"header-menu4-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu4-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu4-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu4-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu4-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu4-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu4-menu-hover-animation";s:0:"";s:40:"header-menu4-submenu-container-animation";s:0:"";s:24:"section-hb-menu-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu4-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu4-submenu-item-border";b:0;s:32:"header-menu4-submenu-item-b-size";s:1:"1";s:33:"header-menu4-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu4-submenu-border-radius";s:0:"";s:31:"header-menu4-submenu-top-offset";s:0:"";s:26:"header-menu4-submenu-width";s:0:"";s:27:"header-menu4-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu4-menu-stack-on-mobile";b:1;s:22:"header-menu4-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu4-font-weight";s:7:"inherit";s:24:"header-menu4-font-family";s:7:"inherit";s:27:"header-menu4-text-transform";s:0:"";s:24:"header-menu4-line-height";s:0:"";s:27:"section-hb-divider-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-4-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button5-text";s:6:"Button";s:26:"header-button5-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button5-font-family";s:7:"inherit";s:26:"header-button5-font-weight";s:7:"inherit";s:29:"header-button5-text-transform";s:0:"";s:26:"header-button5-line-height";s:0:"";s:24:"header-button5-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button5-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button5-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button5-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button5-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button5-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button5-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button5-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button5-border-radius";s:0:"";s:27:"section-hb-button-5-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button5-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button5-text";s:6:"Button";s:26:"footer-button5-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button5-font-family";s:7:"inherit";s:26:"footer-button5-font-weight";s:7:"inherit";s:29:"footer-button5-text-transform";s:0:"";s:26:"footer-button5-line-height";s:0:"";s:24:"footer-button5-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button5-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button5-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button5-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button5-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button5-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button5-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button5-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button5-border-radius";s:0:"";s:25:"footer-button-5-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-5-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-5";s:22:"Insert HTML text here.";s:18:"header-html-5color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-5link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-5link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-5";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-5";s:7:"inherit";s:29:"font-family-section-hb-html-5";s:7:"inherit";s:29:"line-height-section-hb-html-5";s:0:"";s:32:"text-transform-section-hb-html-5";s:0:"";s:24:"section-hb-html-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-5";s:22:"Insert HTML text here.";s:18:"footer-html-5color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-5link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-5link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-5";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-5-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-5";s:7:"inherit";s:29:"font-family-section-fb-html-5";s:7:"inherit";s:32:"text-transform-section-fb-html-5";s:0:"";s:29:"line-height-section-fb-html-5";s:0:"";s:24:"section-fb-html-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-5-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-5-bg-space";s:0:"";s:20:"header-social-5-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-5-radius";s:0:"";s:21:"header-social-5-color";s:0:"";s:23:"header-social-5-h-color";s:0:"";s:24:"header-social-5-bg-color";s:0:"";s:26:"header-social-5-bg-h-color";s:0:"";s:28:"header-social-5-label-toggle";b:0;s:26:"header-social-5-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-5";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-5";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-5-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-5-bg-space";s:0:"";s:20:"footer-social-5-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-5-radius";s:0:"";s:21:"footer-social-5-color";s:0:"";s:23:"footer-social-5-h-color";s:0:"";s:24:"footer-social-5-bg-color";s:0:"";s:26:"footer-social-5-bg-h-color";s:0:"";s:28:"footer-social-5-label-toggle";b:0;s:26:"footer-social-5-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-5";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-5";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-5-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-5-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-5-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-5-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-5-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-5-font-family";s:7:"inherit";s:27:"header-widget-5-font-weight";s:7:"inherit";s:30:"header-widget-5-text-transform";s:0:"";s:27:"header-widget-5-line-height";s:0:"";s:25:"header-widget-5-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-5-content-font-family";s:7:"inherit";s:35:"header-widget-5-content-font-weight";s:7:"inherit";s:38:"header-widget-5-content-text-transform";s:0:"";s:35:"header-widget-5-content-line-height";s:0:"";s:33:"header-widget-5-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-5-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-5-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-5-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-5-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-5-font-family";s:7:"inherit";s:27:"footer-widget-5-font-weight";s:7:"inherit";s:30:"footer-widget-5-text-transform";s:0:"";s:27:"footer-widget-5-line-height";s:0:"";s:25:"footer-widget-5-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-5-content-font-family";s:7:"inherit";s:35:"footer-widget-5-content-font-weight";s:7:"inherit";s:38:"footer-widget-5-content-text-transform";s:0:"";s:35:"footer-widget-5-content-line-height";s:0:"";s:33:"footer-widget-5-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-5";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu5-bg-color";s:0:"";s:18:"header-menu5-color";s:0:"";s:23:"header-menu5-h-bg-color";s:0:"";s:20:"header-menu5-h-color";s:0:"";s:23:"header-menu5-a-bg-color";s:0:"";s:20:"header-menu5-a-color";s:0:"";s:30:"header-menu5-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu5-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu5-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu5-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu5-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu5-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu5-menu-hover-animation";s:0:"";s:40:"header-menu5-submenu-container-animation";s:0:"";s:24:"section-hb-menu-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu5-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu5-submenu-item-border";b:0;s:32:"header-menu5-submenu-item-b-size";s:1:"1";s:33:"header-menu5-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu5-submenu-border-radius";s:0:"";s:31:"header-menu5-submenu-top-offset";s:0:"";s:26:"header-menu5-submenu-width";s:0:"";s:27:"header-menu5-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu5-menu-stack-on-mobile";b:1;s:22:"header-menu5-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu5-font-weight";s:7:"inherit";s:24:"header-menu5-font-family";s:7:"inherit";s:27:"header-menu5-text-transform";s:0:"";s:24:"header-menu5-line-height";s:0:"";s:27:"section-hb-divider-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-5-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button6-text";s:6:"Button";s:26:"header-button6-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button6-font-family";s:7:"inherit";s:26:"header-button6-font-weight";s:7:"inherit";s:29:"header-button6-text-transform";s:0:"";s:26:"header-button6-line-height";s:0:"";s:24:"header-button6-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button6-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button6-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button6-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button6-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button6-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button6-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button6-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button6-border-radius";s:0:"";s:27:"section-hb-button-6-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button6-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button6-text";s:6:"Button";s:26:"footer-button6-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button6-font-family";s:7:"inherit";s:26:"footer-button6-font-weight";s:7:"inherit";s:29:"footer-button6-text-transform";s:0:"";s:26:"footer-button6-line-height";s:0:"";s:24:"footer-button6-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button6-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button6-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button6-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button6-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button6-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button6-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button6-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button6-border-radius";s:0:"";s:25:"footer-button-6-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-6-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-6";s:22:"Insert HTML text here.";s:18:"header-html-6color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-6link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-6link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-6";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-6";s:7:"inherit";s:29:"font-family-section-hb-html-6";s:7:"inherit";s:29:"line-height-section-hb-html-6";s:0:"";s:32:"text-transform-section-hb-html-6";s:0:"";s:24:"section-hb-html-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-6";s:22:"Insert HTML text here.";s:18:"footer-html-6color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-6link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-6link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-6";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-6-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-6";s:7:"inherit";s:29:"font-family-section-fb-html-6";s:7:"inherit";s:32:"text-transform-section-fb-html-6";s:0:"";s:29:"line-height-section-fb-html-6";s:0:"";s:24:"section-fb-html-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-6-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-6-bg-space";s:0:"";s:20:"header-social-6-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-6-radius";s:0:"";s:21:"header-social-6-color";s:0:"";s:23:"header-social-6-h-color";s:0:"";s:24:"header-social-6-bg-color";s:0:"";s:26:"header-social-6-bg-h-color";s:0:"";s:28:"header-social-6-label-toggle";b:0;s:26:"header-social-6-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-6";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-6";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-6-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-6-bg-space";s:0:"";s:20:"footer-social-6-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-6-radius";s:0:"";s:21:"footer-social-6-color";s:0:"";s:23:"footer-social-6-h-color";s:0:"";s:24:"footer-social-6-bg-color";s:0:"";s:26:"footer-social-6-bg-h-color";s:0:"";s:28:"footer-social-6-label-toggle";b:0;s:26:"footer-social-6-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-6";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-6";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-6-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-6-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-6-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-6-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-6-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-6-font-family";s:7:"inherit";s:27:"header-widget-6-font-weight";s:7:"inherit";s:30:"header-widget-6-text-transform";s:0:"";s:27:"header-widget-6-line-height";s:0:"";s:25:"header-widget-6-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-6-content-font-family";s:7:"inherit";s:35:"header-widget-6-content-font-weight";s:7:"inherit";s:38:"header-widget-6-content-text-transform";s:0:"";s:35:"header-widget-6-content-line-height";s:0:"";s:33:"header-widget-6-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-6-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-6-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-6-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-6-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-6-font-family";s:7:"inherit";s:27:"footer-widget-6-font-weight";s:7:"inherit";s:30:"footer-widget-6-text-transform";s:0:"";s:27:"footer-widget-6-line-height";s:0:"";s:25:"footer-widget-6-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-6-content-font-family";s:7:"inherit";s:35:"footer-widget-6-content-font-weight";s:7:"inherit";s:38:"footer-widget-6-content-text-transform";s:0:"";s:35:"footer-widget-6-content-line-height";s:0:"";s:33:"footer-widget-6-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-6";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu6-bg-color";s:0:"";s:18:"header-menu6-color";s:0:"";s:23:"header-menu6-h-bg-color";s:0:"";s:20:"header-menu6-h-color";s:0:"";s:23:"header-menu6-a-bg-color";s:0:"";s:20:"header-menu6-a-color";s:0:"";s:30:"header-menu6-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu6-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu6-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu6-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu6-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu6-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu6-menu-hover-animation";s:0:"";s:40:"header-menu6-submenu-container-animation";s:0:"";s:24:"section-hb-menu-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu6-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu6-submenu-item-border";b:0;s:32:"header-menu6-submenu-item-b-size";s:1:"1";s:33:"header-menu6-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu6-submenu-border-radius";s:0:"";s:31:"header-menu6-submenu-top-offset";s:0:"";s:26:"header-menu6-submenu-width";s:0:"";s:27:"header-menu6-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu6-menu-stack-on-mobile";b:1;s:22:"header-menu6-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu6-font-weight";s:7:"inherit";s:24:"header-menu6-font-family";s:7:"inherit";s:27:"header-menu6-text-transform";s:0:"";s:24:"header-menu6-line-height";s:0:"";s:27:"section-hb-divider-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-6-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button7-text";s:6:"Button";s:26:"header-button7-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button7-font-family";s:7:"inherit";s:26:"header-button7-font-weight";s:7:"inherit";s:29:"header-button7-text-transform";s:0:"";s:26:"header-button7-line-height";s:0:"";s:24:"header-button7-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button7-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button7-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button7-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button7-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button7-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button7-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button7-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button7-border-radius";s:0:"";s:27:"section-hb-button-7-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button7-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button7-text";s:6:"Button";s:26:"footer-button7-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button7-font-family";s:7:"inherit";s:26:"footer-button7-font-weight";s:7:"inherit";s:29:"footer-button7-text-transform";s:0:"";s:26:"footer-button7-line-height";s:0:"";s:24:"footer-button7-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button7-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button7-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button7-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button7-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button7-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button7-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button7-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button7-border-radius";s:0:"";s:25:"footer-button-7-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-7-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-7";s:22:"Insert HTML text here.";s:18:"header-html-7color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-7link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-7link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-7";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-7";s:7:"inherit";s:29:"font-family-section-hb-html-7";s:7:"inherit";s:29:"line-height-section-hb-html-7";s:0:"";s:32:"text-transform-section-hb-html-7";s:0:"";s:24:"section-hb-html-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-7";s:22:"Insert HTML text here.";s:18:"footer-html-7color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-7link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-7link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-7";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-7-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-7";s:7:"inherit";s:29:"font-family-section-fb-html-7";s:7:"inherit";s:32:"text-transform-section-fb-html-7";s:0:"";s:29:"line-height-section-fb-html-7";s:0:"";s:24:"section-fb-html-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-7-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-7-bg-space";s:0:"";s:20:"header-social-7-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-7-radius";s:0:"";s:21:"header-social-7-color";s:0:"";s:23:"header-social-7-h-color";s:0:"";s:24:"header-social-7-bg-color";s:0:"";s:26:"header-social-7-bg-h-color";s:0:"";s:28:"header-social-7-label-toggle";b:0;s:26:"header-social-7-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-7";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-7";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-7-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-7-bg-space";s:0:"";s:20:"footer-social-7-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-7-radius";s:0:"";s:21:"footer-social-7-color";s:0:"";s:23:"footer-social-7-h-color";s:0:"";s:24:"footer-social-7-bg-color";s:0:"";s:26:"footer-social-7-bg-h-color";s:0:"";s:28:"footer-social-7-label-toggle";b:0;s:26:"footer-social-7-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-7";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-7";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-7-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-7-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-7-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-7-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-7-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-7-font-family";s:7:"inherit";s:27:"header-widget-7-font-weight";s:7:"inherit";s:30:"header-widget-7-text-transform";s:0:"";s:27:"header-widget-7-line-height";s:0:"";s:25:"header-widget-7-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-7-content-font-family";s:7:"inherit";s:35:"header-widget-7-content-font-weight";s:7:"inherit";s:38:"header-widget-7-content-text-transform";s:0:"";s:35:"header-widget-7-content-line-height";s:0:"";s:33:"header-widget-7-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-7-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-7-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-7-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-7-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-7-font-family";s:7:"inherit";s:27:"footer-widget-7-font-weight";s:7:"inherit";s:30:"footer-widget-7-text-transform";s:0:"";s:27:"footer-widget-7-line-height";s:0:"";s:25:"footer-widget-7-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-7-content-font-family";s:7:"inherit";s:35:"footer-widget-7-content-font-weight";s:7:"inherit";s:38:"footer-widget-7-content-text-transform";s:0:"";s:35:"footer-widget-7-content-line-height";s:0:"";s:33:"footer-widget-7-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-7";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu7-bg-color";s:0:"";s:18:"header-menu7-color";s:0:"";s:23:"header-menu7-h-bg-color";s:0:"";s:20:"header-menu7-h-color";s:0:"";s:23:"header-menu7-a-bg-color";s:0:"";s:20:"header-menu7-a-color";s:0:"";s:30:"header-menu7-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu7-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu7-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu7-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu7-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu7-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu7-menu-hover-animation";s:0:"";s:40:"header-menu7-submenu-container-animation";s:0:"";s:24:"section-hb-menu-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu7-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu7-submenu-item-border";b:0;s:32:"header-menu7-submenu-item-b-size";s:1:"1";s:33:"header-menu7-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu7-submenu-border-radius";s:0:"";s:31:"header-menu7-submenu-top-offset";s:0:"";s:26:"header-menu7-submenu-width";s:0:"";s:27:"header-menu7-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu7-menu-stack-on-mobile";b:1;s:22:"header-menu7-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu7-font-weight";s:7:"inherit";s:24:"header-menu7-font-family";s:7:"inherit";s:27:"header-menu7-text-transform";s:0:"";s:24:"header-menu7-line-height";s:0:"";s:27:"section-hb-divider-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-7-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button8-text";s:6:"Button";s:26:"header-button8-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button8-font-family";s:7:"inherit";s:26:"header-button8-font-weight";s:7:"inherit";s:29:"header-button8-text-transform";s:0:"";s:26:"header-button8-line-height";s:0:"";s:24:"header-button8-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button8-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button8-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button8-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button8-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button8-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button8-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button8-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button8-border-radius";s:0:"";s:27:"section-hb-button-8-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button8-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button8-text";s:6:"Button";s:26:"footer-button8-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button8-font-family";s:7:"inherit";s:26:"footer-button8-font-weight";s:7:"inherit";s:29:"footer-button8-text-transform";s:0:"";s:26:"footer-button8-line-height";s:0:"";s:24:"footer-button8-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button8-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button8-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button8-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button8-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button8-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button8-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button8-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button8-border-radius";s:0:"";s:25:"footer-button-8-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-8-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-8";s:22:"Insert HTML text here.";s:18:"header-html-8color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-8link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-8link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-8";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-8";s:7:"inherit";s:29:"font-family-section-hb-html-8";s:7:"inherit";s:29:"line-height-section-hb-html-8";s:0:"";s:32:"text-transform-section-hb-html-8";s:0:"";s:24:"section-hb-html-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-8";s:22:"Insert HTML text here.";s:18:"footer-html-8color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-8link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-8link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-8";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-8-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-8";s:7:"inherit";s:29:"font-family-section-fb-html-8";s:7:"inherit";s:32:"text-transform-section-fb-html-8";s:0:"";s:29:"line-height-section-fb-html-8";s:0:"";s:24:"section-fb-html-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-8-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-8-bg-space";s:0:"";s:20:"header-social-8-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-8-radius";s:0:"";s:21:"header-social-8-color";s:0:"";s:23:"header-social-8-h-color";s:0:"";s:24:"header-social-8-bg-color";s:0:"";s:26:"header-social-8-bg-h-color";s:0:"";s:28:"header-social-8-label-toggle";b:0;s:26:"header-social-8-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-8";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-8";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-8-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-8-bg-space";s:0:"";s:20:"footer-social-8-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-8-radius";s:0:"";s:21:"footer-social-8-color";s:0:"";s:23:"footer-social-8-h-color";s:0:"";s:24:"footer-social-8-bg-color";s:0:"";s:26:"footer-social-8-bg-h-color";s:0:"";s:28:"footer-social-8-label-toggle";b:0;s:26:"footer-social-8-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-8";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-8";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-8-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-8-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-8-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-8-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-8-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-8-font-family";s:7:"inherit";s:27:"header-widget-8-font-weight";s:7:"inherit";s:30:"header-widget-8-text-transform";s:0:"";s:27:"header-widget-8-line-height";s:0:"";s:25:"header-widget-8-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-8-content-font-family";s:7:"inherit";s:35:"header-widget-8-content-font-weight";s:7:"inherit";s:38:"header-widget-8-content-text-transform";s:0:"";s:35:"header-widget-8-content-line-height";s:0:"";s:33:"header-widget-8-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-8-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-8-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-8-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-8-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-8-font-family";s:7:"inherit";s:27:"footer-widget-8-font-weight";s:7:"inherit";s:30:"footer-widget-8-text-transform";s:0:"";s:27:"footer-widget-8-line-height";s:0:"";s:25:"footer-widget-8-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-8-content-font-family";s:7:"inherit";s:35:"footer-widget-8-content-font-weight";s:7:"inherit";s:38:"footer-widget-8-content-text-transform";s:0:"";s:35:"footer-widget-8-content-line-height";s:0:"";s:33:"footer-widget-8-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-8";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu8-bg-color";s:0:"";s:18:"header-menu8-color";s:0:"";s:23:"header-menu8-h-bg-color";s:0:"";s:20:"header-menu8-h-color";s:0:"";s:23:"header-menu8-a-bg-color";s:0:"";s:20:"header-menu8-a-color";s:0:"";s:30:"header-menu8-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu8-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu8-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu8-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu8-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu8-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu8-menu-hover-animation";s:0:"";s:40:"header-menu8-submenu-container-animation";s:0:"";s:24:"section-hb-menu-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu8-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu8-submenu-item-border";b:0;s:32:"header-menu8-submenu-item-b-size";s:1:"1";s:33:"header-menu8-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu8-submenu-border-radius";s:0:"";s:31:"header-menu8-submenu-top-offset";s:0:"";s:26:"header-menu8-submenu-width";s:0:"";s:27:"header-menu8-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu8-menu-stack-on-mobile";b:1;s:22:"header-menu8-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu8-font-weight";s:7:"inherit";s:24:"header-menu8-font-family";s:7:"inherit";s:27:"header-menu8-text-transform";s:0:"";s:24:"header-menu8-line-height";s:0:"";s:27:"section-hb-divider-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-8-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-button9-text";s:6:"Button";s:26:"header-button9-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-button9-font-family";s:7:"inherit";s:26:"header-button9-font-weight";s:7:"inherit";s:29:"header-button9-text-transform";s:0:"";s:26:"header-button9-line-height";s:0:"";s:24:"header-button9-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-button9-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-button9-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button9-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-button9-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-button9-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button9-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"header-button9-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button9-border-radius";s:0:"";s:27:"section-hb-button-9-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-hb-button-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"sticky-header-button9-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"footer-button9-text";s:6:"Button";s:26:"footer-button9-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"footer-button9-font-family";s:7:"inherit";s:26:"footer-button9-font-weight";s:7:"inherit";s:29:"footer-button9-text-transform";s:0:"";s:26:"footer-button9-line-height";s:0:"";s:24:"footer-button9-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-button9-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-button9-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button9-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-button9-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-button9-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button9-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:27:"footer-button9-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button9-border-radius";s:0:"";s:25:"footer-button-9-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:27:"section-fb-button-9-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"section-fb-button-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"header-html-9";s:22:"Insert HTML text here.";s:18:"header-html-9color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-html-9link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-html-9link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-hb-html-9";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:29:"font-weight-section-hb-html-9";s:7:"inherit";s:29:"font-family-section-hb-html-9";s:7:"inherit";s:29:"line-height-section-hb-html-9";s:0:"";s:32:"text-transform-section-hb-html-9";s:0:"";s:24:"section-hb-html-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:13:"footer-html-9";s:22:"Insert HTML text here.";s:18:"footer-html-9color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-html-9link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-html-9link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"font-size-section-fb-html-9";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-html-9-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:29:"font-weight-section-fb-html-9";s:7:"inherit";s:29:"font-family-section-fb-html-9";s:7:"inherit";s:32:"text-transform-section-fb-html-9";s:0:"";s:29:"line-height-section-fb-html-9";s:0:"";s:24:"section-fb-html-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-9-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-social-9-bg-space";s:0:"";s:20:"header-social-9-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-social-9-radius";s:0:"";s:21:"header-social-9-color";s:0:"";s:23:"header-social-9-h-color";s:0:"";s:24:"header-social-9-bg-color";s:0:"";s:26:"header-social-9-bg-h-color";s:0:"";s:28:"header-social-9-label-toggle";b:0;s:26:"header-social-9-color-type";s:6:"custom";s:35:"font-size-section-hb-social-icons-9";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-social-icons-9";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:32:"section-hb-social-icons-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-9-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-social-9-bg-space";s:0:"";s:20:"footer-social-9-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-social-9-radius";s:0:"";s:21:"footer-social-9-color";s:0:"";s:23:"footer-social-9-h-color";s:0:"";s:24:"footer-social-9-bg-color";s:0:"";s:26:"footer-social-9-bg-h-color";s:0:"";s:28:"footer-social-9-label-toggle";b:0;s:26:"footer-social-9-color-type";s:6:"custom";s:35:"font-size-section-fb-social-icons-9";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"footer-social-icons-9";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:25:"footer-social-9-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:32:"section-fb-social-icons-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-widget-9-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"header-widget-9-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-widget-9-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-9-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-9-font-family";s:7:"inherit";s:27:"header-widget-9-font-weight";s:7:"inherit";s:30:"header-widget-9-text-transform";s:0:"";s:27:"header-widget-9-line-height";s:0:"";s:25:"header-widget-9-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"header-widget-9-content-font-family";s:7:"inherit";s:35:"header-widget-9-content-font-weight";s:7:"inherit";s:38:"header-widget-9-content-text-transform";s:0:"";s:35:"header-widget-9-content-line-height";s:0:"";s:33:"header-widget-9-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:38:"sidebar-widgets-header-widget-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-widget-9-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-widget-9-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-widget-9-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-9-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-9-font-family";s:7:"inherit";s:27:"footer-widget-9-font-weight";s:7:"inherit";s:30:"footer-widget-9-text-transform";s:0:"";s:27:"footer-widget-9-line-height";s:0:"";s:25:"footer-widget-9-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:35:"footer-widget-9-content-font-family";s:7:"inherit";s:35:"footer-widget-9-content-font-weight";s:7:"inherit";s:38:"footer-widget-9-content-text-transform";s:0:"";s:35:"footer-widget-9-content-line-height";s:0:"";s:33:"footer-widget-9-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"footer-widget-alignment-9";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:38:"sidebar-widgets-footer-widget-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:21:"header-menu9-bg-color";s:0:"";s:18:"header-menu9-color";s:0:"";s:23:"header-menu9-h-bg-color";s:0:"";s:20:"header-menu9-h-color";s:0:"";s:23:"header-menu9-a-bg-color";s:0:"";s:20:"header-menu9-a-color";s:0:"";s:30:"header-menu9-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:29:"header-menu9-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu9-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu9-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu9-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-menu9-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"header-menu9-menu-hover-animation";s:0:"";s:40:"header-menu9-submenu-container-animation";s:0:"";s:24:"section-hb-menu-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu9-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:32:"header-menu9-submenu-item-border";b:0;s:32:"header-menu9-submenu-item-b-size";s:1:"1";s:33:"header-menu9-submenu-item-b-color";s:7:"#eaeaea";s:34:"header-menu9-submenu-border-radius";s:0:"";s:31:"header-menu9-submenu-top-offset";s:0:"";s:26:"header-menu9-submenu-width";s:0:"";s:27:"header-menu9-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:33:"header-menu9-menu-stack-on-mobile";b:1;s:22:"header-menu9-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-menu9-font-weight";s:7:"inherit";s:24:"header-menu9-font-family";s:7:"inherit";s:27:"header-menu9-text-transform";s:0:"";s:24:"header-menu9-line-height";s:0:"";s:27:"section-hb-divider-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-divider-9-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:20:"header-button10-text";s:6:"Button";s:27:"header-button10-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:27:"header-button10-font-family";s:7:"inherit";s:27:"header-button10-font-weight";s:7:"inherit";s:30:"header-button10-text-transform";s:0:"";s:27:"header-button10-line-height";s:0:"";s:25:"header-button10-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-button10-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-button10-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button10-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-button10-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-button10-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"header-button10-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:28:"header-button10-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:29:"header-button10-border-radius";s:0:"";s:28:"section-hb-button-10-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-hb-button-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:30:"sticky-header-button10-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:20:"footer-button10-text";s:6:"Button";s:27:"footer-button10-link-option";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:27:"footer-button10-font-family";s:7:"inherit";s:27:"footer-button10-font-weight";s:7:"inherit";s:30:"footer-button10-text-transform";s:0:"";s:27:"footer-button10-line-height";s:0:"";s:25:"footer-button10-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-button10-text-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-button10-back-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button10-text-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-button10-back-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-button10-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"footer-button10-border-size";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:28:"footer-button10-border-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:29:"footer-button10-border-radius";s:0:"";s:26:"footer-button-10-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:28:"section-fb-button-10-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:27:"section-fb-button-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:14:"header-html-10";s:22:"Insert HTML text here.";s:19:"header-html-10color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-html-10link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"header-html-10link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"font-size-section-hb-html-10";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:30:"font-weight-section-hb-html-10";s:7:"inherit";s:30:"font-family-section-hb-html-10";s:7:"inherit";s:30:"line-height-section-hb-html-10";s:0:"";s:33:"text-transform-section-hb-html-10";s:0:"";s:25:"section-hb-html-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:14:"footer-html-10";s:22:"Insert HTML text here.";s:19:"footer-html-10color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"footer-html-10link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:26:"footer-html-10link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"font-size-section-fb-html-10";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"footer-html-10-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:30:"font-weight-section-fb-html-10";s:7:"inherit";s:30:"font-family-section-fb-html-10";s:7:"inherit";s:33:"text-transform-section-fb-html-10";s:0:"";s:30:"line-height-section-fb-html-10";s:0:"";s:25:"section-fb-html-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:22:"header-social-10-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-social-10-bg-space";s:0:"";s:21:"header-social-10-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"header-social-10-radius";s:0:"";s:22:"header-social-10-color";s:0:"";s:24:"header-social-10-h-color";s:0:"";s:25:"header-social-10-bg-color";s:0:"";s:27:"header-social-10-bg-h-color";s:0:"";s:29:"header-social-10-label-toggle";b:0;s:27:"header-social-10-color-type";s:6:"custom";s:36:"font-size-section-hb-social-icons-10";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:22:"header-social-icons-10";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:33:"section-hb-social-icons-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:22:"footer-social-10-space";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"footer-social-10-bg-space";s:0:"";s:21:"footer-social-10-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:23:"footer-social-10-radius";s:0:"";s:22:"footer-social-10-color";s:0:"";s:24:"footer-social-10-h-color";s:0:"";s:25:"footer-social-10-bg-color";s:0:"";s:27:"footer-social-10-bg-h-color";s:0:"";s:29:"footer-social-10-label-toggle";b:0;s:27:"footer-social-10-color-type";s:6:"custom";s:36:"font-size-section-fb-social-icons-10";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:22:"footer-social-icons-10";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:26:"footer-social-10-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:33:"section-fb-social-icons-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:28:"header-widget-10-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"header-widget-10-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"header-widget-10-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:29:"header-widget-10-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"header-widget-10-font-family";s:7:"inherit";s:28:"header-widget-10-font-weight";s:7:"inherit";s:31:"header-widget-10-text-transform";s:0:"";s:28:"header-widget-10-line-height";s:0:"";s:26:"header-widget-10-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"header-widget-10-content-font-family";s:7:"inherit";s:36:"header-widget-10-content-font-weight";s:7:"inherit";s:39:"header-widget-10-content-text-transform";s:0:"";s:36:"header-widget-10-content-line-height";s:0:"";s:34:"header-widget-10-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:39:"sidebar-widgets-header-widget-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:28:"footer-widget-10-title-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:22:"footer-widget-10-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:27:"footer-widget-10-link-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:29:"footer-widget-10-link-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:28:"footer-widget-10-font-family";s:7:"inherit";s:28:"footer-widget-10-font-weight";s:7:"inherit";s:31:"footer-widget-10-text-transform";s:0:"";s:28:"footer-widget-10-line-height";s:0:"";s:26:"footer-widget-10-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"footer-widget-10-content-font-family";s:7:"inherit";s:36:"footer-widget-10-content-font-weight";s:7:"inherit";s:39:"footer-widget-10-content-text-transform";s:0:"";s:36:"footer-widget-10-content-line-height";s:0:"";s:34:"footer-widget-10-content-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"footer-widget-alignment-10";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:39:"sidebar-widgets-footer-widget-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:22:"header-menu10-bg-color";s:0:"";s:19:"header-menu10-color";s:0:"";s:24:"header-menu10-h-bg-color";s:0:"";s:21:"header-menu10-h-color";s:0:"";s:24:"header-menu10-a-bg-color";s:0:"";s:21:"header-menu10-a-color";s:0:"";s:31:"header-menu10-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:30:"header-menu10-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:35:"header-menu10-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:32:"header-menu10-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:35:"header-menu10-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:32:"header-menu10-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"header-menu10-menu-hover-animation";s:0:"";s:41:"header-menu10-submenu-container-animation";s:0:"";s:25:"section-hb-menu-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:26:"header-menu10-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:33:"header-menu10-submenu-item-border";b:0;s:33:"header-menu10-submenu-item-b-size";s:1:"1";s:34:"header-menu10-submenu-item-b-color";s:7:"#eaeaea";s:35:"header-menu10-submenu-border-radius";s:0:"";s:32:"header-menu10-submenu-top-offset";s:0:"";s:27:"header-menu10-submenu-width";s:0:"";s:28:"header-menu10-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:34:"header-menu10-menu-stack-on-mobile";b:1;s:23:"header-menu10-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:25:"header-menu10-font-weight";s:7:"inherit";s:25:"header-menu10-font-family";s:7:"inherit";s:28:"header-menu10-text-transform";s:0:"";s:25:"header-menu10-line-height";s:0:"";s:28:"section-hb-divider-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:28:"section-fb-divider-10-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"sticky-header-on-devices";s:7:"desktop";s:19:"sticky-header-style";s:4:"none";s:20:"footer-desktop-items";a:3:{s:5:"above";a:5:{s:7:"above_1";a:0:{}s:7:"above_2";a:0:{}s:7:"above_3";a:0:{}s:7:"above_4";a:0:{}s:7:"above_5";a:0:{}}s:7:"primary";a:5:{s:9:"primary_1";a:0:{}s:9:"primary_2";a:0:{}s:9:"primary_3";a:0:{}s:9:"primary_4";a:0:{}s:9:"primary_5";a:0:{}}s:5:"below";a:5:{s:7:"below_1";a:1:{i:0;s:9:"copyright";}s:7:"below_2";a:0:{}s:7:"below_3";a:0:{}s:7:"below_4";a:0:{}s:7:"below_5";a:0:{}}}s:17:"hba-footer-height";i:60;s:17:"hba-footer-column";s:1:"2";s:17:"hba-footer-layout";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:28:"hba-footer-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#eeeeee";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:28:"hbb-footer-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#eeeeee";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:27:"hb-footer-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#f9f9f9";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:36:"section-header-builder-layout-margin";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:17:"hbb-footer-height";i:80;s:17:"hbb-footer-column";s:1:"1";s:17:"hbb-footer-layout";a:3:{s:7:"desktop";s:4:"full";s:6:"tablet";s:4:"full";s:6:"mobile";s:4:"full";}s:23:"hba-footer-layout-width";s:7:"content";s:22:"hb-footer-layout-width";s:7:"content";s:23:"hbb-footer-layout-width";s:7:"content";s:29:"hba-footer-vertical-alignment";s:10:"flex-start";s:28:"hb-footer-vertical-alignment";s:10:"flex-start";s:29:"hbb-footer-vertical-alignment";s:10:"flex-start";s:24:"footer-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:16:"hb-footer-column";s:1:"3";s:19:"hb-footer-separator";i:1;s:29:"hb-footer-bottom-border-color";s:7:"#e6e6e6";s:16:"hb-footer-layout";a:3:{s:7:"desktop";s:7:"3-equal";s:6:"tablet";s:7:"3-equal";s:6:"mobile";s:4:"full";}s:18:"hb-footer-main-sep";i:1;s:24:"hb-footer-main-sep-color";s:7:"#e6e6e6";s:23:"footer-copyright-editor";s:67:"Copyright [copyright] [current_year] [site_title] | Powered by [BW]";s:22:"footer-copyright-color";s:0:"";s:36:"line-height-section-footer-copyright";s:0:"";s:26:"footer-copyright-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:34:"font-size-section-footer-copyright";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:36:"font-weight-section-footer-copyright";s:7:"inherit";s:36:"font-family-section-footer-copyright";s:7:"inherit";s:39:"text-transform-section-footer-copyright";s:0:"";s:21:"footer-menu-alignment";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:36:"section-below-footer-builder-padding";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:24:"header-search-icon-space";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:24:"header-search-icon-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:37:"transparent-header-social-icons-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:39:"transparent-header-social-icons-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:40:"transparent-header-social-icons-bg-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:42:"transparent-header-social-icons-bg-h-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:34:"transparent-header-html-text-color";s:0:"";s:34:"transparent-header-html-link-color";s:0:"";s:36:"transparent-header-html-link-h-color";s:0:"";s:37:"transparent-header-widget-title-color";s:0:"";s:39:"transparent-header-widget-content-color";s:0:"";s:36:"transparent-header-widget-link-color";s:0:"";s:38:"transparent-header-widget-link-h-color";s:0:"";s:36:"transparent-header-button-text-color";s:0:"";s:38:"transparent-header-button-text-h-color";s:0:"";s:34:"transparent-header-button-bg-color";s:0:"";s:36:"transparent-header-button-bg-h-color";s:0:"";s:17:"off-canvas-layout";s:10:"side-panel";s:16:"off-canvas-slide";s:5:"right";s:33:"header-builder-menu-toggle-target";s:4:"icon";s:34:"header-offcanvas-content-alignment";s:10:"flex-start";s:21:"off-canvas-background";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:22:"off-canvas-close-color";s:7:"#3a3a3a";s:18:"mobile-header-type";s:8:"dropdown";s:24:"off-canvas-inner-spacing";s:0:"";s:18:"footer-menu-layout";a:3:{s:7:"desktop";s:10:"horizontal";s:6:"tablet";s:8:"vertical";s:6:"mobile";s:8:"vertical";}s:29:"footer-menu-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:28:"footer-menu-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"footer-menu-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:30:"footer-menu-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:33:"footer-menu-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:30:"footer-menu-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:21:"footer-menu-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:23:"footer-menu-font-weight";s:7:"inherit";s:23:"footer-menu-font-family";s:7:"inherit";s:26:"footer-menu-text-transform";s:0:"";s:23:"footer-menu-line-height";s:0:"";s:24:"footer-main-menu-spacing";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:1:"0";s:5:"right";s:2:"20";s:6:"bottom";s:1:"0";s:4:"left";s:2:"20";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:19:"header-trigger-icon";s:5:"menu2";s:30:"mobile-header-toggle-icon-size";i:15;s:36:"mobile-header-toggle-btn-border-size";a:4:{s:3:"top";i:1;s:5:"right";i:1;s:6:"bottom";i:1;s:4:"left";i:1;}s:34:"mobile-header-toggle-border-radius";i:2;s:31:"mobile-header-label-font-family";s:7:"inherit";s:31:"mobile-header-label-font-weight";s:7:"inherit";s:34:"mobile-header-label-text-transform";s:0:"";s:31:"mobile-header-label-line-height";s:0:"";s:29:"mobile-header-label-font-size";s:0:"";s:20:"global-color-palette";a:2:{s:7:"palette";a:9:{i:0;s:7:"#060097";i:1;s:7:"#c10fff";i:2;s:7:"#1e293b";i:3;s:7:"#67768e";i:4;s:7:"#f9f6fe";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#ffcd57";i:8;s:7:"#000000";}s:4:"flag";b:0;}s:27:"header-mobile-menu-bg-color";s:0:"";s:24:"header-mobile-menu-color";s:0:"";s:29:"header-mobile-menu-h-bg-color";s:0:"";s:26:"header-mobile-menu-h-color";s:0:"";s:29:"header-mobile-menu-a-bg-color";s:0:"";s:26:"header-mobile-menu-a-color";s:0:"";s:36:"header-mobile-menu-bg-obj-responsive";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:35:"header-mobile-menu-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-2)";s:6:"mobile";s:0:"";}s:40:"header-mobile-menu-h-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:37:"header-mobile-menu-h-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-2)";s:6:"mobile";s:0:"";}s:40:"header-mobile-menu-a-bg-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:37:"header-mobile-menu-a-color-responsive";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-0)";s:6:"mobile";s:0:"";}s:46:"header-mobile-menu-submenu-container-animation";s:4:"fade";s:38:"header-mobile-menu-submenu-item-border";b:0;s:38:"header-mobile-menu-submenu-item-b-size";s:1:"1";s:39:"header-mobile-menu-submenu-item-b-color";s:7:"#eaeaea";s:33:"header-mobile-menu-submenu-border";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:28:"header-mobile-menu-font-size";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:30:"header-mobile-menu-font-weight";s:7:"inherit";s:30:"header-mobile-menu-font-family";s:7:"inherit";s:33:"header-mobile-menu-text-transform";s:0:"";s:30:"header-mobile-menu-line-height";s:0:"";s:28:"woo-header-cart-click-action";s:7:"default";s:23:"woo-slide-in-cart-width";a:6:{s:7:"desktop";i:460;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:41:"woo-header-cart-icon-total-label-position";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:25:"header-woo-cart-icon-size";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:20:"woo-header-cart-icon";s:7:"default";s:26:"woo-header-cart-icon-style";s:7:"outline";s:33:"woo-desktop-cart-flyout-direction";s:5:"right";s:26:"header-woo-cart-icon-color";s:0:"";s:38:"transparent-header-woo-cart-icon-color";s:0:"";s:32:"header-woo-cart-icon-hover-color";s:0:"";s:28:"woo-header-cart-border-width";i:2;s:27:"woo-header-cart-icon-radius";i:3;s:29:"woo-header-cart-badge-display";b:1;s:29:"woo-header-cart-label-display";s:0:"";s:26:"header-woo-cart-text-color";s:0:"";s:26:"header-woo-cart-link-color";s:0:"";s:32:"header-woo-cart-background-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:38:"header-woo-cart-background-hover-color";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:31:"header-woo-cart-separator-color";s:0:"";s:32:"header-woo-cart-link-hover-color";s:0:"";s:30:"header-woo-cart-btn-text-color";s:0:"";s:36:"header-woo-cart-btn-background-color";s:0:"";s:36:"header-woo-cart-btn-text-hover-color";s:0:"";s:34:"header-woo-cart-btn-bg-hover-color";s:0:"";s:34:"header-woo-checkout-btn-text-color";s:0:"";s:40:"header-woo-checkout-btn-background-color";s:0:"";s:40:"header-woo-checkout-btn-text-hover-color";s:0:"";s:38:"header-woo-checkout-btn-bg-hover-color";s:0:"";s:26:"edd-header-cart-icon-style";s:7:"outline";s:26:"edd-header-cart-icon-color";s:0:"";s:27:"edd-header-cart-icon-radius";i:3;s:38:"transparent-header-edd-cart-icon-color";s:0:"";s:29:"edd-header-cart-total-display";b:1;s:29:"edd-header-cart-title-display";b:1;s:26:"header-edd-cart-text-color";s:0:"";s:26:"header-edd-cart-link-color";s:0:"";s:32:"header-edd-cart-background-color";s:0:"";s:31:"header-edd-cart-separator-color";s:0:"";s:34:"header-edd-checkout-btn-text-color";s:0:"";s:40:"header-edd-checkout-btn-background-color";s:0:"";s:40:"header-edd-checkout-btn-text-hover-color";s:0:"";s:38:"header-edd-checkout-btn-bg-hover-color";s:0:"";s:19:"header-account-type";s:7:"default";s:26:"header-account-login-style";s:4:"icon";s:26:"header-account-action-type";s:4:"link";s:24:"header-account-link-type";s:7:"default";s:27:"header-account-logout-style";s:4:"icon";s:30:"header-account-logged-out-text";s:6:"Log In";s:29:"header-account-logged-in-text";s:10:"My Account";s:28:"header-account-logout-action";s:4:"link";s:26:"header-account-image-width";a:3:{s:7:"desktop";s:2:"40";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:24:"header-account-icon-size";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:25:"header-account-icon-color";s:0:"";s:25:"header-account-login-link";a:3:{s:3:"url";s:0:"";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:26:"header-account-logout-link";a:3:{s:3:"url";s:48:"https://websitedemos.net/wp-preview/wp-login.php";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:32:"font-size-section-header-account";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:30:"header-account-type-text-color";s:0:"";s:23:"header-account-woo-menu";b:0;s:22:"cloned-component-track";a:12:{s:13:"header-button";i:2;s:13:"footer-button";i:2;s:11:"header-html";i:2;s:11:"footer-html";i:2;s:11:"header-menu";i:2;s:13:"header-widget";i:4;s:13:"footer-widget";i:4;s:19:"header-social-icons";i:1;s:19:"footer-social-icons";i:1;s:14:"header-divider";i:0;s:14:"footer-divider";i:0;s:13:"removed-items";a:0:{}}s:29:"woo-desktop-cart-flyout-width";i:460;s:50:"ast-callback-notice-header-transparent-header-logo";s:0:"";s:55:"ast-callback-notice-header-transparent-header-logo-link";s:0:"";s:51:"ast-callback-notice-header-transparent-meta-enabled";s:0:"";s:55:"ast-callback-notice-header-transparent-header-meta-link";s:0:"";s:33:"_astra_pb_compatibility_completed";b:1;s:21:"headings-font-variant";s:3:"600";s:30:"mobile-header-toggle-btn-color";s:25:"var(--ast-global-color-5)";s:32:"astra-old-global-sidebar-default";b:0;s:28:"spectra-gutenberg-compat-css";b:0;s:22:"is_theme_queue_running";b:0;s:30:"single-page-ast-content-layout";s:7:"default";s:21:"ast-single-page-title";b:1;s:21:"ast-search-page-title";b:0;s:19:"header-preset-style";s:8:"preset_1";s:25:"header-mobile-popup-items";b:1;s:33:"mobile-header-toggle-btn-bg-color";s:7:"#345633";s:25:"single-page-content-style";s:7:"unboxed";s:30:"ast-dynamic-single-page-layout";s:8:"layout-1";s:33:"ast-dynamic-single-page-structure";a:1:{i:0;s:29:"ast-dynamic-single-page-image";}}', 'yes');
INSERT INTO `wptd_options` VALUES
(230, 'customize_stashed_theme_mods', 'a:0:{}', 'no'),
(1027, '_transient_pll_languages_list', 'a:3:{i:0;a:22:{s:4:"name";s:7:"English";s:4:"slug";s:2:"en";s:10:"term_group";i:0;s:7:"term_id";i:2;s:6:"locale";s:5:"en_US";s:6:"is_rtl";i:0;s:3:"w3c";s:5:"en-US";s:8:"facebook";s:5:"en_US";s:8:"home_url";s:39:"https://www2.zhongcai-am.com/en/home-2/";s:10:"search_url";s:32:"https://www2.zhongcai-am.com/en/";s:4:"host";N;s:13:"page_on_front";i:57;s:14:"page_for_posts";i:0;s:9:"flag_code";s:2:"us";s:8:"flag_url";s:69:"https://www2.zhongcai-am.com/wp-content/plugins/polylang/flags/us.png";s:4:"flag";s:576:"<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAmVBMVEViZsViZMJiYrf9gnL8eWrlYkjgYkjZYkj8/PujwPybvPz4+PetraBEgfo+fvo3efkydfkqcvj8Y2T8UlL8Q0P8MzP9k4Hz8/Lu7u4DdPj9/VrKysI9fPoDc/EAZ7z7IiLHYkjp6ekCcOTk5OIASbfY/v21takAJrT5Dg6sYkjc3Nn94t2RkYD+y8KeYkjs/v7l5fz0dF22YkjWvcOLAAAAgElEQVR4AR2KNULFQBgGZ5J13KGGKvc/Cw1uPe62eb9+Jr1EUBFHSgxxjP2Eca6AfUSfVlUfBvm1Ui1bqafctqMndNkXpb01h5TLx4b6TIXgwOCHfjv+/Pz+5vPRw7txGWT2h6yO0/GaYltIp5PT1dEpLNPL/SdWjYjAAZtvRPgHJX4Xio+DSrkAAAAASUVORK5CYII=" alt="English" width="16" height="11" style="width: 16px; height: 11px;" />";s:15:"custom_flag_url";s:0:"";s:11:"custom_flag";s:0:"";s:6:"active";b:1;s:9:"fallbacks";a:0:{}s:10:"is_default";b:0;s:10:"term_props";a:2:{s:8:"language";a:3:{s:7:"term_id";i:2;s:16:"term_taxonomy_id";i:2;s:5:"count";i:15;}s:13:"term_language";a:3:{s:7:"term_id";i:3;s:16:"term_taxonomy_id";i:3;s:5:"count";i:2;}}}i:1;a:22:{s:4:"name";s:12:"简体中文";s:4:"slug";s:2:"zh";s:10:"term_group";i:0;s:7:"term_id";i:5;s:6:"locale";s:5:"zh_CN";s:6:"is_rtl";i:0;s:3:"w3c";s:5:"zh-CN";s:8:"facebook";s:5:"zh_CN";s:8:"home_url";s:29:"https://www2.zhongcai-am.com/";s:10:"search_url";s:29:"https://www2.zhongcai-am.com/";s:4:"host";N;s:13:"page_on_front";i:114;s:14:"page_for_posts";i:0;s:9:"flag_code";s:2:"cn";s:8:"flag_url";s:69:"https://www2.zhongcai-am.com/wp-content/plugins/polylang/flags/cn.png";s:4:"flag";s:449:"<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAXVBMVEXUAADlQgDLAADBAADtgXn63Xjypnf1wHHpcG/oZmbmXVzlU1PjS0q1AAD981775VvwnVD2zkvhPz/fNzfdMjHcKyvaJyfsi0baISHYGhqqAADWExPTDQ2jAACfAAApGpDBAAAAWklEQVR4ATXIhQHDQBTDUMll2n/RMiU5/vQsAE4EsPbaKVOU+pXNwc/WKQXeDZMKu+psCXw/Z7efarmENd6GIwGpXhUvM4spxoiEbouRNT7Fmtaq+RG4wAqZZvceD8DeIelqAAAAAElFTkSuQmCC" alt="简体中文" width="16" height="11" style="width: 16px; height: 11px;" />";s:15:"custom_flag_url";s:0:"";s:11:"custom_flag";s:0:"";s:6:"active";b:1;s:9:"fallbacks";a:0:{}s:10:"is_default";b:1;s:10:"term_props";a:2:{s:8:"language";a:3:{s:7:"term_id";i:5;s:16:"term_taxonomy_id";i:5;s:5:"count";i:13;}s:13:"term_language";a:3:{s:7:"term_id";i:6;s:16:"term_taxonomy_id";i:6;s:5:"count";i:2;}}}i:2;a:22:{s:4:"name";s:12:"繁體中文";s:4:"slug";s:5:"zh-tw";s:10:"term_group";i:0;s:7:"term_id";i:9;s:6:"locale";s:5:"zh_TW";s:6:"is_rtl";i:0;s:3:"w3c";s:5:"zh-TW";s:8:"facebook";s:5:"zh_TW";s:8:"home_url";s:35:"https://www2.zhongcai-am.com/zh-tw/";s:10:"search_url";s:35:"https://www2.zhongcai-am.com/zh-tw/";s:4:"host";N;s:13:"page_on_front";i:0;s:14:"page_for_posts";i:0;s:9:"flag_code";s:2:"tw";s:8:"flag_url";s:69:"https://www2.zhongcai-am.com/wp-content/plugins/polylang/flags/tw.png";s:4:"flag";s:429:"<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAMAAABBPP0LAAAAVFBMVEUAILQAGrEAEazhAAD5AADwAACBot+5ued2mNv6aWv7X1/5UVHoAACWltz5+fz+/v5ahNPyRkv5QkL5OTn2MTH3Kir1JiZOe87rOkb1Hh70FRXyDQ3JFHMOAAAAU0lEQVR4AQXBgQ3CMBAAMV8+Iuy/LKhUgB0kRchDfksRbU59R1Xd14If51QNK3Ndc6im7Hg63DVhr/kct2pSr8WRahIWUk1i2XrHo7tYbB8IL/AHd28PeH6kKkoAAAAASUVORK5CYII=" alt="繁體中文" width="16" height="11" style="width: 16px; height: 11px;" />";s:15:"custom_flag_url";s:0:"";s:11:"custom_flag";s:0:"";s:6:"active";b:1;s:9:"fallbacks";a:0:{}s:10:"is_default";b:0;s:10:"term_props";a:2:{s:8:"language";a:3:{s:7:"term_id";i:9;s:16:"term_taxonomy_id";i:9;s:5:"count";i:0;}s:13:"term_language";a:3:{s:7:"term_id";i:10;s:16:"term_taxonomy_id";i:10;s:5:"count";i:1;}}}}', 'yes'),
(180, 'pll_dismissed_notices', 'a:1:{i:0;s:6:"wizard";}', 'yes'),
(234, 'astra-typography-presets', '', 'yes'),
(208, 'wp_tabs_version', '2.2.3', 'yes'),
(209, 'wp_tabs_db_version', '2.2.3', 'yes'),
(210, 'wp_tabs_first_version', '2.2.3', 'yes'),
(211, 'wp_tabs_activation_date', '1717908915', 'yes'),
(212, 'sp-tab__settings', 'a:2:{s:18:"sptpro_data_remove";b:0;s:17:"sptpro_custom_css";s:0:"";}', 'yes'),
(213, 'widget_wptabs_widget', 'a:1:{s:12:"_multiwidget";i:1;}', 'yes'),
(214, '_transient_timeout_sptabs_plugins', '1717995316', 'no'),
(215, 'sp_wptabs_review_notice_dismiss', 'a:2:{s:4:"time";i:1717908927;s:9:"dismissed";b:0;}', 'yes'),
(188, 'current_theme', 'Astra', 'yes'),
(189, 'theme_switched', '', 'yes'),
(193, 'theme_mods_finance-elementor', 'a:1:{s:18:"custom_css_post_id";i:-1;}', 'yes'),
(233, 'astra-color-palettes', 'a:4:{s:14:"currentPalette";s:9:"palette_1";s:8:"palettes";a:3:{s:9:"palette_1";a:9:{i:0;s:7:"#060097";i:1;s:7:"#c10fff";i:2;s:7:"#1e293b";i:3;s:7:"#67768e";i:4;s:7:"#f9f6fe";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#ffcd57";i:8;s:7:"#000000";}s:9:"palette_2";a:9:{i:0;s:7:"#0170B9";i:1;s:7:"#3a3a3a";i:2;s:7:"#3a3a3a";i:3;s:7:"#4B4F58";i:4;s:7:"#F5F5F5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#424242";i:8;s:7:"#000000";}s:9:"palette_3";a:9:{i:0;s:7:"#0170B9";i:1;s:7:"#3a3a3a";i:2;s:7:"#3a3a3a";i:3;s:7:"#4B4F58";i:4;s:7:"#F5F5F5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#424242";i:8;s:7:"#000000";}}s:7:"presets";a:10:{s:8:"preset_1";a:9:{i:0;s:7:"#0067FF";i:1;s:7:"#005EE9";i:2;s:7:"#0F172A";i:3;s:7:"#364151";i:4;s:7:"#E7F6FF";i:5;s:7:"#FFFFFF";i:6;s:7:"#D1DAE5";i:7;s:7:"#070614";i:8;s:7:"#222222";}s:8:"preset_2";a:9:{i:0;s:7:"#6528F7";i:1;s:7:"#5511F8";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#F2F0FE";i:5;s:7:"#FFFFFF";i:6;s:7:"#D8D8F5";i:7;s:7:"#0D0614";i:8;s:7:"#222222";}s:8:"preset_3";a:9:{i:0;s:7:"#DD183B";i:1;s:7:"#CC1939";i:2;s:7:"#0F172A";i:3;s:7:"#3A3A3A";i:4;s:7:"#FFEDE6";i:5;s:7:"#FFFFFF";i:6;s:7:"#FFD1BF";i:7;s:7:"#140609";i:8;s:7:"#222222";}s:8:"preset_4";a:9:{i:0;s:7:"#54B435";i:1;s:7:"#379237";i:2;s:7:"#0F172A";i:3;s:7:"#2F3B40";i:4;s:7:"#EDFBE2";i:5;s:7:"#FFFFFF";i:6;s:7:"#D5EAD8";i:7;s:7:"#0C1406";i:8;s:7:"#222222";}s:8:"preset_5";a:9:{i:0;s:7:"#DCA54A";i:1;s:7:"#D09A40";i:2;s:7:"#0F172A";i:3;s:7:"#4A4A4A";i:4;s:7:"#FAF5E5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F0E6C5";i:7;s:7:"#141004";i:8;s:7:"#222222";}s:8:"preset_6";a:9:{i:0;s:7:"#FB5FAB";i:1;s:7:"#EA559D";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#FCEEF5";i:5;s:7:"#FFFFFF";i:6;s:7:"#FAD8E9";i:7;s:7:"#140610";i:8;s:7:"#222222";}s:8:"preset_7";a:9:{i:0;s:7:"#1B9C85";i:1;s:7:"#178E79";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#EDF6EE";i:5;s:7:"#FFFFFF";i:6;s:7:"#D4F3D7";i:7;s:7:"#06140C";i:8;s:7:"#222222";}s:8:"preset_8";a:9:{i:0;s:7:"#FD9800";i:1;s:7:"#E98C00";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#FEF9E1";i:5;s:7:"#FFFFFF";i:6;s:7:"#F9F0C8";i:7;s:7:"#141006";i:8;s:7:"#222222";}s:8:"preset_9";a:9:{i:0;s:7:"#FF6210";i:1;s:7:"#F15808";i:2;s:7:"#1C0D0A";i:3;s:7:"#353535";i:4;s:7:"#FEF1E4";i:5;s:7:"#FFFFFF";i:6;s:7:"#E5D7D1";i:7;s:7:"#140B06";i:8;s:7:"#222222";}s:9:"preset_10";a:9:{i:0;s:7:"#737880";i:1;s:7:"#65696F";i:2;s:7:"#151616";i:3;s:7:"#393C40";i:4;s:7:"#F6F6F6";i:5;s:7:"#FFFFFF";i:6;s:7:"#F1F0F0";i:7;s:7:"#232529";i:8;s:7:"#222222";}}s:4:"flag";b:0;}', 'yes'),
(222, 'theme_mods_astra', 'a:3:{s:18:"custom_css_post_id";i:-1;s:18:"nav_menu_locations";a:5:{s:7:"primary";i:22;s:14:"secondary_menu";i:0;s:11:"mobile_menu";i:22;s:21:"loggedin_account_menu";i:0;s:11:"footer_menu";i:0;}s:11:"custom_logo";i:27;}', 'yes'),
(229, 'site_logo', '27', 'yes'),
(224, 'theme_switch_menu_locations', 'a:15:{s:7:"primary";i:0;s:12:"primary___zh";i:0;s:15:"primary___zh-tw";i:0;s:14:"secondary_menu";i:0;s:19:"secondary_menu___zh";i:0;s:22:"secondary_menu___zh-tw";i:0;s:11:"mobile_menu";i:0;s:16:"mobile_menu___zh";i:0;s:19:"mobile_menu___zh-tw";i:0;s:21:"loggedin_account_menu";i:0;s:26:"loggedin_account_menu___zh";i:0;s:29:"loggedin_account_menu___zh-tw";i:0;s:11:"footer_menu";i:0;s:16:"footer_menu___zh";i:0;s:19:"footer_menu___zh-tw";i:0;}', 'yes'),
(225, 'theme_switched_via_customizer', '', 'yes'),
(584, 'sp_tab_page_id74', 'a:2:{i:0;s:3:"170";i:1;s:3:"171";}', 'yes'),
(374, '_site_transient_update_core', 'O:8:"stdClass":4:{s:7:"updates";a:2:{i:0;O:8:"stdClass":10:{s:8:"response";s:7:"upgrade";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.5.4.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.5.4.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.5.4-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.5.4-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.5.4";s:7:"version";s:5:"6.5.4";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:"";}i:1;O:8:"stdClass":11:{s:8:"response";s:10:"autoupdate";s:8:"download";s:59:"https://downloads.wordpress.org/release/wordpress-6.5.4.zip";s:6:"locale";s:5:"en_US";s:8:"packages";O:8:"stdClass":5:{s:4:"full";s:59:"https://downloads.wordpress.org/release/wordpress-6.5.4.zip";s:10:"no_content";s:70:"https://downloads.wordpress.org/release/wordpress-6.5.4-no-content.zip";s:11:"new_bundled";s:71:"https://downloads.wordpress.org/release/wordpress-6.5.4-new-bundled.zip";s:7:"partial";s:0:"";s:8:"rollback";s:0:"";}s:7:"current";s:5:"6.5.4";s:7:"version";s:5:"6.5.4";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:9:"new_files";s:1:"1";}}s:12:"last_checked";i:1718200283;s:15:"version_checked";s:5:"6.4.4";s:12:"translations";a:0:{}}', 'no'),
(668, '_transient_health-check-site-status-result', '{"good":15,"recommended":7,"critical":2}', 'yes'),
(533, 'sp_tab_page_id76', 'a:2:{i:0;s:3:"102";i:1;s:3:"103";}', 'yes'),
(453, '_ninja_table_lead_options', 'a:2:{s:17:"lead_optin_status";s:2:"no";s:15:"lead_optin_time";i:1717918984;}', 'yes'),
(544, 'astra_partials_config_cache', 'a:2:{s:8:"settings";a:1006:{s:46:"section-header-builder-layout-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[cloned-component-track]";a:4:{s:7:"default";a:12:{s:13:"header-button";i:2;s:13:"footer-button";i:2;s:11:"header-html";i:2;s:11:"footer-html";i:2;s:11:"header-menu";i:2;s:13:"header-widget";i:4;s:13:"footer-widget";i:4;s:19:"header-social-icons";i:1;s:19:"footer-social-icons";i:1;s:14:"header-divider";i:0;s:14:"footer-divider";i:0;s:13:"removed-items";a:0:{}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[builder-header]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[header-desktop-items]";a:4:{s:7:"default";a:5:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:5:{s:10:"above_left";a:0:{}s:17:"above_left_center";a:0:{}s:12:"above_center";a:0:{}s:18:"above_right_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:5:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:19:"primary_left_center";a:0:{}s:14:"primary_center";a:0:{}s:20:"primary_right_center";a:0:{}s:13:"primary_right";a:0:{}}s:5:"below";a:5:{s:10:"below_left";a:0:{}s:17:"below_left_center";a:0:{}s:12:"below_center";a:0:{}s:18:"below_right_center";a:0:{}s:11:"below_right";a:1:{i:0;s:6:"menu-1";}}s:4:"flag";b:0;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-preset-style]";a:4:{s:7:"default";s:8:"preset_1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-desktop-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-mobile-items]";a:4:{s:7:"default";a:5:{s:5:"popup";a:1:{s:13:"popup_content";a:1:{i:0;s:11:"mobile-menu";}}s:5:"above";a:3:{s:10:"above_left";a:0:{}s:12:"above_center";a:0:{}s:11:"above_right";a:0:{}}s:7:"primary";a:3:{s:12:"primary_left";a:1:{i:0;s:4:"logo";}s:14:"primary_center";a:0:{}s:13:"primary_right";a:1:{i:0;s:14:"mobile-trigger";}}s:5:"below";a:3:{s:10:"below_left";a:0:{}s:12:"below_center";a:0:{}s:11:"below_right";a:0:{}}s:4:"flag";b:0;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-mobile-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-mobile-popup-items]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-transparent-link-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-transparant-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hb-header-main-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-builder-layout-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-builder-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[button-preset-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[theme-button-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[theme-button-bg-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[theme-button-border-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[theme-button-border-group-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:56:"astra-settings[theme-button-border-group-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:28:"astra-settings[button-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[button-h-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:31:"astra-settings[button-bg-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-7)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[button-bg-h-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-7)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[theme-button-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"40";s:6:"bottom";s:2:"20";s:4:"left";s:2:"40";}s:6:"tablet";a:4:{s:3:"top";s:2:"18";s:5:"right";s:2:"32";s:6:"bottom";s:2:"18";s:4:"left";s:2:"32";}s:6:"mobile";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"28";s:6:"bottom";s:2:"15";s:4:"left";s:2:"28";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[theme-button-border-group-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[button-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:50;s:5:"right";i:50;s:6:"bottom";i:50;s:4:"left";i:50;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[secondary-button-preset-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[secondary-theme-button-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[secondary-theme-button-bg-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[secondary-theme-button-border-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:64:"astra-settings[secondary-theme-button-border-group-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:66:"astra-settings[secondary-theme-button-border-group-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:38:"astra-settings[secondary-button-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[secondary-button-h-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[secondary-button-bg-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-7)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[secondary-button-bg-h-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-7)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[secondary-theme-button-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"40";s:6:"bottom";s:2:"20";s:4:"left";s:2:"40";}s:6:"tablet";a:4:{s:3:"top";s:2:"18";s:5:"right";s:2:"32";s:6:"bottom";s:2:"18";s:4:"left";s:2:"32";}s:6:"mobile";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"28";s:6:"bottom";s:2:"15";s:4:"left";s:2:"28";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:63:"astra-settings[secondary-theme-button-border-group-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";s:1:"0";s:5:"right";s:1:"0";s:6:"bottom";s:1:"0";s:4:"left";s:1:"0";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[secondary-button-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:50;s:5:"right";i:50;s:6:"bottom";i:50;s:4:"left";i:50;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:34:"section-secondary-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[site-content-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[narrow-container-max-width]";a:4:{s:7:"default";i:750;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[different-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-header-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:37:"astra-settings[different-mobile-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[mobile-header-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:33:"astra-settings[use-logo-svg-icon]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[logo-svg-icon]";a:4:{s:7:"default";a:2:{s:4:"type";s:0:"";s:5:"value";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:22:"sanitize_logo_svg_icon";}}s:39:"astra-settings[logo-svg-site-title-gap]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:1:"5";s:6:"tablet";s:1:"5";s:6:"mobile";s:1:"5";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[ast-header-responsive-logo-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[display-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:0;s:6:"tablet";b:0;s:6:"mobile";b:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[display-site-tagline-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";b:0;s:6:"tablet";i:0;s:6:"mobile";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[logo-title-inline]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[site-identity-title-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-color-site-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[logo-svg-icon-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[logo-svg-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[logo-svg-icon-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-color-h-site-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-color-site-tagline]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[site-icon-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[blog-width]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[blog-max-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[blog-post-content]";a:4:{s:7:"default";s:7:"excerpt";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[blog-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:27:"astra-settings[blog-layout]";a:4:{s:7:"default";s:13:"blog-layout-4";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[blog-post-per-page]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[archive-post-content-structure-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[blog-post-structure]";a:4:{s:7:"default";a:5:{i:0;s:5:"image";i:1;s:8:"category";i:2;s:5:"title";i:3;s:10:"title-meta";i:4;s:7:"excerpt";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[blog-meta-date-type]";a:4:{s:7:"default";s:9:"published";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[blog-meta-date-format]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[blog-image-ratio-type]";a:4:{s:7:"default";s:10:"predefined";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[blog-image-ratio-pre-scale]";a:4:{s:7:"default";s:4:"16/9";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[blog-image-custom-scale-width]";a:4:{s:7:"default";i:16;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_number_n_blank";}}s:46:"astra-settings[blog-image-custom-scale-height]";a:4:{s:7:"default";i:9;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[blog-custom-image-scale-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[blog-hover-effect]";a:4:{s:7:"default";s:7:"zoom-in";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:31:"astra-settings[blog-image-size]";a:4:{s:7:"default";s:5:"large";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[blog-post-color-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[post-card-featured-overlay]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[post-card-border-radius]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:6;s:5:"right";i:6;s:6:"bottom";i:6;s:4:"left";i:6;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[blog-category-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[blog-tag-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[blog-post-meta-divider-type]";a:4:{s:7:"default";s:1:"/";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[blog-meta-category-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[blog-meta-tag-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:29:"section-blog-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[blog-meta]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[blog-single-width]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[blog-single-max-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[single-content-images-shadow]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[section-blog-single-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[single-post-outside-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[single-post-inside-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:36:"section-blog-single-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[site-sidebar-layout]";a:4:{s:7:"default";s:10:"no-sidebar";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[site-sidebar-style]";a:4:{s:7:"default";s:7:"unboxed";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[site-sidebar-width]";a:4:{s:7:"default";i:30;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[site-sidebar-width-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:35:"astra-settings[site-sticky-sidebar]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-sidebar-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[ast-site-content-layout]";a:4:{s:7:"default";s:22:"normal-width-container";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[site-content-style]";a:4:{s:7:"default";s:5:"boxed";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[surface-colors-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[site-layout-outside-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:8:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[content-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:8:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";s:16:"background-media";s:0:"";}s:6:"tablet";a:8:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";s:16:"background-media";s:0:"";}s:6:"mobile";a:8:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[ast-site-layout-button-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[global-color-palette]";a:4:{s:7:"default";a:2:{s:7:"palette";a:9:{i:0;s:7:"#060097";i:1;s:7:"#c10fff";i:2;s:7:"#1e293b";i:3;s:7:"#67768e";i:4;s:7:"#f9f6fe";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#ffcd57";i:8;s:7:"#000000";}s:4:"flag";b:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:20:"astra-color-palettes";a:4:{s:7:"default";a:4:{s:14:"currentPalette";s:9:"palette_1";s:8:"palettes";a:3:{s:9:"palette_1";a:9:{i:0;s:7:"#060097";i:1;s:7:"#c10fff";i:2;s:7:"#1e293b";i:3;s:7:"#67768e";i:4;s:7:"#f9f6fe";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#ffcd57";i:8;s:7:"#000000";}s:9:"palette_2";a:9:{i:0;s:7:"#0170B9";i:1;s:7:"#3a3a3a";i:2;s:7:"#3a3a3a";i:3;s:7:"#4B4F58";i:4;s:7:"#F5F5F5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#424242";i:8;s:7:"#000000";}s:9:"palette_3";a:9:{i:0;s:7:"#0170B9";i:1;s:7:"#3a3a3a";i:2;s:7:"#3a3a3a";i:3;s:7:"#4B4F58";i:4;s:7:"#F5F5F5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F2F5F7";i:7;s:7:"#424242";i:8;s:7:"#000000";}}s:7:"presets";a:10:{s:8:"preset_1";a:9:{i:0;s:7:"#0067FF";i:1;s:7:"#005EE9";i:2;s:7:"#0F172A";i:3;s:7:"#364151";i:4;s:7:"#E7F6FF";i:5;s:7:"#FFFFFF";i:6;s:7:"#D1DAE5";i:7;s:7:"#070614";i:8;s:7:"#222222";}s:8:"preset_2";a:9:{i:0;s:7:"#6528F7";i:1;s:7:"#5511F8";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#F2F0FE";i:5;s:7:"#FFFFFF";i:6;s:7:"#D8D8F5";i:7;s:7:"#0D0614";i:8;s:7:"#222222";}s:8:"preset_3";a:9:{i:0;s:7:"#DD183B";i:1;s:7:"#CC1939";i:2;s:7:"#0F172A";i:3;s:7:"#3A3A3A";i:4;s:7:"#FFEDE6";i:5;s:7:"#FFFFFF";i:6;s:7:"#FFD1BF";i:7;s:7:"#140609";i:8;s:7:"#222222";}s:8:"preset_4";a:9:{i:0;s:7:"#54B435";i:1;s:7:"#379237";i:2;s:7:"#0F172A";i:3;s:7:"#2F3B40";i:4;s:7:"#EDFBE2";i:5;s:7:"#FFFFFF";i:6;s:7:"#D5EAD8";i:7;s:7:"#0C1406";i:8;s:7:"#222222";}s:8:"preset_5";a:9:{i:0;s:7:"#DCA54A";i:1;s:7:"#D09A40";i:2;s:7:"#0F172A";i:3;s:7:"#4A4A4A";i:4;s:7:"#FAF5E5";i:5;s:7:"#FFFFFF";i:6;s:7:"#F0E6C5";i:7;s:7:"#141004";i:8;s:7:"#222222";}s:8:"preset_6";a:9:{i:0;s:7:"#FB5FAB";i:1;s:7:"#EA559D";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#FCEEF5";i:5;s:7:"#FFFFFF";i:6;s:7:"#FAD8E9";i:7;s:7:"#140610";i:8;s:7:"#222222";}s:8:"preset_7";a:9:{i:0;s:7:"#1B9C85";i:1;s:7:"#178E79";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#EDF6EE";i:5;s:7:"#FFFFFF";i:6;s:7:"#D4F3D7";i:7;s:7:"#06140C";i:8;s:7:"#222222";}s:8:"preset_8";a:9:{i:0;s:7:"#FD9800";i:1;s:7:"#E98C00";i:2;s:7:"#0F172A";i:3;s:7:"#454F5E";i:4;s:7:"#FEF9E1";i:5;s:7:"#FFFFFF";i:6;s:7:"#F9F0C8";i:7;s:7:"#141006";i:8;s:7:"#222222";}s:8:"preset_9";a:9:{i:0;s:7:"#FF6210";i:1;s:7:"#F15808";i:2;s:7:"#1C0D0A";i:3;s:7:"#353535";i:4;s:7:"#FEF1E4";i:5;s:7:"#FFFFFF";i:6;s:7:"#E5D7D1";i:7;s:7:"#140B06";i:8;s:7:"#222222";}s:9:"preset_10";a:9:{i:0;s:7:"#737880";i:1;s:7:"#65696F";i:2;s:7:"#151616";i:3;s:7:"#393C40";i:4;s:7:"#F6F6F6";i:5;s:7:"#FFFFFF";i:6;s:7:"#F1F0F0";i:7;s:7:"#232529";i:8;s:7:"#222222";}}s:4:"flag";b:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[theme-color-divider-reset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:27:"astra-settings[theme-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-0)";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[base-link-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[link-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-0)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[link-h-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-1)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:26:"astra-settings[text-color]";a:4:{s:7:"default";s:7:"#334155";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[border-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-6)";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[ast-blog-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[font-size-page-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[font-size-post-meta]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:13;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[font-size-post-tax]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:14;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[ast-body-font-settings-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-body-font-settings]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[body-font-family]";a:4:{s:7:"default";s:19:"''Inter'', sans-serif";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:33:"astra-settings[body-font-variant]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:21:"sanitize_font_variant";}}s:32:"astra-settings[body-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:30:"astra-settings[font-size-body]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[body-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:4:"1.65";s:16:"line-height-unit";s:0:"";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[ast-headings-font-settings]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-headings-font-settings-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[headings-font-family]";a:4:{s:7:"default";s:31:"''Plus Jakarta Sans'', sans-serif";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:36:"astra-settings[headings-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:37:"astra-settings[headings-font-variant]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:21:"sanitize_font_variant";}}s:36:"astra-settings[headings-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[para-margin-bottom]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[underline-content-links]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h1-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h2-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h3-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h4-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h5-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[ast-heading-h6-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:28:"astra-settings[wp-blocks-ui]";a:4:{s:7:"default";s:6:"custom";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[wp-blocks-global-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:3:"100";s:5:"right";s:2:"80";s:6:"bottom";s:3:"100";s:4:"left";s:2:"80";}s:6:"tablet";a:4:{s:3:"top";s:2:"50";s:5:"right";s:2:"50";s:6:"bottom";s:2:"50";s:4:"left";s:2:"50";}s:6:"mobile";a:4:{s:3:"top";s:2:"50";s:5:"right";s:2:"30";s:6:"bottom";s:2:"50";s:4:"left";s:2:"30";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[wp-blocks-ui-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:33:"comments-section-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[comments-single-section-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[enable-comments-area]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[comments-box-placement]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[comments-box-container-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[comment-form-position]";a:4:{s:7:"default";s:5:"below";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-sub-section-comments-border-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-sub-section-comments-border-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-sub-section-comments-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:54:"astra-settings[ast-sub-section-comments-border-radius]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[ast-sub-section-comments-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[ast-sub-section-comments-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";i:2;s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:47:"astra-settings[ast-sub-section-comments-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:2;s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:30:"astra-settings[font-family-h1]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h1]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h1]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:64;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h1]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.4";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h2]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h2]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h2]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:48;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h2]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.3";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h3]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h3]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h3]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:24;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h3]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.3";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h4]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h4]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h4]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h4]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h5]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h5]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h5]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h5]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.2";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-family-h6]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:30:"astra-settings[font-weight-h6]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:28:"astra-settings[font-size-h6]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[font-extras-h6]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:4:"1.25";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-single-post-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:24:"astra-typography-presets";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[enable-scroll-to-id]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[site-accessibility-toggle]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[site-accessibility-highlight-type]";a:4:{s:7:"default";s:6:"dotted";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[site-accessibility-highlight-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[site-accessibility-highlight-input-type]";a:4:{s:7:"default";s:7:"disable";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[site-accessibility-highlight-input-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[astra-pro-section-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[single-post-ast-content-layout]";a:4:{s:7:"default";s:22:"narrow-width-container";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[single-post-content-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-post-sidebar-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[single-post-sidebar-style]";a:4:{s:7:"default";s:5:"boxed";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"ast-dynamic-single-post-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-single-post-title]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[ast-dynamic-single-post-layout]";a:4:{s:7:"default";s:8:"layout-1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-width-type]";a:4:{s:7:"default";s:9:"fullwidth";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-post-banner-custom-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[ast-dynamic-single-post-structure]";a:4:{s:7:"default";a:2:{i:0;s:29:"ast-dynamic-single-post-title";i:1;s:28:"ast-dynamic-single-post-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:80:"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]";a:4:{s:7:"default";s:6:"behind";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:80:"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:73:"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]";a:4:{s:7:"default";s:4:"wide";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:73:"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]";a:4:{s:7:"default";s:10:"predefined";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:78:"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]";a:4:{s:7:"default";s:4:"16/9";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:81:"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]";a:4:{s:7:"default";i:16;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_number_n_blank";}}s:82:"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]";a:4:{s:7:"default";i:9;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_number_n_blank";}}s:87:"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[ast-dynamic-single-post-article-featured-image-size]";a:4:{s:7:"default";s:5:"large";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-post-remove-featured-padding]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-post-featured-as-background]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-post-banner-featured-overlay]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-post-structural-taxonomy]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[ast-dynamic-single-post-metadata]";a:4:{s:7:"default";a:2:{i:0;s:6:"author";i:1;s:4:"date";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-post-author-prefix-label]";a:4:{s:7:"default";s:3:"By ";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-post-author-avatar]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-post-author-avatar-size]";a:4:{s:7:"default";i:30;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-single-post-meta-date-type]";a:4:{s:7:"default";s:9:"published";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[ast-dynamic-single-post-date-format]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-post-metadata-separator]";a:4:{s:7:"default";s:1:"/";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-single-post-horizontal-alignment]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-post-vertical-alignment]";a:4:{s:7:"default";s:6:"center";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-post-banner-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[ast-dynamic-single-post-elements-gap]";a:4:{s:7:"default";i:15;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-background]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-post-banner-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-banner-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-post-banner-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:69:"astra-settings[ast-dynamic-single-post-banner-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-post-banner-text-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-text-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-post-text-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-post-text-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-text-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:57:"astra-settings[ast-dynamic-single-post-title-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:55:"astra-settings[ast-dynamic-single-post-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"32";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-post-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-meta-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-post-meta-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-post-meta-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:13;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-meta-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-post-banner-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:54:"astra-settings[ast-dynamic-single-post-banner-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:3;s:5:"right";i:3;s:6:"bottom";i:3;s:4:"left";i:3;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[ast-dynamic-single-post-taxonomy]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-single-post-taxonomy-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-single-post-taxonomy-1]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-taxonomy-1-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-single-post-taxonomy-2]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-post-taxonomy-2-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[single-page-ast-content-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[single-page-content-style]";a:4:{s:7:"default";s:7:"unboxed";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[single-page-sidebar-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[single-page-sidebar-style]";a:4:{s:7:"default";s:7:"unboxed";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"ast-dynamic-single-page-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-single-page-title]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[ast-dynamic-single-page-layout]";a:4:{s:7:"default";s:8:"layout-1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-width-type]";a:4:{s:7:"default";s:9:"fullwidth";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-page-banner-custom-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[ast-dynamic-single-page-structure]";a:4:{s:7:"default";a:1:{i:0;s:29:"ast-dynamic-single-page-image";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:80:"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]";a:4:{s:7:"default";s:6:"behind";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:80:"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:73:"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]";a:4:{s:7:"default";s:4:"wide";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:73:"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]";a:4:{s:7:"default";s:10:"predefined";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:78:"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]";a:4:{s:7:"default";s:4:"16/9";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:81:"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]";a:4:{s:7:"default";i:16;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_number_n_blank";}}s:82:"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]";a:4:{s:7:"default";i:9;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_number_n_blank";}}s:87:"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[ast-dynamic-single-page-article-featured-image-size]";a:4:{s:7:"default";s:5:"large";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-page-remove-featured-padding]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-page-featured-as-background]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-page-banner-featured-overlay]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-page-structural-taxonomy]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[ast-dynamic-single-page-metadata]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:6:"author";i:2;s:4:"date";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-single-page-author-prefix-label]";a:4:{s:7:"default";s:3:"By ";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-page-author-avatar]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-page-author-avatar-size]";a:4:{s:7:"default";i:30;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-single-page-meta-date-type]";a:4:{s:7:"default";s:9:"published";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[ast-dynamic-single-page-date-format]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-page-metadata-separator]";a:4:{s:7:"default";s:1:"/";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-single-page-horizontal-alignment]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-page-vertical-alignment]";a:4:{s:7:"default";s:6:"center";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-page-banner-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[ast-dynamic-single-page-elements-gap]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-background]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-single-page-banner-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-banner-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[ast-dynamic-single-page-banner-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:69:"astra-settings[ast-dynamic-single-page-banner-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-page-banner-text-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-text-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-page-text-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-page-text-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-text-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:57:"astra-settings[ast-dynamic-single-page-title-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:55:"astra-settings[ast-dynamic-single-page-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"32";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-single-page-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-meta-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:56:"astra-settings[ast-dynamic-single-page-meta-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:54:"astra-settings[ast-dynamic-single-page-meta-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-meta-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-single-page-banner-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:54:"astra-settings[ast-dynamic-single-page-banner-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:3;s:5:"right";i:3;s:6:"bottom";i:3;s:4:"left";i:3;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:47:"ast-dynamic-single-page-parent-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[section-single-page-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[section-single-page-padding]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[section-single-page-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[ast-dynamic-single-page-taxonomy]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-single-page-taxonomy-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-single-page-taxonomy-1]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-taxonomy-1-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-single-page-taxonomy-2]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[ast-dynamic-single-page-taxonomy-2-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[archive-post-ast-content-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[archive-post-content-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[archive-post-sidebar-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[archive-post-sidebar-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"ast-dynamic-archive-post-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-archive-post-title]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[ast-dynamic-archive-post-layout]";a:4:{s:7:"default";s:8:"layout-1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-width-type]";a:4:{s:7:"default";s:9:"fullwidth";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[ast-dynamic-archive-post-banner-custom-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[ast-dynamic-archive-post-structure]";a:4:{s:7:"default";a:2:{i:0;s:30:"ast-dynamic-archive-post-title";i:1;s:36:"ast-dynamic-archive-post-description";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-archive-post-custom-title]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[ast-dynamic-archive-post-custom-title-support]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-archive-post-custom-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[ast-dynamic-archive-post-custom-description-support]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[ast-dynamic-archive-post-horizontal-alignment]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-archive-post-vertical-alignment]";a:4:{s:7:"default";s:6:"center";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-archive-post-banner-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-dynamic-archive-post-elements-gap]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-image-type]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-archive-post-banner-custom-bg]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[ast-dynamic-archive-post-banner-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-banner-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:64:"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:70:"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:69:"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-archive-post-text-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:57:"astra-settings[ast-dynamic-archive-post-text-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:55:"astra-settings[ast-dynamic-archive-post-text-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[ast-dynamic-archive-post-text-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:58:"astra-settings[ast-dynamic-archive-post-title-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:56:"astra-settings[ast-dynamic-archive-post-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"32";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-dynamic-archive-post-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[ast-dynamic-archive-post-banner-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[ast-dynamic-archive-post-banner-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:3;s:5:"right";i:3;s:6:"bottom";i:3;s:4:"left";i:3;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[ast-dynamic-archive-post-banner-on-blog]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"section-search-page-title-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[ast-search-page-title]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-search-page-title-layout]";a:4:{s:7:"default";s:8:"layout-1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[section-search-page-title-banner-width-type]";a:4:{s:7:"default";s:9:"fullwidth";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[section-search-page-title-banner-custom-width]";a:4:{s:7:"default";i:1200;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[section-search-page-title-structure]";a:4:{s:7:"default";a:2:{i:0;s:31:"section-search-page-title-title";i:1;s:36:"section-search-page-title-breadcrumb";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-search-page-title-custom-title]";a:4:{s:7:"default";s:19:"Search Results for:";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:66:"astra-settings[section-search-page-title-found-custom-description]";a:4:{s:7:"default";s:44:"Here are the search results for your search.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:70:"astra-settings[section-search-page-title-not-found-custom-description]";a:4:{s:7:"default";s:85:"Sorry, but we could not find anything related to your search terms. Please try again.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[section-search-page-title-horizontal-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[section-search-page-title-vertical-alignment]";a:4:{s:7:"default";s:6:"center";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[section-search-page-title-banner-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-search-page-title-elements-gap]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[section-search-page-title-banner-image-type]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[section-search-page-title-banner-custom-bg]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"tablet";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}s:6:"mobile";a:12:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:12:"overlay-type";s:0:"";s:13:"overlay-color";s:0:"";s:15:"overlay-opacity";s:0:"";s:16:"overlay-gradient";s:0:"";s:15:"background-type";s:0:"";s:16:"background-media";s:0:"";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[section-search-page-title-banner-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[section-search-page-title-banner-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[section-search-page-title-banner-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[section-search-page-title-banner-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:71:"astra-settings[section-search-page-title-banner-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:70:"astra-settings[section-search-page-title-banner-text-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[section-search-page-title-text-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:58:"astra-settings[section-search-page-title-text-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:56:"astra-settings[section-search-page-title-text-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[section-search-page-title-text-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[section-search-page-title-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:59:"astra-settings[section-search-page-title-title-font-weight]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:57:"astra-settings[section-search-page-title-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:32;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[section-search-page-title-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[section-search-page-title-banner-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-search-page-title-banner-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:3;s:5:"right";i:3;s:6:"bottom";i:3;s:4:"left";i:3;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[ast-search-content-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[ast-search-content-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[ast-search-sidebar-layout]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[ast-search-sidebar-style]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[ast-search-results-style]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[ast-search-results-per-page]";a:4:{s:7:"default";i:10;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[ast-search-live-search]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[ast-search-live-search-post-types]";a:4:{s:7:"default";a:2:{s:4:"post";i:1;s:4:"page";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[related-posts-section-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"related-posts-section-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[enable-related-posts]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[related-posts-title]";a:4:{s:7:"default";s:13:"Related Posts";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[releted-posts-title-alignment]";a:4:{s:7:"default";s:4:"left";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[related-posts-structure]";a:4:{s:7:"default";a:2:{i:0;s:14:"featured-image";i:1;s:10:"title-meta";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[related-metadata-separator]";a:4:{s:7:"default";s:1:"/";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[related-posts-meta-structure]";a:4:{s:7:"default";a:3:{i:0;s:8:"comments";i:1;s:8:"category";i:2;s:6:"author";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-image-ratio-type]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[related-posts-image-ratio-pre-scale]";a:4:{s:7:"default";s:4:"16/9";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[related-posts-image-custom-scale-width]";a:4:{s:7:"default";i:16;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_number_n_blank";}}s:55:"astra-settings[related-posts-image-custom-scale-height]";a:4:{s:7:"default";i:9;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_number_n_blank";}}s:60:"astra-settings[related-posts-custom-image-scale-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[related-posts-image-size]";a:4:{s:7:"default";s:5:"large";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-author-prefix-label]";a:4:{s:7:"default";s:3:"By ";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[related-posts-author-avatar]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[related-posts-author-avatar-size]";a:4:{s:7:"default";i:30;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[related-posts-meta-date-type]";a:4:{s:7:"default";s:9:"published";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-date-format]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[related-posts-category-style]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[related-posts-tag-style]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[enable-related-posts-excerpt]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[related-posts-excerpt-count]";a:4:{s:7:"default";i:25;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-total-count]";a:4:{s:7:"default";i:2;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[related-posts-grid-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-query-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[related-posts-based-on]";a:4:{s:7:"default";s:10:"categories";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[related-posts-order-by]";a:4:{s:7:"default";s:4:"date";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[related-posts-order]";a:4:{s:7:"default";s:3:"asc";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[related-posts-box-placement]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-outside-location]";a:4:{s:7:"default";s:5:"above";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[related-posts-container-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[related-posts-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[related-posts-section-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[related-posts-title-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[related-posts-meta-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[related-posts-content-typography-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[related-posts-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[related-posts-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[related-posts-title-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[related-posts-background-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:40:"astra-settings[related-posts-meta-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[related-posts-meta-link-hover-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[related-posts-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:47:"astra-settings[related-posts-title-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:45:"astra-settings[related-posts-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"20";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[related-posts-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:1:"1";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[related-posts-section-title-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:55:"astra-settings[related-posts-section-title-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:53:"astra-settings[related-posts-section-title-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"30";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[related-posts-section-title-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-meta-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:46:"astra-settings[related-posts-meta-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:44:"astra-settings[related-posts-meta-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:2:"14";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[related-posts-meta-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-content-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:49:"astra-settings[related-posts-content-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:47:"astra-settings[related-posts-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[related-posts-content-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-sub-section-related-posts-border-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-sub-section-related-posts-border-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[ast-sub-section-related-posts-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:59:"astra-settings[ast-sub-section-related-posts-border-radius]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-sub-section-related-posts-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[ast-sub-section-related-posts-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";d:2.5;s:5:"right";d:2.5;s:6:"bottom";d:2.5;s:4:"left";d:2.5;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:52:"astra-settings[ast-sub-section-related-posts-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:2;s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"em";s:11:"tablet-unit";s:2:"em";s:11:"mobile-unit";s:2:"em";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[transparent-header-logo-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[transparent-header-color-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:64:"astra-settings[transparent-header-color-h-site-title-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-2)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-menu-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[transparent-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-0)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-submenu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[transparent-submenu-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-submenu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[transparent-content-section-link-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[transparent-content-section-link-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[transparent-header-enable]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[transparent-header-disable-404-page]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-disable-search-page]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[transparent-header-disable-archive-pages]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[transparent-header-disable-index]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[transparent-header-disable-latest-posts-index]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[transparent-header-disable-page]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[transparent-header-disable-posts]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[transparent-header-on-devices]";a:4:{s:7:"default";s:4:"both";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[different-transparent-logo]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[transparent-header-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:49:"astra-settings[different-transparent-retina-logo]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[transparent-header-retina-logo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:11:"esc_url_raw";}s:45:"astra-settings[transparent-header-logo-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:150;s:6:"tablet";i:120;s:6:"mobile";i:100;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[transparent-header-main-sep]";a:4:{s:7:"default";i:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-header-main-sep-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[divider-sec-transparent-styling]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[transparent-header-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[transparent-header-colors-menu]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[transparent-header-colors-submenu]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"section-transparent-header-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:61:"astra-settings[transparent-header-social-text-colors-content]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[transparent-header-social-background-colors-content]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[transparent-header-social-icons-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[transparent-header-social-icons-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[transparent-header-social-icons-bg-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:58:"astra-settings[transparent-header-social-icons-bg-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-header-html-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[transparent-header-html-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[transparent-header-html-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-html-link-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-search-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:62:"astra-settings[transparent-header-search-box-background-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:53:"astra-settings[transparent-header-buttons-text-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:59:"astra-settings[transparent-header-buttons-background-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[transparent-header-buttons-border-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[transparent-header-button-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:54:"astra-settings[transparent-header-button-text-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[transparent-header-button-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[transparent-header-button-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:54:"astra-settings[transparent-header-button-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[transparent-header-button-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[transparent-account-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:51:"astra-settings[transparent-account-type-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:51:"astra-settings[transparent-header-toggle-btn-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-toggle-btn-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[transparent-header-toggle-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[breadcrumb-position]";a:4:{s:7:"default";s:4:"none";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[breadcrumb-position-none-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:49:"astra-settings[breadcrumb-disable-layout-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[breadcrumb-disable-home-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[breadcrumb-disable-blog-posts-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[breadcrumb-disable-search]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[breadcrumb-disable-archive]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[breadcrumb-disable-single-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[breadcrumb-disable-single-post]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[breadcrumb-disable-singular]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[breadcrumb-disable-404-page]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[breadcrumb-alignment]";a:4:{s:7:"default";s:4:"left";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[breadcrumb-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[breadcrumb-separator-selector]";a:4:{s:7:"default";s:5:"\\003E";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[breadcrumb-separator]";a:4:{s:7:"default";s:5:"\\00bb";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"section-breadcrumb-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[breadcrumb-color-section-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[breadcrumb-bg-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[breadcrumb-active-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[breadcrumb-separator-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[section-breadcrumb-link-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[breadcrumb-text-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[breadcrumb-hover-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[section-breadcrumb-typo]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[breadcrumb-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:38:"astra-settings[breadcrumb-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:36:"astra-settings[breadcrumb-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[breadcrumb-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[scroll-to-top-enable]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[scroll-to-top-on-devices]";a:4:{s:7:"default";s:4:"both";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[scroll-to-top-icon-position]";a:4:{s:7:"default";s:5:"right";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[scroll-to-top-icon-size]";a:4:{s:7:"default";i:15;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[scroll-on-top-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[scroll-on-top-bg-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[scroll-to-top-icon-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[scroll-to-top-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:43:"astra-settings[scroll-to-top-icon-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:42:"astra-settings[scroll-to-top-icon-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:45:"astra-settings[scroll-to-top-icon-h-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:38:"section-scroll-to-top-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[enable-scroll-to-top-notice]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:34:"astra-settings[heading-base-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-2)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:38:"astra-settings[button-text-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[secondary-button-text-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[font-family-button]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:44:"astra-settings[secondary-font-family-button]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:34:"astra-settings[font-weight-button]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:44:"astra-settings[secondary-font-weight-button]";a:4:{s:7:"default";s:3:"600";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:32:"astra-settings[font-size-button]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[secondary-font-size-button]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:20;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[font-extras-button]";a:4:{s:7:"default";a:6:{s:11:"line-height";i:1;s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[secondary-font-extras-button]";a:4:{s:7:"default";a:6:{s:11:"line-height";i:1;s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"section-footer-builder-layout-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:30:"astra-settings[builder-footer]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[footer-bg-obj-responsive-description]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";s:0:"";}s:36:"astra-settings[footer-desktop-items]";a:4:{s:7:"default";a:3:{s:5:"above";a:5:{s:7:"above_1";a:0:{}s:7:"above_2";a:0:{}s:7:"above_3";a:0:{}s:7:"above_4";a:0:{}s:7:"above_5";a:0:{}}s:7:"primary";a:5:{s:9:"primary_1";a:0:{}s:9:"primary_2";a:0:{}s:9:"primary_3";a:0:{}s:9:"primary_4";a:0:{}s:9:"primary_5";a:0:{}}s:5:"below";a:5:{s:7:"below_1";a:1:{i:0;s:9:"copyright";}s:7:"below_2";a:0:{}s:7:"below_3";a:0:{}s:7:"below_4";a:0:{}s:7:"below_5";a:0:{}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[footer-draggable-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-builder-pro-items]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-footer-builder-layout-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[section-footer-builder-layout-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:52:"astra-settings[section-footer-builder-layout-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"section-above-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:50;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[hba-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[hba-header-bottom-border-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:36:"astra-settings[hba-header-separator]";a:4:{s:7:"default";s:1:"0";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-header-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-header-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-above-header-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-above-header-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"section-below-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:60;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[hbb-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:7:{s:16:"background-color";s:7:"#1a3120";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[hbb-header-bottom-border-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:36:"astra-settings[hbb-header-separator]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-header-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-header-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-below-header-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-below-header-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-header-widget-1-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:43:"astra-settings[header-widget-1-title-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-widget-1-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-widget-1-link-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-widget-1-link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-widget-1-link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-widget-1-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-widget-1-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-header-widget-2-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:43:"astra-settings[header-widget-2-title-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-widget-2-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-widget-2-link-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-widget-2-link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-widget-2-link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-widget-2-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-widget-2-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"section-header-mobile-trigger-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-trigger-icon]";a:4:{s:7:"default";s:5:"menu2";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[mobile-header-toggle-btn-style]";a:4:{s:7:"default";s:4:"fill";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[mobile-header-menu-label]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[mobile-header-toggle-btn-color]";a:4:{s:7:"default";s:25:"var(--ast-global-color-5)";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[mobile-header-toggle-icon-size]";a:4:{s:7:"default";i:15;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[mobile-header-toggle-btn-bg-color]";a:4:{s:7:"default";s:7:"#345633";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:52:"astra-settings[mobile-header-toggle-btn-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";i:1;s:5:"right";i:1;s:6:"bottom";i:1;s:4:"left";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[mobile-header-toggle-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:57:"astra-settings[mobile-header-toggle-border-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:2;s:5:"right";i:2;s:6:"bottom";i:2;s:4:"left";i:2;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:60:"astra-settings[section-header-mobile-trigger-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-mobile-trigger-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:45:"astra-settings[mobile-header-label-font-size]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"section-popup-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[mobile-header-type]";a:4:{s:7:"default";s:8:"dropdown";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[off-canvas-slide]";a:4:{s:7:"default";s:5:"right";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-builder-menu-toggle-target]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-offcanvas-content-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[off-canvas-background]";a:4:{s:7:"default";a:6:{s:16:"background-color";s:7:"#ffffff";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:23:"sanitize_background_obj";}}s:38:"astra-settings[off-canvas-close-color]";a:4:{s:7:"default";s:7:"#3a3a3a";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:40:"astra-settings[off-canvas-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[off-canvas-padding]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"section-primary-header-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-header-height]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:80;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hb-header-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:7:{s:16:"background-color";s:25:"var(--ast-global-color-5)";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[hb-header-main-sep-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:34:"astra-settings[hb-header-main-sep]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-header-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-header-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[section-primary-header-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:68:"astra-settings[section-primary-header-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[logo-title-settings-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:30:"title_tagline-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[header-logo-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[title_tagline-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[title_tagline-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:36:"astra-settings[font-size-site-title]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:35;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[font-size-site-tagline]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[title_tagline-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"section-hb-button-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-button1-text]";a:4:{s:7:"default";s:7:"Sign up";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-link-option]";a:4:{s:7:"default";a:3:{s:3:"url";s:23:"https://www.wpastra.com";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:47:"astra-settings[header-button1-text-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-button1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-button1-text-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-text-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-button1-back-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-back-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:65:"astra-settings[header-button1-builder-button-border-colors-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-button1-border-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-button1-border-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-border-size]";a:4:{s:7:"default";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-button1-border-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";i:40;s:5:"right";i:40;s:6:"bottom";i:40;s:4:"left";i:40;}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:46:"astra-settings[header-button1-text-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:42:"astra-settings[header-button1-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:40:"astra-settings[header-button1-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-button1-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[section-hb-button-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[section-hb-button-1-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[section-hb-button-1-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[section-hb-button-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-html-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-hb-html-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-html-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[header-html-1]";a:4:{s:7:"default";s:22:"<a href="#">Log in</a>";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[header-html-1color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-html-1-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-html-1link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:22:"rgba(242,245,247,0.76)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-html-1link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-5)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-hb-html-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-html-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-html-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-hb-html-2]";a:4:{s:7:"default";a:6:{s:7:"desktop";i:15;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-hb-html-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[header-html-2]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[header-html-2color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-html-2-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-html-2link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-html-2link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-hb-html-2-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-html-2-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-menu-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"section-hb-menu-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu1-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-menu-hover-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu1-submenu-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-menu1-submenu-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-menu1-submenu-container-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-menu1-submenu-container-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu1-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[header-menu1-submenu-top-offset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-menu1-submenu-border]";a:4:{s:7:"default";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu1-submenu-b-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:57:"astra-settings[header-menu1-submenu-border-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[header-menu1-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu1-menu-stack-on-mobile]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-menu-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-menu1-text-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu1-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu1-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:22:"rgba(242,245,247,0.76)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu1-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:7:{s:16:"background-color";s:7:"#223318";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";s:15:"background-type";s:5:"color";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu1-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-5)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu1-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu1-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:25:"var(--ast-global-color-5)";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu1-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-1-font-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-menu1-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu1-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:40:"astra-settings[header-menu1-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:38:"astra-settings[header-menu1-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu1-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:3:"1.6";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-1-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-menu1-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:55:"astra-settings[section-hb-menu-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"section-hb-menu-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu2-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-menu-hover-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu2-submenu-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-menu2-submenu-width]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-menu2-submenu-container-animation]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-menu2-submenu-container-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-menu2-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:47:"astra-settings[header-menu2-submenu-top-offset]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-menu2-submenu-border]";a:4:{s:7:"default";a:4:{s:3:"top";i:2;s:6:"bottom";i:0;s:4:"left";i:0;s:5:"right";i:0;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-menu2-submenu-b-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:57:"astra-settings[header-menu2-submenu-border-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[header-menu2-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-menu2-menu-stack-on-mobile]";a:4:{s:7:"default";b:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-hb-menu-2-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:40:"astra-settings[header-menu2-text-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu2-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-menu2-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-menu2-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu2-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu2-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-menu2-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-menu2-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-2-font-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-menu2-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu2-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:40:"astra-settings[header-menu2-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:38:"astra-settings[header-menu2-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-menu2-font-extras]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-2-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-menu2-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:38:"section-header-search-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-search-icon-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-search-icon-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-search-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:27:"astra-settings[live-search]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[live-search-post-types]";a:4:{s:7:"default";a:2:{s:4:"post";i:1;s:4:"page";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-header-search-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[section-header-search-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:59:"astra-settings[section-header-search-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:35:"astra-settings[header-account-tabs]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-account-login-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-account-login-style]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:67:"astra-settings[header-account-login-style-extend-text-profile-type]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-account-logged-in-text]";a:4:{s:7:"default";s:10:"My Account";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-account-login-link]";a:4:{s:7:"default";a:3:{s:3:"url";s:0:"";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:45:"astra-settings[header-account-logout-heading]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-account-logout-style]";a:4:{s:7:"default";s:4:"icon";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:68:"astra-settings[header-account-logout-style-extend-text-profile-type]";a:4:{s:7:"default";s:7:"default";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-account-logout-preview]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-account-logged-out-text]";a:4:{s:7:"default";s:6:"Log In";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-account-logout-link]";a:4:{s:7:"default";a:3:{s:3:"url";s:48:"https://websitedemos.net/wp-preview/wp-login.php";s:7:"new_tab";b:0;s:8:"link_rel";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:13:"sanitize_link";}}s:42:"astra-settings[header-account-image-width]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:2:"40";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-account-icon-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";i:18;s:6:"mobile";i:18;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[header-account-icon-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:50:"astra-settings[header-account-text-design-options]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-account-type-text-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[header-account-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-account-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:48:"astra-settings[font-size-section-header-account]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[section-header-account-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[section-hb-social-icons-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[font-size-section-hb-social-icons-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"section-hb-social-icons-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-social-1-color-type]";a:4:{s:7:"default";s:6:"custom";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-social-1-brand-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-social-1-brand-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[header-social-1-brand-hover-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[header-social-1-icon-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[header-social-1-label-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-social-1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-1-color]";a:4:{s:7:"default";a:1:{s:7:"desktop";s:25:"var(--ast-global-color-4)";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[header-social-1-h-color]";a:4:{s:7:"default";a:1:{s:7:"desktop";s:25:"var(--ast-global-color-4)";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[header-social-1-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-social-1-label-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-social-1-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[header-social-1-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-icons-1]";a:4:{s:7:"default";a:2:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:1:"#";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:16:"instagram-square";s:5:"label";s:9:"Instagram";}i:1;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:1:"#";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:14:"facebook-round";s:5:"label";s:8:"Facebook";}i:2;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:1:"#";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}}s:4:"flag";b:1;}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[header-social-1-label-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[header-social-1-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:25;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[header-social-1-bg-space]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[header-social-1-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[header-social-1-radius-fields]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-hb-social-icons-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-hb-social-icons-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:43:"section-header-mobile-menu-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-mobile-menu-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-submenu-item-border]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[header-mobile-menu-divider-colors-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-submenu-item-b-size]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[header-mobile-menu-submenu-item-b-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:46:"astra-settings[header-mobile-menu-link-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[header-mobile-menu-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[header-mobile-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-2)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[header-mobile-menu-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-mobile-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-2)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-mobile-menu-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:53:"astra-settings[header-mobile-menu-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:25:"var(--ast-global-color-0)";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:56:"astra-settings[header-mobile-menu-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[header-mobile-menu-header-typo-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[header-mobile-menu-header-menu-typography]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[header-mobile-menu-font-family]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";s:19:"sanitize_text_field";}s:46:"astra-settings[header-mobile-menu-font-weight]";a:4:{s:7:"default";s:7:"inherit";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_font_weight";}}s:44:"astra-settings[header-mobile-menu-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[font-extras-header-mobile-menu]";a:4:{s:7:"default";a:6:{s:11:"line-height";s:0:"";s:16:"line-height-unit";s:2:"em";s:14:"letter-spacing";s:0:"";s:19:"letter-spacing-unit";s:2:"px";s:14:"text-transform";s:0:"";s:15:"text-decoration";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[header-mobile-menu-menu-spacing-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[header-mobile-menu-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:2:"10";s:5:"right";s:2:"15";s:6:"bottom";s:2:"10";s:4:"left";s:2:"15";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:49:"astra-settings[section-header-mobile-menu-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:64:"astra-settings[section-header-mobile-menu-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"section-above-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-column]";a:4:{s:7:"default";s:1:"2";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"2-equal";s:6:"tablet";s:7:"2-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[hba-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-footer-height]";a:4:{s:7:"default";i:60;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[hba-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[hba-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hba-footer-separator]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hba-footer-top-border-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hba-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#eeeeee";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hba-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-footer-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-above-footer-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-above-footer-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-above-footer-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"section-below-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-column]";a:4:{s:7:"default";s:1:"1";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"full";s:6:"tablet";s:4:"full";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[hbb-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-footer-height]";a:4:{s:7:"default";i:80;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[hbb-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:25:"astra-settings[hbb-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[hbb-footer-separator]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[hbb-footer-top-border-color]";a:4:{s:7:"default";s:7:"#eaeaea";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:44:"astra-settings[hbb-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#eeeeee";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:33:"astra-settings[hbb-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-footer-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:52:"astra-settings[section-below-footer-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:51:"astra-settings[section-below-footer-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:66:"astra-settings[section-below-footer-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:41:"section-footer-copyright-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-copyright-editor]";a:4:{s:7:"default";s:67:"Copyright [copyright] [current_year] [site_title] | Powered by [BW]";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-copyright-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[footer-copyright-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:55:"astra-settings[section-footer-copyright-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"astra-settings[section-footer-copyright-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:50:"astra-settings[font-size-section-footer-copyright]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:62:"astra-settings[section-footer-copyright-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:36:"section-footer-menu-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-create-menu-link]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-menu-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:10:"horizontal";s:6:"tablet";s:8:"vertical";s:6:"mobile";s:8:"vertical";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-menu-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-menu-link-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-menu-background-colors]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-menu-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-menu-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[footer-menu-h-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-menu-h-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:46:"astra-settings[footer-menu-a-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-menu-a-bg-color-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-main-menu-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-main-menu-spacing]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:1:"0";s:5:"right";s:2:"20";s:6:"bottom";s:1:"0";s:4:"left";s:2:"20";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:42:"astra-settings[section-footer-menu-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:37:"astra-settings[footer-menu-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:57:"astra-settings[section-footer-menu-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:63:"astra-settings[section-fb-social-icons-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:51:"astra-settings[font-size-section-fb-social-icons-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"section-fb-social-icons-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-social-1-color-type]";a:4:{s:7:"default";s:6:"custom";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-social-1-brand-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-social-1-brand-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:50:"astra-settings[footer-social-1-brand-hover-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[footer-social-1-icon-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-social-1-label-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[footer-social-1-background-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-1-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-social-1-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-social-1-label-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-social-1-label-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-social-1-bg-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-social-1-bg-h-color]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-icons-1]";a:4:{s:7:"default";a:1:{s:5:"items";a:3:{i:0;a:8:{s:2:"id";s:8:"facebook";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#557dbc";s:10:"background";s:11:"transparent";s:4:"icon";s:8:"facebook";s:5:"label";s:8:"Facebook";}i:1;a:8:{s:2:"id";s:7:"twitter";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#7acdee";s:10:"background";s:11:"transparent";s:4:"icon";s:7:"twitter";s:5:"label";s:7:"Twitter";}i:2;a:8:{s:2:"id";s:9:"instagram";s:7:"enabled";b:1;s:6:"source";s:4:"icon";s:3:"url";s:0:"";s:5:"color";s:7:"#8a3ab9";s:10:"background";s:11:"transparent";s:4:"icon";s:9:"instagram";s:5:"label";s:9:"Instagram";}}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-social-1-label-toggle]";a:4:{s:7:"default";b:0;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-social-1-space]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-social-1-bg-space]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:36:"astra-settings[footer-social-1-size]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:18;s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:45:"astra-settings[footer-social-1-radius-fields]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:56:"astra-settings[section-fb-social-icons-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-fb-social-icons-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-social-1-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:47:"section-primary-footer-builder-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-footer-column]";a:4:{s:7:"default";s:1:"3";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-footer-layout]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:7:"3-equal";s:6:"tablet";s:7:"3-equal";s:6:"mobile";s:4:"full";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:38:"astra-settings[hb-footer-layout-width]";a:4:{s:7:"default";s:7:"content";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[hb-primary-footer-height]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[hb-footer-vertical-alignment]";a:4:{s:7:"default";s:10:"flex-start";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:24:"astra-settings[hb-stack]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:5:"stack";s:6:"tablet";s:5:"stack";s:6:"mobile";s:5:"stack";}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[hb-footer-main-sep]";a:4:{s:7:"default";i:1;s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[hb-footer-main-sep-color]";a:4:{s:7:"default";s:7:"#e6e6e6";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:20:"sanitize_alpha_color";}}s:43:"astra-settings[hb-footer-bg-obj-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";a:6:{s:16:"background-color";s:7:"#f9f9f9";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"tablet";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}s:6:"mobile";a:6:{s:16:"background-color";s:0:"";s:16:"background-image";s:0:"";s:17:"background-repeat";s:6:"repeat";s:19:"background-position";s:13:"center center";s:15:"background-size";s:4:"auto";s:21:"background-attachment";s:6:"scroll";}}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:32:"astra-settings[hb-inner-spacing]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-footer-builder-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:54:"astra-settings[section-primary-footer-builder-padding]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:53:"astra-settings[section-primary-footer-builder-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:68:"astra-settings[section-primary-footer-builder-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[section-fb-html-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-fb-html-1]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-fb-html-1-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[footer-html-1]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-html-1color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-html-1-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-html-1link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-html-1link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-fb-html-1-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-fb-html-1-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:39:"astra-settings[footer-html-1-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:55:"astra-settings[section-fb-html-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[font-size-section-fb-html-2]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"section-fb-html-2-ast-context-tabs";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:29:"astra-settings[footer-html-2]";a:4:{s:7:"default";s:22:"Insert HTML text here.";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:34:"astra-settings[footer-html-2color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[footer-html-2-link-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:39:"astra-settings[footer-html-2link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-html-2link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[section-fb-html-2-margin-divider]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:40:"astra-settings[section-fb-html-2-margin]";a:4:{s:7:"default";a:6:{s:7:"desktop";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"tablet";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:6:"mobile";a:4:{s:3:"top";s:0:"";s:5:"right";s:0:"";s:6:"bottom";s:0:"";s:4:"left";s:0:"";}s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:39:"astra-settings[footer-html-2-alignment]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:6:"center";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-1]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-widget-1-title-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-widget-1-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[footer-widget-1-link-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-widget-1-link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-widget-1-link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-widget-1-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-widget-1-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-2]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-widget-2-title-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-widget-2-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[footer-widget-2-link-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-widget-2-link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-widget-2-link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-widget-2-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-widget-2-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-3]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-widget-3-title-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-widget-3-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[footer-widget-3-link-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-widget-3-link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-widget-3-link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-widget-3-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-widget-3-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}s:60:"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";a:2:{i:0;s:26:"Astra_Customizer_Sanitizes";i:1;s:27:"sanitize_responsive_spacing";}}s:41:"astra-settings[footer-widget-alignment-4]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:4:"left";s:6:"tablet";s:6:"center";s:6:"mobile";s:6:"center";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:43:"astra-settings[footer-widget-4-title-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:37:"astra-settings[footer-widget-4-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:48:"astra-settings[footer-widget-4-link-color-group]";a:4:{s:7:"default";s:0:"";s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:42:"astra-settings[footer-widget-4-link-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:44:"astra-settings[footer-widget-4-link-h-color]";a:4:{s:7:"default";a:3:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:41:"astra-settings[footer-widget-4-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:49:"astra-settings[footer-widget-4-content-font-size]";a:4:{s:7:"default";a:6:{s:7:"desktop";s:0:"";s:6:"tablet";s:0:"";s:6:"mobile";s:0:"";s:12:"desktop-unit";s:2:"px";s:11:"tablet-unit";s:2:"px";s:11:"mobile-unit";s:2:"px";}s:4:"type";s:6:"option";s:9:"transport";s:11:"postMessage";s:17:"sanitize_callback";b:0;}s:75:"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]";a:4:{s:7:"default";a:3:{s:7:"desktop";i:1;s:6:"tablet";i:1;s:6:"mobile";i:1;}s:4:"type";s:6:"option";s:9:"transport";s:7:"refresh";s:17:"sanitize_callback";b:0;}}s:8:"partials";a:35:{s:41:"astra-settings[header-mobile-popup-items]";a:4:{s:8:"selector";s:25:"#ast-mobile-popup-wrapper";s:15:"render_callback";a:2:{i:0;O:20:"Astra_Builder_Header":0:{}i:1;s:12:"mobile_popup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[different-retina-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:38:"astra-settings[ast-header-retina-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[different-mobile-logo]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:33:"astra-settings[logo-title-inline]";a:4:{s:8:"selector";s:14:".site-branding";s:15:"render_callback";s:35:"Astra_Builder_Header::site_identity";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[related-posts-title]";a:4:{s:8:"selector";s:57:".ast-related-posts-title-section .ast-related-posts-title";s:15:"render_callback";a:2:{i:0;s:26:"Astra_Related_Posts_Loader";i:1;s:26:"render_related_posts_title";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:39:"astra-settings[transparent-header-logo]";a:4:{s:8:"selector";s:64:".ast-replace-site-logo-transparent .site-branding .site-logo-img";s:15:"render_callback";s:0:"";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[breadcrumb-position]";a:4:{s:8:"selector";s:54:".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items";s:15:"render_callback";s:0:"";s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:36:"astra-settings[footer-desktop-items]";a:4:{s:8:"selector";s:12:".site-footer";s:15:"render_callback";a:2:{i:0;O:20:"Astra_Builder_Footer":0:{}i:1;s:13:"footer_markup";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-trigger-icon]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:46:"astra-settings[mobile-header-toggle-btn-style]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:40:"astra-settings[mobile-header-menu-label]";a:4:{s:8:"selector";s:16:".ast-button-wrap";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:21:"render_mobile_trigger";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:35:"astra-settings[header-button1-text]";a:4:{s:8:"selector";s:20:".ast-header-button-1";s:15:"render_callback";a:2:{i:0;r:8195;i:1;s:8:"button_1";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:0;}s:42:"astra-settings[header-button1-link-option]";a:4:{s:8:"selector";s:20:".ast-header-button-1";s:15:"render_callback";a:2:{i:0;r:8195;i:1;s:8:"button_1";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:29:"astra-settings[header-html-1]";a:4:{s:8:"selector";s:18:".ast-header-html-1";s:15:"render_callback";a:2:{i:0;r:8195;i:1;s:13:"header_html_1";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:29:"astra-settings[header-html-2]";a:4:{s:8:"selector";s:18:".ast-header-html-2";s:15:"render_callback";a:2:{i:0;r:8195;i:1;s:13:"header_html_2";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:42:"astra-settings[header-account-login-style]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:67:"astra-settings[header-account-login-style-extend-text-profile-type]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:45:"astra-settings[header-account-logged-in-text]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:41:"astra-settings[header-account-login-link]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:43:"astra-settings[header-account-logout-style]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:68:"astra-settings[header-account-logout-style-extend-text-profile-type]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:45:"astra-settings[header-account-logout-preview]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:46:"astra-settings[header-account-logged-out-text]";a:4:{s:8:"selector";s:19:".ast-header-account";s:15:"render_callback";a:2:{i:0;s:27:"Astra_Builder_UI_Controller";i:1;s:14:"render_account";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[header-social-icons-1]";a:4:{s:8:"selector";s:25:".ast-header-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:8195;i:1;s:15:"header_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:44:"astra-settings[header-social-1-label-toggle]";a:4:{s:8:"selector";s:25:".ast-header-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:8195;i:1;s:15:"header_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:33:"astra-settings[hba-footer-column]";a:4:{s:8:"selector";s:23:".site-above-footer-wrap";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:12:"above_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:33:"astra-settings[hbb-footer-column]";a:4:{s:8:"selector";s:23:".site-below-footer-wrap";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:12:"below_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:39:"astra-settings[footer-copyright-editor]";a:4:{s:8:"selector";s:21:".ast-footer-copyright";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:16:"footer_copyright";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:34:"astra-settings[footer-menu-layout]";a:4:{s:8:"selector";s:59:".footer-widget-area[data-section="section-footer-menu"] nav";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:11:"footer_menu";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:1;}s:37:"astra-settings[footer-social-icons-1]";a:4:{s:8:"selector";s:25:".ast-footer-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:15:"footer_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:44:"astra-settings[footer-social-1-label-toggle]";a:4:{s:8:"selector";s:25:".ast-footer-social-1-wrap";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:15:"footer_social_1";}s:18:"containerInclusive";b:1;s:15:"fallbackRefresh";b:0;}s:32:"astra-settings[hb-footer-column]";a:4:{s:8:"selector";s:25:".site-primary-footer-wrap";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:14:"primary_footer";}s:18:"containerInclusive";b:0;s:15:"fallbackRefresh";b:1;}s:29:"astra-settings[footer-html-1]";a:4:{s:8:"selector";s:18:".ast-footer-html-1";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:13:"footer_html_1";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}s:29:"astra-settings[footer-html-2]";a:4:{s:8:"selector";s:18:".ast-footer-html-2";s:15:"render_callback";a:2:{i:0;r:8239;i:1;s:13:"footer_html_2";}s:18:"containerInclusive";s:0:"";s:15:"fallbackRefresh";b:0;}}}', 'no');
INSERT INTO `wptd_options` VALUES
(960, 'sp_tab_page_id80', 'a:2:{i:0;s:3:"104";i:1;s:3:"105";}', 'yes'),
(242, '_ninja_tables_settings_migration', '1', 'yes'),
(243, '_ninja_tables_sorting_migration', '1', 'yes'),
(312, '_ninja_charts_installed_version', '3.3.0', 'no'),
(370, 'posts-data-table/posts-data-table.php_plugin_activation', '1717918283', 'yes'),
(1012, '_site_transient_timeout_wp_remote_block_patterns_2186917d31fd71bce78d9e83f9a20a8d', '1718207776', 'no'),
(1013, '_site_transient_wp_remote_block_patterns_2186917d31fd71bce78d9e83f9a20a8d', 'a:43:{i:0;O:8:"stdClass":7:{s:2:"id";i:309935;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:45:"Centered image with two-tone background color";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1335:"\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group wp-container-content-1 is-layout-constrained wp-container-core-group-is-layout-1 wp-block-group-is-layout-constrained">\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large is-style-default wp-duotone-000000-ffffff-1"><img decoding="async" src="https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg" alt="" /></figure>\n\n\n\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<h2 class="wp-block-heading alignwide has-text-align-center has-white-color has-text-color" style="padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase">Etcetera</h2>\n\n\n\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:18:"Gradient, Two-Tone";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:57:"core/cover,core/group,core/heading,core/image,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:3:{i:0;s:6:"banner";i:1;s:6:"images";i:2;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:2134:"<!-- wp:cover {"minHeight":66,"minHeightUnit":"vh","customGradient":"linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"5vw","right":"5vw","bottom":"5vw","left":"5vw"},"margin":{"top":"0"}}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:66vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(90deg,rgb(35,74,20) 50%,rgb(225,137,116) 50%)"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"constrained","contentSize":"600px","wideSize":"1200px"}} -->\n<div class="wp-block-group"><!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","style":{"color":{"duotone":["#000000","#ffffff"]}},"className":"is-style-default"} -->\n<figure class="wp-block-image size-large is-style-default"><img src="https://pd.w.org/2022/03/3866241b433db4ee2.96648572.jpeg" alt="" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":"48px"} -->\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {"textAlign":"center","align":"wide","style":{"typography":{"fontSize":"50px","fontStyle":"normal","fontWeight":"400","textTransform":"uppercase","letterSpacing":"32px","lineHeight":"1"},"spacing":{"padding":{"left":"32px"}}},"textColor":"white"} -->\n<h2 class="wp-block-heading alignwide has-text-align-center has-white-color has-text-color" style="padding-left:32px;font-size:50px;font-style:normal;font-weight:400;letter-spacing:32px;line-height:1;text-transform:uppercase">Etcetera</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:1;O:8:"stdClass":7:{s:2:"id";i:309925;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:43:"Fullwidth Dark Banner with Heading Top Left";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1089:"\n<div class="wp-block-cover alignfull has-custom-content-position is-position-top-left" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-90 has-background-dim" style="background-color:#141414"></span><img decoding="async" class="wp-block-cover__image-background wp-image-333" alt="" src="https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg" style="object-position:50% 0%" data-object-fit="cover" data-object-position="50% 0%" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group wp-container-content-2 is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex">\n<p class="has-text-align-left has-text-color has-source-serif-pro-font-family" style="color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none">bud!</p>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:16:"Jazz, Fulllwidth";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:36:"core/cover,core/group,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1697:"<!-- wp:cover {"url":"https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg","id":333,"dimRatio":90,"customOverlayColor":"#141414","focalPoint":{"x":0.5,"y":0},"minHeight":50,"minHeightUnit":"vh","contentPosition":"top left","align":"full","style":{"spacing":{"padding":{"top":"5vw","right":"5vw","bottom":"5vw","left":"5vw"},"margin":{"top":"0"}}}} -->\n<div class="wp-block-cover alignfull has-custom-content-position is-position-top-left" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw;min-height:50vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-90 has-background-dim" style="background-color:#141414"></span><img class="wp-block-cover__image-background wp-image-333" alt="" src="https://pd.w.org/2022/07/87262c92d42acd1c3.73206444.jpg" style="object-position:50% 0%" data-object-fit="cover" data-object-position="50% 0%" /><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"160px","fontStyle":"italic","fontWeight":"900","lineHeight":"0.8","letterSpacing":"-4px","textTransform":"none"},"color":{"text":"#d8a557"}},"fontFamily":"source-serif-pro"} -->\n<p class="has-text-align-left has-text-color has-source-serif-pro-font-family" style="color:#d8a557;font-size:160px;font-style:italic;font-weight:900;letter-spacing:-4px;line-height:0.8;text-transform:none">bud!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:2;O:8:"stdClass":7:{s:2:"id";i:309230;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:44:"Fullwidth cover with repeating gradient text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1743:"\n<div class="wp-block-cover alignfull is-light wp-duotone-36345d-abaaaa-2" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-60 has-background-dim" style="background-color:#c2b7a4"></span><img decoding="async" class="wp-block-cover__image-background wp-image-334" alt="" src="https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg" style="object-position:50% 5%" data-object-fit="cover" data-object-position="50% 5%" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-group is-vertical is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex">\n<p class="has-text-align-right has-text-color" style="color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n\n\n\n<p class="has-text-align-right has-text-color" style="color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n\n\n\n<p class="has-text-align-right has-text-color" style="color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n\n\n\n<p class="has-text-align-right has-text-color" style="color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n</div>\n\n\n\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:48:"Fullwidth, Background Image, Gradient, Uppercase";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:48:"core/cover,core/group,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3135:"<!-- wp:cover {"url":"https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg","id":334,"dimRatio":60,"customOverlayColor":"#c2b7a4","focalPoint":{"x":0.5,"y":0.05},"isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"5vw","right":"5vw","bottom":"5vw","left":"5vw"},"margin":{"top":"0"}},"color":{"duotone":["#36345d","#abaaaa"]}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-60 has-background-dim" style="background-color:#c2b7a4"></span><img class="wp-block-cover__image-background wp-image-334" alt="" src="https://pd.w.org/2022/01/95161f850d22f0c06.37817431.jpg" style="object-position:50% 5%" data-object-fit="cover" data-object-position="50% 5%" /><div class="wp-block-cover__inner-container"><!-- wp:spacer {"height":"48px"} -->\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap","justifyContent":"center"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"300","lineHeight":"0.8","letterSpacing":"-4px"},"color":{"text":"#c8c4d3"}}} -->\n<p class="has-text-align-right has-text-color" style="color:#c8c4d3;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"300","lineHeight":"0.8","letterSpacing":"-4px"},"color":{"text":"#ac94b2"}}} -->\n<p class="has-text-align-right has-text-color" style="color:#ac94b2;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"300","lineHeight":"0.8","letterSpacing":"-4px"},"color":{"text":"#71689c"}}} -->\n<p class="has-text-align-right has-text-color" style="color:#71689c;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"300","lineHeight":"0.8","letterSpacing":"-4px"},"color":{"text":"#444178"}}} -->\n<p class="has-text-align-right has-text-color" style="color:#444178;font-size:148px;font-style:normal;font-weight:300;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">DJANGO</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"48px"} -->\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->";}i:3;O:8:"stdClass":7:{s:2:"id";i:309224;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:72:"Fullwidth, vertically aligned headline on right with description on left";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2187:"\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#e68b14"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-6 wp-block-group-is-layout-flex">\n<div class="wp-block-group wp-container-content-4 is-layout-flow wp-container-core-group-is-layout-4 wp-block-group-is-layout-flow">\n<p class="wp-container-content-3" style="font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none">Let &#8217;em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n\n\n\n<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-font-size" style="font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px">Shop Now</a></div>\n</div>\n</div>\n\n\n\n<div class="wp-block-group wp-container-content-5 is-layout-flow wp-container-core-group-is-layout-5 wp-block-group-is-layout-flow">\n<p class="has-text-align-right has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">Let<br>&#8216;EM<br>Roll</p>\n\n\n\n<p class="has-text-align-right has-white-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">Big<br>John<br>Patton</p>\n</div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:60:"vertically, bold, jazz, shop, store, headline, hero, product";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:61:"core/button,core/buttons,core/cover,core/group,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:14:"call-to-action";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3726:"<!-- wp:cover {"customOverlayColor":"#e68b14","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"5vw","right":"5vw","bottom":"5vw","left":"5vw"},"margin":{"top":"0"}}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:5vw;padding-right:5vw;padding-bottom:5vw;padding-left:5vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#e68b14"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"320px"},"spacing":{"blockGap":"24px"}},"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"style":{"layout":{"selfStretch":"fixed","flexSize":"330px"},"typography":{"fontSize":"17px","fontStyle":"normal","fontWeight":"300","lineHeight":"1.4","textTransform":"none","textDecoration":"none","letterSpacing":"0px"}}} -->\n<p style="font-size:17px;font-style:normal;font-weight:300;letter-spacing:0px;line-height:1.4;text-decoration:none;text-transform:none">Let ''em Roll is an album by American organist Big John Patton recorded in 1965 and released on the Blue Note label.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"black","textColor":"white","style":{"typography":{"fontSize":"17px","fontStyle":"normal","fontWeight":"700","textDecoration":"none","textTransform":"uppercase","letterSpacing":"0px"},"spacing":{"padding":{"top":"14px","bottom":"14px","left":"36px","right":"36px"}},"border":{"radius":"0px","top":{"radius":"0px","width":"0px","style":"none"},"right":{"radius":"0px","width":"0px","style":"none"},"bottom":{"radius":"0px","width":"0px","style":"none"},"left":{"radius":"0px","width":"0px","style":"none"}}}} -->\n<div class="wp-block-button has-custom-font-size" style="font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:0px;border-top-style:none;border-top-width:0px;border-right-style:none;border-right-width:0px;border-bottom-style:none;border-bottom-width:0px;border-left-style:none;border-left-width:0px;padding-top:14px;padding-right:36px;padding-bottom:14px;padding-left:36px">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"0px"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.8","letterSpacing":"-4px"}},"textColor":"black"} -->\n<p class="has-text-align-right has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">Let<br>''EM<br>Roll</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.8","letterSpacing":"-4px"}},"textColor":"white"} -->\n<p class="has-text-align-right has-white-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-4px;line-height:0.8;text-transform:uppercase">Big<br>John<br>Patton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:4;O:8:"stdClass":7:{s:2:"id";i:309236;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:60:"Fullwidth headline with links and gradient offset background";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2029:"\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex">\n<div class="wp-block-group wp-container-content-6 is-layout-flow wp-container-core-group-is-layout-7 wp-block-group-is-layout-flow">\n<p class="has-text-align-left has-white-color has-text-color has-link-color wp-elements-45f800048fc9de7cd05017eb73b2d5ab" style="font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase"><strong>MONK</strong>.</p>\n</div>\n\n\n\n<div class="wp-block-group wp-container-content-7 is-layout-flow wp-container-core-group-is-layout-9 wp-block-group-is-layout-flow">\n<div class="wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex">\n<p class="has-white-color has-text-color has-link-color wp-elements-fcaed05d2b63cfab14801929208209cc" style="font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase">A new collection</p>\n\n\n\n<p class="has-white-color has-text-color has-link-color wp-elements-9052d836cb5172aae9b2f2bc27ee61c0" style="font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase">Learn More <span aria-hidden="true" class="wp-exclude-emoji">→</span> </p>\n</div>\n</div>\n</div>\n\n\n\n<div style="height:260px" aria-hidden="true" class="wp-block-spacer"></div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:41:"Offset, Gradient, Jazz, Headline, Feature";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:48:"core/cover,core/group,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3195:"<!-- wp:cover {"customGradient":"linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"48px","right":"5vw","bottom":"48px","left":"5vw"},"margin":{"top":"0"}}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:48px;padding-right:5vw;padding-bottom:48px;padding-left:5vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(180deg,rgb(0,0,0) 39%,rgb(83,80,123) 39%)"></span><div class="wp-block-cover__inner-container"><!-- wp:spacer -->\n<div style="height:100px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"48px"}},"layout":{"type":"flex","flexWrap":"wrap","verticalAlignment":"top","justifyContent":"space-between"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"172px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.7","letterSpacing":"-10px"},"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"textColor":"white"} -->\n<p class="has-text-align-left has-white-color has-text-color has-link-color" style="font-size:172px;font-style:normal;font-weight:700;letter-spacing:-10px;line-height:0.7;text-transform:uppercase"><strong>MONK</strong>.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"400px"},"spacing":{"blockGap":"24px"}},"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"spacing":{"blockGap":"48px"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"style":{"typography":{"fontSize":"17px","fontStyle":"normal","fontWeight":"700","textDecoration":"none","textTransform":"uppercase","letterSpacing":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"textColor":"white"} -->\n<p class="has-white-color has-text-color has-link-color" style="font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase">A new collection</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"17px","fontStyle":"normal","fontWeight":"700","textDecoration":"none","textTransform":"uppercase","letterSpacing":"0px"},"elements":{"link":{"color":{"text":"var:preset|color|white"}}}},"textColor":"white"} -->\n<p class="has-white-color has-text-color has-link-color" style="font-size:17px;font-style:normal;font-weight:700;letter-spacing:0px;text-decoration:none;text-transform:uppercase">Learn More → </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"260px"} -->\n<div style="height:260px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->";}i:5;O:8:"stdClass":7:{s:2:"id";i:308937;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:42:"Heading, Paragraph, Button with Two Images";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2631:"\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#eb4c77"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-14 wp-block-group-is-layout-flex">\n<div class="wp-block-group alignwide wp-container-content-8 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-11 wp-block-group-is-layout-constrained">\n<h2 class="wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color" style="font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none">Time for an adventure</h2>\n\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-align-left has-contrast-color has-text-color">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-font-size is-style-fill" style="font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button" style="border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Sign up</a></div>\n</div>\n</div>\n\n\n\n<div class="wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-13 wp-block-group-is-layout-flex">\n<div class="wp-block-group wp-container-content-10 is-layout-flow wp-block-group-is-layout-flow">\n<div style="height:8vw" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large wp-container-content-9 wp-duotone-rgb000-rgb21788120-3"><img decoding="async" src="https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg" alt="" /></figure>\n</div>\n\n\n\n<figure class="wp-block-image size-large wp-container-content-11 wp-duotone-rgb000-rgb21788120-4"><img decoding="async" src="https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg" alt="" /></figure>\n</div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:97:"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:14:"call-to-action";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:4102:"<!-- wp:cover {"customOverlayColor":"#eb4c77","contentPosition":"center center","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"6vw","right":"6vw","bottom":"6vw","left":"6vw"},"margin":{"top":"0"}}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#eb4c77"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"0vw"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"center","verticalAlignment":"top"}} -->\n<div class="wp-block-group"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"0px"},"layout":{"selfStretch":"fill"}},"layout":{"type":"constrained","justifyContent":"left","contentSize":"600px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontSize":"100px","textTransform":"none","fontStyle":"normal","fontWeight":"500","lineHeight":"0.9"}},"textColor":"contrast"} -->\n<h2 class="wp-block-heading alignwide has-text-align-left has-contrast-color has-text-color" style="font-size:100px;font-style:normal;font-weight:500;line-height:0.9;text-transform:none">Time for an adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"align":"left","textColor":"contrast"} -->\n<p class="has-text-align-left has-contrast-color has-text-color">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {"height":"60px"} -->\n<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"left","flexWrap":"nowrap"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"contrast","textColor":"base","style":{"spacing":{"padding":{"top":"24px","right":"48px","bottom":"24px","left":"48px"}},"typography":{"fontSize":"16px","fontStyle":"normal","fontWeight":"500","textTransform":"uppercase","letterSpacing":"0px"},"border":{"radius":"0px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button has-custom-font-size is-style-fill" style="font-size:16px;font-style:normal;font-weight:500;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-base-color has-contrast-background-color has-text-color has-background wp-element-button" style="border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"layout":{"selfStretch":"fit","flexSize":null},"spacing":{"blockGap":"24px"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"top","justifyContent":"right"}} -->\n<div class="wp-block-group"><!-- wp:group {"style":{"layout":{"selfStretch":"fixed","flexSize":"50%"}},"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:spacer {"height":"8vw"} -->\n<div style="height:8vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","style":{"layout":{"selfStretch":"fixed","flexSize":"50%"},"color":{"duotone":["rgb(0, 0, 0)","rgb(217, 88, 120)"]}}} -->\n<figure class="wp-block-image size-large"><img src="https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg" alt="" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {"sizeSlug":"large","style":{"layout":{"selfStretch":"fixed","flexSize":"50%"},"color":{"duotone":["rgb(0, 0, 0)","rgb(217, 88, 120)"]}}} -->\n<figure class="wp-block-image size-large"><img src="https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg" alt="" /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:6;O:8:"stdClass":7:{s:2:"id";i:308949;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:42:"Bold sale banner with geometric background";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1744:"\n<div class="wp-block-cover alignfull wp-duotone-rgb4448102-ffb23d-5" style="margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-90 has-background-dim" style="background-color:#2c3066"></span><img decoding="async" class="wp-block-cover__image-background wp-image-334" alt="" src="https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-layout-flow wp-container-core-group-is-layout-15 wp-block-group-is-layout-flow">\n<p class="has-text-align-center has-text-color" style="color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">Enjoy</p>\n\n\n\n<p class="has-text-align-center has-text-color" style="color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">20% Off</p>\n\n\n\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-font-size" style="font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px">Shop Now</a></div>\n</div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:43:"store, shop, coupon, jazz, background image";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:73:"core/button,core/buttons,core/cover,core/group,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:14:"call-to-action";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:2819:"<!-- wp:cover {"url":"https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg","id":334,"dimRatio":90,"customOverlayColor":"#2c3066","minHeight":50,"minHeightUnit":"vh","align":"full","style":{"spacing":{"padding":{"top":"4vw","right":"4vw","bottom":"4vw","left":"4vw"},"margin":{"top":"0"}},"color":{"duotone":["rgb(44, 48, 102)","#ffb23d"]}}} -->\n<div class="wp-block-cover alignfull" style="margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:50vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-90 has-background-dim" style="background-color:#2c3066"></span><img class="wp-block-cover__image-background wp-image-334" alt="" src="https://pd.w.org/2022/01/2661f82cd1ba9172.16386413.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"default"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"160px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.9","letterSpacing":"-2px"},"color":{"text":"#ffb23d"}}} -->\n<p class="has-text-align-center has-text-color" style="color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">Enjoy</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"160px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.9","letterSpacing":"-2px"},"color":{"text":"#ffb23d"}}} -->\n<p class="has-text-align-center has-text-color" style="color:#ffb23d;font-size:160px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">20% Off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {"height":"48px"} -->\n<div style="height:48px" 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 {"style":{"color":{"background":"#ffb23d","text":"#2c3066"},"spacing":{"padding":{"top":"32px","right":"48px","bottom":"32px","left":"48px"}},"typography":{"fontSize":"20px","textTransform":"uppercase","letterSpacing":"1px","fontStyle":"normal","fontWeight":"700"}}} -->\n<div class="wp-block-button has-custom-font-size" style="font-size:20px;font-style:normal;font-weight:700;letter-spacing:1px;text-transform:uppercase"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#2c3066;background-color:#ffb23d;padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px">Shop Now</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:7;O:8:"stdClass":7:{s:2:"id";i:308924;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:47:"Offset bold paragraph text with varying opacity";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1652:"\n<div class="wp-block-cover alignfull has-white-color has-text-color" style="margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-16 wp-block-group-is-layout-constrained">\n<p class="has-text-align-left has-text-color" style="color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase">Embark</p>\n\n\n\n<p class="has-text-align-right has-text-color" style="color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase"><strong>ON A HIKING</strong></p>\n\n\n\n<p class="has-text-align-left has-text-color" style="color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase">adventure and explore the beauty of nature&#8217;s best…</p>\n\n\n\n<p class="has-text-align-right has-text-color" style="color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase">In the</p>\n\n\n\n<p class="has-text-align-left has-text-color" style="color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase">WOODS.</p>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:36:"core/cover,core/group,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3052:"<!-- wp:cover {"overlayColor":"black","minHeight":66,"minHeightUnit":"vh","align":"full","style":{"spacing":{"padding":{"top":"4vw","right":"4vw","bottom":"4vw","left":"4vw"},"margin":{"top":"0"}}},"textColor":"white"} -->\n<div class="wp-block-cover alignfull has-white-color has-text-color" style="margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained","wideSize":"700px","contentSize":"700px","justifyContent":"left"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"120px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1","letterSpacing":"-2px"},"color":{"text":"#ffffff61"}}} -->\n<p class="has-text-align-left has-text-color" style="color:#ffffff61;font-size:120px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase">Embark</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"72px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1","letterSpacing":"0px"},"color":{"text":"#ffffff73"}}} -->\n<p class="has-text-align-right has-text-color" style="color:#ffffff73;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase"><strong>ON A HIKING</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"72px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1","letterSpacing":"0px"},"color":{"text":"#ffffffad"}}} -->\n<p class="has-text-align-left has-text-color" style="color:#ffffffad;font-size:72px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase">adventure and explore the beauty of nature''s best…</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1","letterSpacing":"-2px"},"color":{"text":"#ffffffd1"}}} -->\n<p class="has-text-align-right has-text-color" style="color:#ffffffd1;font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"162px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"1","letterSpacing":"-2px"},"color":{"text":"#fffffff5"}}} -->\n<p class="has-text-align-left has-text-color" style="color:#fffffff5;font-size:162px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:1;text-transform:uppercase">WOODS.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:8;O:8:"stdClass":7:{s:2:"id";i:308916;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:40:"Offset text with a brutalist design vibe";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1449:"\n<div class="wp-block-cover alignfull is-light has-black-color has-text-color" style="margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#ffb43c"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-layout-constrained wp-container-core-group-is-layout-17 wp-block-group-is-layout-constrained">\n<p class="has-text-align-left has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase"><mark style="color:#a65a00" class="has-inline-color">✴︎</mark> Walk</p>\n\n\n\n<p class="has-text-align-right has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">In the</p>\n\n\n\n<p class="has-text-align-left has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">Park</p>\n\n\n\n<p class="has-text-align-center has-text-color" style="color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase">—01.03</p>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:36:"core/cover,core/group,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:4:"text";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:2631:"<!-- wp:cover {"customOverlayColor":"#ffb43c","minHeight":66,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"48px","right":"48px","bottom":"48px","left":"48px"},"margin":{"top":"0"}}},"textColor":"black"} -->\n<div class="wp-block-cover alignfull is-light has-black-color has-text-color" style="margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#ffb43c"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"0px"}},"layout":{"type":"constrained","wideSize":"1200px","contentSize":"800px"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.9","letterSpacing":"-2px"}},"textColor":"black"} -->\n<p class="has-text-align-left has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase"><mark style="color:#a65a00" class="has-inline-color">✴︎</mark> Walk</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"right","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.9","letterSpacing":"-2px"}},"textColor":"black"} -->\n<p class="has-text-align-right has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">In the</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"148px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","lineHeight":"0.9","letterSpacing":"-2px"}},"textColor":"black"} -->\n<p class="has-text-align-left has-black-color has-text-color" style="font-size:148px;font-style:normal;font-weight:700;letter-spacing:-2px;line-height:0.9;text-transform:uppercase">Park</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"140px","textTransform":"uppercase","fontStyle":"italic","fontWeight":"200","letterSpacing":"0px","lineHeight":"0.9"},"color":{"text":"#a65a00"}}} -->\n<p class="has-text-align-center has-text-color" style="color:#a65a00;font-size:140px;font-style:italic;font-weight:200;letter-spacing:0px;line-height:0.9;text-transform:uppercase">—01.03</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:9;O:8:"stdClass":7:{s:2:"id";i:308901;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:40:"Fullscreen image with right content area";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2104:"\n<div class="wp-block-cover alignfull" style="margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#376a23"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-content-justification-left is-layout-flex wp-container-core-group-is-layout-19 wp-block-group-is-layout-flex">\n<figure class="wp-block-image size-large wp-container-content-13"><img decoding="async" src="https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg" alt="" /></figure>\n\n\n\n<div class="wp-block-group alignwide wp-container-content-14 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-18 wp-block-group-is-layout-constrained">\n<h2 class="wp-block-heading alignwide has-text-align-left has-black-color has-text-color" style="font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase">wAndering through the woods</h2>\n\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-align-left has-black-color has-text-color" style="font-size:18px;font-style:italic;font-weight:600">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n\n\n\n<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-font-size is-style-fill" style="font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Sign up</a></div>\n</div>\n</div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:97:"core/button,core/buttons,core/cover,core/group,core/heading,core/image,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3261:"<!-- wp:cover {"customOverlayColor":"#376a23","align":"full","style":{"spacing":{"padding":{"top":"4vw","right":"4vw","bottom":"4vw","left":"4vw"},"margin":{"top":"0"}}}} -->\n<div class="wp-block-cover alignfull" style="margin-top:0;padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#376a23"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"4vw"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"left"}} -->\n<div class="wp-block-group"><!-- wp:image {"sizeSlug":"large","style":{"layout":{"selfStretch":"fixed","flexSize":"50%"}}} -->\n<figure class="wp-block-image size-large"><img src="https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg" alt="" /></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"0px"},"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"constrained","justifyContent":"left","contentSize":"600px"}} -->\n<div class="wp-block-group alignwide"><!-- wp:heading {"textAlign":"left","align":"wide","style":{"typography":{"fontSize":"80px","textTransform":"uppercase","fontStyle":"italic","fontWeight":"700","lineHeight":"1.0"}},"textColor":"black"} -->\n<h2 class="wp-block-heading alignwide has-text-align-left has-black-color has-text-color" style="font-size:80px;font-style:italic;font-weight:700;line-height:1.0;text-transform:uppercase">wAndering through the woods</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"align":"left","style":{"typography":{"fontSize":"18px","fontStyle":"italic","fontWeight":"600"}},"textColor":"black"} -->\n<p class="has-text-align-left has-black-color has-text-color" style="font-size:18px;font-style:italic;font-weight:600">Explore our network of trails that lead through a variety of woodland habitats and observe the diverse flora that call this area home. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {"height":"60px"} -->\n<div style="height:60px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"left","flexWrap":"nowrap"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"backgroundColor":"black","textColor":"white","style":{"spacing":{"padding":{"top":"24px","right":"48px","bottom":"24px","left":"48px"}},"typography":{"fontSize":"18px","fontStyle":"italic","fontWeight":"600","textTransform":"uppercase","letterSpacing":"0px"},"border":{"radius":"0px"}},"className":"is-style-fill"} -->\n<div class="wp-block-button has-custom-font-size is-style-fill" style="font-size:18px;font-style:italic;font-weight:600;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-black-background-color has-text-color has-background wp-element-button" style="border-radius:0px;padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Sign up</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:10;O:8:"stdClass":7:{s:2:"id";i:308871;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:46:"Cover Image with Bold Heading and Button, Left";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1657:"\n<div class="wp-block-cover alignfull is-light wp-duotone-094850-f9644e-6" style="margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-30 has-background-dim"></span><img decoding="async" class="wp-block-cover__image-background wp-image-335" alt="" src="https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-20 wp-block-group-is-layout-constrained">\n<h2 class="wp-block-heading has-text-align-left has-white-color has-text-color" style="font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase">Take a hike and wAnder through the woods</h2>\n</div>\n\n\n\n<div style="height:72px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-buttons is-content-justification-left is-nowrap is-layout-flex wp-container-core-buttons-is-layout-5 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-font-size is-style-outline is-style-outline--33684b1db9bd0e4048903b4693f01346" style="font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-text-color wp-element-button" style="padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Explore</a></div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:71:"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:2443:"<!-- wp:cover {"url":"https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg","id":335,"dimRatio":30,"minHeight":66,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"48px","right":"48px","bottom":"48px","left":"48px"},"margin":{"top":"0"}},"color":{"duotone":["#094850","#f9644e"]}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-30 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-335" alt="" src="https://pd.w.org/2021/12/12261b91fba359867.64939140.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"48px"}},"layout":{"type":"constrained","contentSize":"75%","justifyContent":"left","wideSize":"75%"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"left","style":{"typography":{"fontSize":"100px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","letterSpacing":"0px","lineHeight":"1"}},"textColor":"white"} -->\n<h2 class="wp-block-heading has-text-align-left has-white-color has-text-color" style="font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase">Take a hike and wAnder through the woods</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"72px"} -->\n<div style="height:72px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"left","flexWrap":"nowrap"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textColor":"white","style":{"spacing":{"padding":{"top":"24px","right":"48px","bottom":"24px","left":"48px"}},"typography":{"fontSize":"16px","fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"0px"}},"className":"is-style-outline"} -->\n<div class="wp-block-button has-custom-font-size is-style-outline" style="font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-text-color wp-element-button" style="padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->";}i:11;O:8:"stdClass":7:{s:2:"id";i:308868;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:40:"Cover Image with Bold Heading and Button";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1665:"\n<div class="wp-block-cover alignfull is-light wp-duotone-rgb4247103-rgb21419442-7" style="margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-30 has-background-dim"></span><img decoding="async" class="wp-block-cover__image-background wp-image-335" alt="" src="https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-layout-constrained wp-container-core-group-is-layout-21 wp-block-group-is-layout-constrained">\n<h2 class="wp-block-heading has-text-align-center has-white-color has-text-color" style="font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n</div>\n\n\n\n<div style="height:72px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-buttons is-content-justification-center is-nowrap is-layout-flex wp-container-core-buttons-is-layout-6 wp-block-buttons-is-layout-flex">\n<div class="wp-block-button has-custom-font-size is-style-outline is-style-outline--5cf4b1ca5dae7cb964f5ad420ac7bd76" style="font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-text-color wp-element-button" style="padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Explore</a></div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:71:"core/button,core/buttons,core/cover,core/group,core/heading,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:2449:"<!-- wp:cover {"url":"https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg","id":335,"dimRatio":30,"minHeight":66,"minHeightUnit":"vh","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"48px","right":"48px","bottom":"48px","left":"48px"},"margin":{"top":"0"}},"color":{"duotone":["rgb(42, 47, 103)","rgb(214, 194, 42)"]}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;padding-top:48px;padding-right:48px;padding-bottom:48px;padding-left:48px;min-height:66vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-30 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-335" alt="" src="https://pd.w.org/2022/01/26061d763eca13bb6.11341561.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"48px"}},"layout":{"type":"constrained","wideSize":"80%"}} -->\n<div class="wp-block-group"><!-- wp:heading {"textAlign":"center","style":{"typography":{"fontSize":"100px","textTransform":"uppercase","fontStyle":"normal","fontWeight":"700","letterSpacing":"0px","lineHeight":"1"}},"textColor":"white"} -->\n<h2 class="wp-block-heading has-text-align-center has-white-color has-text-color" style="font-size:100px;font-style:normal;font-weight:700;letter-spacing:0px;line-height:1;text-transform:uppercase">Embark on a hiking adventure and explore the beauty of the woods.</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"72px"} -->\n<div style="height:72px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {"layout":{"type":"flex","justifyContent":"center","flexWrap":"nowrap"}} -->\n<div class="wp-block-buttons"><!-- wp:button {"textColor":"white","style":{"spacing":{"padding":{"top":"24px","right":"48px","bottom":"24px","left":"48px"}},"typography":{"fontSize":"16px","fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"0px"}},"className":"is-style-outline"} -->\n<div class="wp-block-button has-custom-font-size is-style-outline" style="font-size:16px;font-style:normal;font-weight:600;letter-spacing:0px;text-transform:uppercase"><a class="wp-block-button__link has-white-color has-text-color wp-element-button" style="padding-top:24px;padding-right:48px;padding-bottom:24px;padding-left:48px">Explore</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:cover -->";}i:12;O:8:"stdClass":7:{s:2:"id";i:303828;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:30:"Fullscreen cover image gallery";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:955:"\n<div class="wp-block-cover alignfull" style="padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group is-content-justification-center is-nowrap is-layout-flex wp-container-core-group-is-layout-22 wp-block-group-is-layout-flex">\n<figure class="wp-block-image size-large"><a href="https://thato.test/?page_id=28"><img decoding="async" src="https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg" alt="" /></a></figure>\n\n\n\n<figure class="wp-block-image size-large"><a href="https://thato.test/?page_id=28"><img decoding="async" src="https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg" alt="" /></a></figure>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:43:"gallery, images, columns, background, cover";s:16:"wpop_description";s:0:"";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:32:"core/cover,core/group,core/image";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:7:"gallery";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:1259:"<!-- wp:cover {"overlayColor":"black","minHeight":66,"minHeightUnit":"vh","contentPosition":"center center","align":"full","style":{"spacing":{"padding":{"top":"4vw","right":"4vw","bottom":"4vw","left":"4vw"}}}} -->\n<div class="wp-block-cover alignfull" style="padding-top:4vw;padding-right:4vw;padding-bottom:4vw;padding-left:4vw;min-height:66vh"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim-100 has-background-dim"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"style":{"spacing":{"blockGap":"4vw"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"center"}} -->\n<div class="wp-block-group"><!-- wp:image {"sizeSlug":"large","linkDestination":"custom"} -->\n<figure class="wp-block-image size-large"><a href="https://thato.test/?page_id=28"><img src="https://pd.w.org/2022/01/84661f60659149cc8.02053291.jpg" alt="" /></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"custom"} -->\n<figure class="wp-block-image size-large"><a href="https://thato.test/?page_id=28"><img src="https://pd.w.org/2022/01/21261f60ba46147b0.97888240.jpg" alt="" /></a></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->";}i:13;O:8:"stdClass":7:{s:2:"id";i:277265;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Fullwidth posts with uppercase titles";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:498:"\n<div class="wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow">\n<div class="wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"></div>\n\n\n\n<div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px"></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:30:"star, posts, loop, blog, index";s:16:"wpop_description";s:62:"A fullwidth posts pattern with large titles and start accents.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:10:"core/query";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:182:"core/group,core/paragraph,core/post-date,core/post-template,core/post-terms,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:5:"query";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3502:"<!-- wp:query {"queryId":31,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-query alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","right":"0","bottom":"0","left":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:post-template {"style":{"typography":{"textTransform":"none"}}} -->\n<!-- wp:group {"style":{"border":{"bottom":{"color":"var:preset|color|contrast","width":"1px"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:1px"><!-- wp:group {"style":{"spacing":{"padding":{"top":"16px","right":"16px","bottom":"16px","left":"16px"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->\n<div class="wp-block-group" style="padding-top:16px;padding-right:16px;padding-bottom:16px;padding-left:16px"><!-- wp:group {"style":{"spacing":{"blockGap":"4px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group"><!-- wp:paragraph -->\n<p>✴︎</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:post-date {"textAlign":"left","format":"M j, Y","style":{"spacing":{"margin":{"top":"0","right":"0","bottom":"0","left":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"typography":{"textTransform":"uppercase"}},"textColor":"contrast","fontSize":"small"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-terms {"term":"category","prefix":"✴︎ ","style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"typography":{"textTransform":"uppercase"}},"textColor":"contrast"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"16px","bottom":"var:preset|spacing|70","right":"16px","left":"16px"}}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group" style="padding-top:16px;padding-right:16px;padding-bottom:var(--wp--preset--spacing--70);padding-left:16px"><!-- wp:post-title {"isLink":true,"style":{"spacing":{"margin":{"top":"0","right":"0","bottom":"0","left":"0"}},"layout":{"selfStretch":"fit"},"typography":{"fontStyle":"normal","fontWeight":"500","lineHeight":"1.1","textTransform":"uppercase","fontSize":"5.2rem"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|30","bottom":"var:preset|spacing|30","right":"16px","left":"16px"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--30);padding-right:16px;padding-bottom:var(--wp--preset--spacing--30);padding-left:16px"><!-- wp:query-pagination {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left"}} -->\n<!-- wp:query-pagination-previous {"label":"Previous","style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} /-->\n\n<!-- wp:query-pagination-next {"label":"Next","style":{"typography":{"textTransform":"uppercase"}},"fontSize":"small"} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->";}i:14;O:8:"stdClass":7:{s:2:"id";i:277127;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:33:"Fullwidth posts titles with dates";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:637:"\n<div class="wp-block-query alignfull is-layout-flow wp-block-query-is-layout-flow">\n<div class="wp-block-group alignfull is-layout-flow wp-block-group-is-layout-flow" style="padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"></div>\n\n\n\n<div class="wp-block-group is-layout-flow wp-block-group-is-layout-flow" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:31:"Posts, Query, Loop, Blog, Index";s:16:"wpop_description";s:62:"A fullwidth posts pattern with large titles and numeral dates.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:10:"core/query";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:151:"core/group,core/post-date,core/post-template,core/post-title,core/query,core/query-pagination,core/query-pagination-next,core/query-pagination-previous";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:5:"query";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:3583:"<!-- wp:query {"queryId":1,"query":{"perPage":3,"pages":0,"offset":0,"postType":"post","order":"desc","orderBy":"date","author":"","search":"","exclude":[],"sticky":"","inherit":false},"align":"full","layout":{"type":"default"}} -->\n<div class="wp-block-query alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"0","right":"var:preset|spacing|40","bottom":"var:preset|spacing|40","left":"var:preset|spacing|40"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull" style="padding-top:0;padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><!-- wp:post-template {"align":"full","style":{"typography":{"textTransform":"none"}}} -->\n<!-- wp:group {"style":{"spacing":{"blockGap":"0","padding":{"bottom":"var:preset|spacing|50"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group" style="padding-bottom:var(--wp--preset--spacing--50)"><!-- wp:group {"style":{"border":{"bottom":{"color":"var:preset|color|contrast","width":"4px"}},"spacing":{"padding":{"top":"var:preset|spacing|30","right":"0","bottom":"var:preset|spacing|30","left":"0"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->\n<div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--contrast);border-bottom-width:4px;padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0"><!-- wp:post-date {"textAlign":"left","format":"m.j","style":{"spacing":{"margin":{"top":"0","right":"0","bottom":"0","left":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"typography":{"letterSpacing":"1px","fontSize":"2rem","fontStyle":"normal","fontWeight":"600"}},"textColor":"contrast"} /-->\n\n<!-- wp:post-date {"textAlign":"left","format":"Y","style":{"spacing":{"margin":{"top":"0","right":"0","bottom":"0","left":"0"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"typography":{"letterSpacing":"1px","fontSize":"2rem","fontStyle":"normal","fontWeight":"600"}},"textColor":"contrast"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-title {"isLink":true,"style":{"layout":{"selfStretch":"fit"},"typography":{"lineHeight":"1.1","fontSize":"4.6rem","fontStyle":"normal","fontWeight":"600"},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}},"spacing":{"padding":{"top":"var:preset|spacing|30"}}},"textColor":"contrast"} /--></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40","right":"var:preset|spacing|40","left":"var:preset|spacing|40"},"margin":{"top":"0","bottom":"0"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)"><!-- wp:query-pagination {"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between"}} -->\n<!-- wp:query-pagination-previous {"style":{"typography":{"fontSize":"2rem","fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"1px"}}} /-->\n\n<!-- wp:query-pagination-next {"style":{"typography":{"fontSize":"2rem","fontStyle":"normal","fontWeight":"600","textTransform":"uppercase","letterSpacing":"1px"}}} /-->\n<!-- /wp:query-pagination --></div>\n<!-- /wp:group --></div>\n<!-- /wp:query -->";}i:15;O:8:"stdClass":7:{s:2:"id";i:229092;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:41:"Header inside full-width background image";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4738:"\n<div class="wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained">\n<div class="wp-block-cover alignfull is-light" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim"></span><img decoding="async" class="wp-block-cover__image-background wp-image-61" alt="" src="https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a" style="object-position:50% 50%" data-object-fit="cover" data-object-position="50% 50%" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-group alignwide has-base-color has-text-color has-link-color wp-elements-a5c55c350363e1349d710a58148fd7b6 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-28 wp-block-group-is-layout-flex" style="margin-top:0;margin-bottom:0">\n<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"><div class="is-default-size is-style-default wp-block-site-logo"><span class="custom-logo-link"><img decoding="async" src="https://s.w.org/images/wmark.png" class="custom-logo" alt="Site logo"></span></div>\n\n<h1 class="has-link-color has-text-color has-white-color wp-elements-8500967d37da86b97bb53ecc0a52ca72 wp-block-site-title has-medium-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1></div>\n\n\n<nav class="has-text-color has-white-color is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-8" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-8-content">\n								<ul class="wp-block-navigation__container has-text-color has-white-color is-responsive items-justified-right wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div style="height:33vw" aria-hidden="true" class="wp-block-spacer"></div>\n</div></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:100:"Simple header with logo, site title, navigation and a full-width background image with dark overlay.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:80:"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"header";}s:13:"keyword_slugs";a:1:{i:0;s:4:"core";}s:15:"pattern_content";s:2554:"<!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull"><!-- wp:cover {"url":"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a","id":61,"dimRatio":50,"overlayColor":"black","focalPoint":{"x":0.5,"y":0.5},"minHeight":50,"contentPosition":"center center","isDark":false,"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}}}} -->\n<div class="wp-block-cover alignfull is-light" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30);min-height:50px"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim"></span><img class="wp-block-cover__image-background wp-image-61" alt="" src="https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a" style="object-position:50% 50%" data-object-fit="cover" data-object-position="50% 50%" /><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","style":{"elements":{"link":{"color":{"text":"var:preset|color|base"}}},"spacing":{"margin":{"top":"0","bottom":"0"}}},"textColor":"base","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide has-base-color has-text-color has-link-color" style="margin-top:0;margin-bottom:0"><!-- wp:group {"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-logo {"className":"is-style-default"} /-->\n\n<!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|background"}}}},"textColor":"white","fontSize":"medium"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {"textColor":"white","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"33vw"} -->\n<div style="height:33vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->";}i:16;O:8:"stdClass":7:{s:2:"id";i:229097;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:34:"Simple header with dark background";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3889:"\n<div class="wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-602186720dd7d9bef283ca8cacce4883 is-layout-constrained wp-container-core-group-is-layout-33 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-32 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"><div class="is-default-size wp-block-site-logo"><span class="custom-logo-link"><img decoding="async" src="https://s.w.org/images/wmark.png" class="custom-logo" alt="Site logo"></span></div>\n\n<h1 class="has-link-color wp-elements-141496dd038caa4dcf40174bef55cbbe wp-block-site-title"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1></div>\n\n\n\n<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"><nav class="is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-2 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-9" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-9-content">\n								<ul class="wp-block-navigation__container is-responsive items-justified-right wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:76:"Simple header with logo, site title, navigation links and a dark background.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:57:"core/group,core/navigation,core/site-logo,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"header";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1497:"<!-- wp:group {"metadata":{"categories":["header","wireframe"],"patternName":"core/simple-header-with-dark-background","name":"Simple header with dark background"},"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}},"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}}},"backgroundColor":"black","textColor":"white","className":"has-background-color","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap"}} -->\n<div class="wp-block-group"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:17;O:8:"stdClass":7:{s:2:"id";i:229101;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:29:"Text-only header with tagline";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3570:"\n<div class="wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-36 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-35 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"><h1 class="has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n<p class="wp-block-site-tagline">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n\n\n<nav class="is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-3 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-10" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-10-content">\n								<ul class="wp-block-navigation__container is-responsive items-justified-right wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:53:"Header with site title, tagline and navigation links.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:60:"core/group,core/navigation,core/site-tagline,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"header";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:966:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}}} /-->\n\n<!-- wp:site-tagline /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:18;O:8:"stdClass":7:{s:2:"id";i:229105;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:26:"Simple header with tagline";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4179:"\n<div class="wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-7479bd1e590756c4aa927894dbdbef4e is-layout-constrained wp-container-core-group-is-layout-40 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-39 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-38 wp-block-group-is-layout-flex"><div class="is-default-size wp-block-site-logo"><span class="custom-logo-link"><img decoding="async" src="https://s.w.org/images/wmark.png" class="custom-logo" alt="Site logo"></span></div>\n\n\n<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-37 wp-block-group-is-layout-flex"><h1 class="has-link-color wp-elements-d6577b4021234b9631cf15d9d1fea330 wp-block-site-title"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n<p class="wp-block-site-tagline has-small-font-size">Beautifully designed patterns ready to go with a simple copy/paste</p></div>\n</div>\n\n\n<nav class="has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-4 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-11" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-11-content">\n								<ul class="wp-block-navigation__container has-small-font-size is-responsive items-justified-right wp-block-navigation has-small-font-size"><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:92:"Header with site logo, title and tagline on the left and with navigation links on the right.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:75:"core/group,core/navigation,core/site-logo,core/site-tagline,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"header";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1389:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-contrast-color has-text-color has-link-color" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"24px"}},"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-logo /-->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"4px"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group"><!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}}} /-->\n\n<!-- wp:site-tagline {"fontSize":"small"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"},"fontSize":"small"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:19;O:8:"stdClass":7:{s:2:"id";i:229111;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:36:"Fullwidth site title and menu button";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3305:"\n<div class="wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-e0434f7bbe3c9d87e2f1562e19b734da is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-41 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><h1 class="wp-block-site-title"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n<nav class="is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-5 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open always-shown" \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container hidden-by-default " style="" id="modal-12" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-12-content">\n								<ul class="wp-block-navigation__container is-responsive items-justified-right wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:51:"Header with site title and a hamburger menu button.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:42:"core/group,core/navigation,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"header";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:794:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","layout":{"type":"flex","justifyContent":"space-between"}} -->\n<div class="wp-block-group alignfull has-contrast-color has-text-color has-link-color" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:site-title /-->\n\n<!-- wp:navigation {"overlayMenu":"always","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /--></div>\n<!-- /wp:group -->";}i:20;O:8:"stdClass":7:{s:2:"id";i:229116;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:32:"Fullwidth header with hero image";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4712:"\n<div class="wp-block-group alignfull is-layout-constrained wp-block-group-is-layout-constrained">\n<div class="wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-44 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-43 wp-block-group-is-layout-flex"><div class="is-default-size wp-block-site-logo"><span class="custom-logo-link"><img decoding="async" src="https://s.w.org/images/wmark.png" class="custom-logo" alt="Site logo"></span></div>\n\n\n<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-42 wp-block-group-is-layout-flex"><h1 class="has-link-color wp-elements-f7ec64f471b5bfcc0be230aa4daa838e wp-block-site-title has-medium-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1></div>\n</div>\n\n\n<nav class="is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-6 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-13" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-13-content">\n								<ul class="wp-block-navigation__container is-responsive items-justified-right wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;min-height:40vw;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim"></span><img decoding="async" class="wp-block-cover__image-background wp-image-61" alt="" src="https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a" style="object-position:50% 50%" data-object-fit="cover" data-object-position="50% 50%" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n</div></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:65:"Header on a white background followed by a full-width hero image.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:80:"core/cover,core/group,core/navigation,core/site-logo,core/site-title,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"header";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:2566:"<!-- wp:group {"align":"full","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull"><!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}}},"layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"style":{"spacing":{"blockGap":"24px"}},"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-logo /-->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"4px"}},"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group"><!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"fontSize":"medium"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:cover {"url":"https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&h=1200&fit=clip&crop=default&dpr=1&q=75&vib=3&con=3&usm=15&cs=srgb&bg=F4F4F3&ixlib=js-2.2.1&s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a","id":61,"dimRatio":0,"overlayColor":"black","focalPoint":{"x":0.5,"y":0.5},"minHeight":40,"minHeightUnit":"vw","contentPosition":"center center","isDark":false,"align":"full","style":{"spacing":{"margin":{"top":"0"}}}} -->\n<div class="wp-block-cover alignfull is-light" style="margin-top:0;min-height:40vw"><span aria-hidden="true" class="wp-block-cover__background has-black-background-color has-background-dim-0 has-background-dim"></span><img class="wp-block-cover__image-background wp-image-61" alt="" src="https://img.rawpixel.com/s3fs-private/rawpixel_images/website_content/a017-eberhard-cco-the-after-rain.jpg?w=1200&amp;h=1200&amp;fit=clip&amp;crop=default&amp;dpr=1&amp;q=75&amp;vib=3&amp;con=3&amp;usm=15&amp;cs=srgb&amp;bg=F4F4F3&amp;ixlib=js-2.2.1&amp;s=e7b4ca0a0edcc84ba48c1f7ebf02dd5a" style="object-position:50% 50%" data-object-fit="cover" data-object-position="50% 50%" /><div class="wp-block-cover__inner-container"><!-- wp:spacer {"height":"50px"} -->\n<div style="height:50px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->";}i:21;O:8:"stdClass":7:{s:2:"id";i:229080;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:25:"Centered header with logo";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3637:"\n<div class="wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-47 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignwide is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-46 wp-block-group-is-layout-flex"><div class="is-default-size wp-block-site-logo"><span class="custom-logo-link"><img decoding="async" src="https://s.w.org/images/wmark.png" class="custom-logo" alt="Site logo"></span></div>\n\n<h1 class="has-link-color has-text-color has-contrast-color wp-elements-7b215d308770124d58b518591412dff8 wp-block-site-title has-large-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n<nav class="is-responsive items-justified-center wp-block-navigation is-content-justification-center is-layout-flex wp-container-core-navigation-is-layout-7 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-14" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-14-content">\n								<ul class="wp-block-navigation__container is-responsive items-justified-center wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:65:"Center aligned header with logo, site title and navigation links.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:57:"core/group,core/navigation,core/site-logo,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"header";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:926:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|30","bottom":"var:preset|spacing|40","left":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"center","orientation":"vertical"}} -->\n<div class="wp-block-group alignwide"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","fontSize":"large"} /-->\n\n<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"center"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:22;O:8:"stdClass":7:{s:2:"id";i:229084;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Fullwidth header with large font size";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3433:"\n<div class="wp-block-group alignfull has-contrast-color has-text-color has-link-color wp-elements-4b5a1e7a31f9f44eaeb3ab45e5ae60f1 is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-48 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><h1 class="wp-block-site-title has-large-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n<nav class="has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-8 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-15" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-15-content">\n								<ul class="wp-block-navigation__container has-large-font-size is-responsive items-justified-right wp-block-navigation has-large-font-size"><li class="has-large-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class="has-large-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class="has-large-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:80:"Header with a large site title and navigation links in the same large font size.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:42:"core/group,core/navigation,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"header";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:811:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}},"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}},"textColor":"contrast","layout":{"type":"flex","justifyContent":"space-between"}} -->\n<div class="wp-block-group alignfull has-contrast-color has-text-color has-link-color" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:site-title {"fontSize":"large"} /-->\n\n<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"},"fontSize":"large"} /--></div>\n<!-- /wp:group -->";}i:23;O:8:"stdClass":7:{s:2:"id";i:229088;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:13:"Simple header";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3693:"\n<div class="wp-block-group alignfull is-layout-constrained wp-container-core-group-is-layout-51 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-50 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-layout-flex wp-container-core-group-is-layout-49 wp-block-group-is-layout-flex"><div class="is-default-size wp-block-site-logo"><span class="custom-logo-link"><img decoding="async" src="https://s.w.org/images/wmark.png" class="custom-logo" alt="Site logo"></span></div>\n\n<h1 class="has-link-color wp-elements-74d9c587c704a765f018836daab4c876 wp-block-site-title"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1></div>\n\n\n<nav class="is-responsive items-justified-right wp-block-navigation is-content-justification-right is-layout-flex wp-container-core-navigation-is-layout-9 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-16" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-16-content">\n								<ul class="wp-block-navigation__container is-responsive items-justified-right wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:51:"Simple header with logo, site title and navigation.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/header";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:57:"core/group,core/navigation,core/site-logo,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"header";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1021:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|30","right":"var:preset|spacing|30","bottom":"var:preset|spacing|30","left":"var:preset|spacing|30"}}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull" style="padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"style":{"spacing":{"blockGap":"24px"}},"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-logo /-->\n\n<!-- wp:site-title {"style":{"elements":{"link":{"color":{"text":"var:preset|color|contrast"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right"}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:24;O:8:"stdClass":7:{s:2:"id";i:229123;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:33:"Centered footer with social links";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4246:"\n<div class="wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-53 wp-block-group-is-layout-flex" style="min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)">\n<div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-52 wp-block-group-is-layout-flex">\n<p class="has-text-align-center">Proudly powered by <a href="https://wordpress.org">WordPress</a></p>\n\n\n\n<ul class="wp-block-social-links has-small-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-1 wp-block-social-links-is-layout-flex"><li class="wp-social-link wp-social-link-twitter  wp-block-social-link"><a href="https://#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li>\n\n<li class="wp-social-link wp-social-link-instagram  wp-block-social-link"><a href="https://#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Instagram</span></a></li></ul>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:82:"Centered footer with the sentence "Proudly powered by WordPress" and social links.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:25:"core/group,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1495:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","bottom":"var:preset|spacing|60","left":"var:preset|spacing|50","top":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|40","margin":{"top":"0","bottom":"0"}},"dimensions":{"minHeight":"30vh"}},"textColor":"contrast","layout":{"type":"flex","orientation":"vertical","justifyContent":"center","verticalAlignment":"center"}} -->\n<div class="wp-block-group alignfull has-contrast-color has-text-color" style="min-height:30vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)"><!-- wp:group {"style":{"spacing":{"blockGap":"24px"}},"layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Proudly powered by <a href="https://wordpress.org">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {"size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"8px","left":"8px"}}},"className":"is-style-logos-only","layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<ul class="wp-block-social-links has-small-icon-size is-style-logos-only"><!-- wp:social-link {"url":"#","service":"twitter"} /-->\n\n<!-- wp:social-link {"url":"#","service":"instagram"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:25;O:8:"stdClass":7:{s:2:"id";i:229127;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:47:"Footer with search, site title, and credit line";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3105:"\n<div class="wp-block-group alignfull has-background is-layout-constrained wp-container-core-group-is-layout-61 wp-block-group-is-layout-constrained" style="background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)">\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-58 wp-block-group-is-layout-flex">\n<div class="wp-block-group wp-container-content-15 is-content-justification-left is-layout-constrained wp-container-core-group-is-layout-54 wp-block-group-is-layout-constrained">\n<p class="has-text-align-left" style="font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase">Search</p>\n\n\n<form role="search" method="get" action="https://wordpress.org/patterns/" class="wp-block-search__button-outside wp-block-search__icon-button wp-block-search"    ><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-17" >Search</label><div class="wp-block-search__inside-wrapper "  style="width: 100%"><input class="wp-block-search__input" id="wp-block-search__input-17" placeholder="" value="" type="search" name="s" required  style="border-width: 1px"/><button aria-label="Search" class="wp-block-search__button has-icon wp-element-button" type="submit"  style="border-width: 1px"><svg class="search-icon" viewBox="0 0 24 24" width="24" height="24">\n					<path d="M13 5c-3.3 0-6 2.7-6 6 0 1.4.5 2.7 1.3 3.7l-3.8 3.8 1.1 1.1 3.8-3.8c1 .8 2.3 1.3 3.7 1.3 3.3 0 6-2.7 6-6S16.3 5 13 5zm0 10.5c-2.5 0-4.5-2-4.5-4.5s2-4.5 4.5-4.5 4.5 2 4.5 4.5-2 4.5-4.5 4.5z"></path>\n				</svg></button></div></form></div>\n\n\n\n<div class="wp-block-group is-content-justification-right is-nowrap is-layout-flex wp-container-core-group-is-layout-57 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-56 wp-block-group-is-layout-flex">\n<p class="has-text-align-left" style="font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase">Social</p>\n\n\n\n<div class="wp-block-group has-small-font-size is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-55 wp-block-group-is-layout-flex">\n<p><a href="#">Facebook</a></p>\n\n\n\n<p><a href="#">Instagram</a></p>\n\n\n\n<p><a href="#">Twitter</a></p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-60 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"><h1 class="wp-block-site-title has-small-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1></div>\n\n\n\n<p class="has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:88:"Footer with search field and site title on the left, and small credit line on the right.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:65:"core/group,core/paragraph,core/search,core/site-title,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:3254:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|40","left":"var:preset|spacing|40","top":"var:preset|spacing|50","bottom":"var:preset|spacing|50"}},"color":{"background":"#00000008"}},"layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-background" style="background-color:#00000008;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)"><!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|60"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"style":{"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"constrained","justifyContent":"left"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"1px","fontStyle":"normal","fontWeight":"600"}}} -->\n<p class="has-text-align-left" style="font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase">Search</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:search {"label":"Search","showLabel":false,"width":100,"widthUnit":"%","buttonText":"Search","buttonUseIcon":true,"style":{"border":{"width":"1px"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":[]},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right","verticalAlignment":"top"}} -->\n<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left","style":{"typography":{"textTransform":"uppercase","fontSize":"0.9rem","letterSpacing":"1px","fontStyle":"normal","fontWeight":"600"}}} -->\n<p class="has-text-align-left" style="font-size:0.9rem;font-style:normal;font-weight:600;letter-spacing:1px;text-transform:uppercase">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"left"},"fontSize":"small"} -->\n<div class="wp-block-group has-small-font-size"><!-- wp:paragraph -->\n<p><a href="#">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="#">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="#">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"48px"} -->\n<div style="height:48px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-title {"fontSize":"small"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"fontSize":"small"} -->\n<p class="has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:26;O:8:"stdClass":7:{s:2:"id";i:229131;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:38:"Footer with site title and credit line";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:882:"\n<div class="wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-64 wp-block-group-is-layout-constrained" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-63 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"><h1 class="wp-block-site-title has-small-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1></div>\n\n\n\n<p class="has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:64:"Footer with site title on the left and credit line on the right.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:41:"core/group,core/paragraph,core/site-title";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1095:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|30","bottom":"var:preset|spacing|40","left":"var:preset|spacing|30"},"margin":{"top":"0","bottom":"0"}}},"className":"has-background-color","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-background-color" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:site-title {"fontSize":"small"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"fontSize":"small"} -->\n<p class="has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:27;O:8:"stdClass":7:{s:2:"id";i:229135;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:38:"Footer with navigation and credit line";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3592:"\n<div class="wp-block-group alignfull has-background-color is-layout-constrained wp-container-core-group-is-layout-67 wp-block-group-is-layout-constrained" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-66 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-layout-flex wp-block-group-is-layout-flex"><nav class="has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size is-content-justification-left is-layout-flex wp-container-core-navigation-is-layout-10 wp-block-navigation-is-layout-flex" aria-label="" \n		 data-wp-interactive="core/navigation" data-wp-context=''{"overlayOpenedBy":{"click":false,"hover":false,"focus":false},"type":"overlay","roleAttribute":"","ariaLabel":"Menu"}''><button aria-haspopup="dialog" aria-label="Open menu" class="wp-block-navigation__responsive-container-open " \n				data-wp-on--click="actions.openMenuOnClick"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n			><svg width="24" height="24" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" aria-hidden="true" focusable="false"><rect x="4" y="7.5" width="16" height="1.5" /><rect x="4" y="15" width="16" height="1.5" /></svg></button>\n				<div class="wp-block-navigation__responsive-container  " style="" id="modal-18" \n				data-wp-class--has-modal-open="state.isMenuOpen"\n				data-wp-class--is-menu-open="state.isMenuOpen"\n				data-wp-watch="callbacks.initMenu"\n				data-wp-on--keydown="actions.handleMenuKeydown"\n				data-wp-on--focusout="actions.handleMenuFocusout"\n				tabindex="-1"\n			>\n					<div class="wp-block-navigation__responsive-close" tabindex="-1">\n						<div class="wp-block-navigation__responsive-dialog" \n				data-wp-bind--aria-modal="state.ariaModal"\n				data-wp-bind--aria-label="state.ariaLabel"\n				data-wp-bind--role="state.roleAttribute"\n			>\n							<button aria-label="Close menu" class="wp-block-navigation__responsive-container-close" \n				data-wp-on--click="actions.closeMenuOnClick"\n			><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="24" height="24" aria-hidden="true" focusable="false"><path d="M13 11.8l6.1-6.3-1-1-6.1 6.2-6.1-6.2-1 1 6.1 6.3-6.5 6.7 1 1 6.5-6.6 6.5 6.6 1-1z"></path></svg></button>\n							<div class="wp-block-navigation__responsive-container-content" \n				data-wp-watch="callbacks.focusFirstElement"\n			 id="modal-18-content">\n								<ul class="wp-block-navigation__container has-small-font-size is-responsive items-justified-left wp-block-navigation has-small-font-size"><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul>\n							</div>\n						</div>\n					</div>\n				</div></nav></div>\n\n\n\n<p class="has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:64:"Footer with navigation on the left and credit line on the right.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:41:"core/group,core/navigation,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1174:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|40","right":"var:preset|spacing|30","bottom":"var:preset|spacing|40","left":"var:preset|spacing|30"},"margin":{"top":"0","bottom":"0"}}},"className":"has-background-color","layout":{"type":"constrained"}} -->\n<div class="wp-block-group alignfull has-background-color" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"space-between","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide"><!-- wp:group {"layout":{"type":"flex"}} -->\n<div class="wp-block-group"><!-- wp:navigation {"layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"left"},"fontSize":"small"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {"fontSize":"small"} -->\n<p class="has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:28;O:8:"stdClass":7:{s:2:"id";i:229139;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:56:"Fullwidth footer with background color and three columns";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3045:"\n<div class="wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color wp-elements-8d0170a0199cafe7fbcba6c0b4dac464 is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-70 wp-block-group-is-layout-flex" style="min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)">\n<div class="wp-block-columns alignwide has-small-font-size is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p class="has-text-align-center">Location</p>\n\n\n\n<p class="has-text-align-center">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p class="has-text-align-center">Pages</p>\n\n\n<nav class="has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-center is-nowrap is-layout-flex wp-container-core-navigation-is-layout-11 wp-block-navigation-is-layout-flex" aria-label=""><ul class="wp-block-navigation__container has-small-font-size items-justified-center is-vertical no-wrap wp-block-navigation has-small-font-size"><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul></nav>\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p class="has-text-align-center">Follow us</p>\n\n\n\n<div class="wp-block-group is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-68 wp-block-group-is-layout-flex">\n<p><a href="#">Facebook</a></p>\n\n\n\n<p><a href="#">Instagram</a></p>\n\n\n\n<p><a href="#">Twitter</a></p>\n</div>\n\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n</div>\n\n\n\n<div class="wp-block-group alignwide is-content-justification-center is-layout-flex wp-container-core-group-is-layout-69 wp-block-group-is-layout-flex">\n<p class="has-text-align-center has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:57:"Text-only footer with background color and three columns.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:78:"core/column,core/columns,core/group,core/navigation,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:3225:"<!-- wp:group {"align":"full","style":{"elements":{"link":{"color":{"text":"var:preset|color|white"}}},"spacing":{"padding":{"top":"var:preset|spacing|60","right":"var:preset|spacing|40","bottom":"var:preset|spacing|60","left":"var:preset|spacing|40"},"margin":{"top":"0","bottom":"0"},"blockGap":"var:preset|spacing|30"},"dimensions":{"minHeight":"40vh"}},"backgroundColor":"black","textColor":"white","className":"has-background-color","layout":{"type":"flex","orientation":"vertical","justifyContent":"stretch","verticalAlignment":"center"}} -->\n<div class="wp-block-group alignfull has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color" style="min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--40)"><!-- wp:columns {"align":"wide","fontSize":"small"} -->\n<div class="wp-block-columns alignwide has-small-font-size"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Location</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical","justifyContent":"center","flexWrap":"nowrap"},"style":{"spacing":{"blockGap":"8px"}},"fontSize":"small"} /-->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Follow us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->\n<div class="wp-block-group"><!-- wp:paragraph -->\n<p><a href="#">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="#">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="#">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {"align":"wide","layout":{"type":"flex","justifyContent":"center","flexWrap":"wrap"}} -->\n<div class="wp-block-group alignwide"><!-- wp:paragraph {"align":"center","fontSize":"small"} -->\n<p class="has-text-align-center has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:29;O:8:"stdClass":7:{s:2:"id";i:229143;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:33:"Centered footer with social links";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4166:"\n<div class="wp-block-group alignfull has-contrast-color has-text-color is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-71 wp-block-group-is-layout-flex" style="min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)"><div style="margin-bottom:6px;" class="is-default-size aligncenter wp-block-site-logo"><span class="custom-logo-link"><img decoding="async" src="https://s.w.org/images/wmark.png" class="custom-logo" alt="Site logo"></span></div>\n\n\n<p class="has-text-align-center has-medium-font-size">Proudly powered by <a href="https://wordpress.org">WordPress</a></p>\n\n\n\n<ul class="wp-block-social-links has-normal-icon-size is-style-logos-only is-nowrap is-layout-flex wp-container-core-social-links-is-layout-2 wp-block-social-links-is-layout-flex"><li class="wp-social-link wp-social-link-facebook  wp-block-social-link"><a href="https://#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12 2C6.5 2 2 6.5 2 12c0 5 3.7 9.1 8.4 9.9v-7H7.9V12h2.5V9.8c0-2.5 1.5-3.9 3.8-3.9 1.1 0 2.2.2 2.2.2v2.5h-1.3c-1.2 0-1.6.8-1.6 1.6V12h2.8l-.4 2.9h-2.3v7C18.3 21.1 22 17 22 12c0-5.5-4.5-10-10-10z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Facebook</span></a></li>\n\n<li class="wp-social-link wp-social-link-twitter  wp-block-social-link"><a href="https://#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li>\n\n<li class="wp-social-link wp-social-link-wordpress  wp-block-social-link"><a href="https://#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12.158,12.786L9.46,20.625c0.806,0.237,1.657,0.366,2.54,0.366c1.047,0,2.051-0.181,2.986-0.51 c-0.024-0.038-0.046-0.079-0.065-0.124L12.158,12.786z M3.009,12c0,3.559,2.068,6.634,5.067,8.092L3.788,8.341 C3.289,9.459,3.009,10.696,3.009,12z M18.069,11.546c0-1.112-0.399-1.881-0.741-2.48c-0.456-0.741-0.883-1.368-0.883-2.109 c0-0.826,0.627-1.596,1.51-1.596c0.04,0,0.078,0.005,0.116,0.007C16.472,3.904,14.34,3.009,12,3.009 c-3.141,0-5.904,1.612-7.512,4.052c0.211,0.007,0.41,0.011,0.579,0.011c0.94,0,2.396-0.114,2.396-0.114 C7.947,6.93,8.004,7.642,7.52,7.699c0,0-0.487,0.057-1.029,0.085l3.274,9.739l1.968-5.901l-1.401-3.838 C9.848,7.756,9.389,7.699,9.389,7.699C8.904,7.67,8.961,6.93,9.446,6.958c0,0,1.484,0.114,2.368,0.114 c0.94,0,2.397-0.114,2.397-0.114c0.485-0.028,0.542,0.684,0.057,0.741c0,0-0.488,0.057-1.029,0.085l3.249,9.665l0.897-2.996 C17.841,13.284,18.069,12.316,18.069,11.546z M19.889,7.686c0.039,0.286,0.06,0.593,0.06,0.924c0,0.912-0.171,1.938-0.684,3.22 l-2.746,7.94c2.673-1.558,4.47-4.454,4.47-7.771C20.991,10.436,20.591,8.967,19.889,7.686z M12,22C6.486,22,2,17.514,2,12 C2,6.486,6.486,2,12,2c5.514,0,10,4.486,10,10C22,17.514,17.514,22,12,22z"></path></svg><span class="wp-block-social-link-label screen-reader-text">WordPress</span></a></li></ul>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:71:"Footer with centered site title, tagline, social links and credit line.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.2";s:25:"wpop_contains_block_types";s:75:"core/group,core/paragraph,core/site-logo,core/social-link,core/social-links";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1532:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"right":"var:preset|spacing|50","bottom":"var:preset|spacing|60","left":"var:preset|spacing|50","top":"var:preset|spacing|60"},"blockGap":"var:preset|spacing|40","margin":{"top":"0","bottom":"0"}},"dimensions":{"minHeight":"40vh"}},"textColor":"contrast","layout":{"type":"flex","orientation":"vertical","justifyContent":"center","verticalAlignment":"center"}} -->\n<div class="wp-block-group alignfull has-contrast-color has-text-color" style="min-height:40vh;margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--50)"><!-- wp:site-logo {"align":"center","style":{"spacing":{"margin":{"bottom":"6px"}}}} /-->\n\n<!-- wp:paragraph {"align":"center","fontSize":"medium"} -->\n<p class="has-text-align-center has-medium-font-size">Proudly powered by <a href="https://wordpress.org">WordPress</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {"size":"has-normal-icon-size","style":{"spacing":{"blockGap":{"top":"12px","left":"12px"}}},"className":"is-style-logos-only","layout":{"type":"flex","flexWrap":"nowrap"}} -->\n<ul class="wp-block-social-links has-normal-icon-size is-style-logos-only"><!-- wp:social-link {"url":"#","service":"facebook"} /-->\n\n<!-- wp:social-link {"url":"#","service":"twitter"} /-->\n\n<!-- wp:social-link {"url":"#","service":"wordpress"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group -->";}i:30;O:8:"stdClass":7:{s:2:"id";i:229147;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:52:"Fullwidth footer with navigation, credit, and social";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:4645:"\n<div class="wp-block-group alignfull has-background-color is-layout-flow wp-block-group-is-layout-flow" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group alignfull has-small-font-size is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-73 wp-block-group-is-layout-flex"><h1 class="wp-block-site-title has-small-font-size wp-container-content-16"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n\n<div class="wp-block-group wp-container-content-17 is-vertical is-content-justification-center is-layout-flex wp-container-core-group-is-layout-72 wp-block-group-is-layout-flex">\n<p class="has-text-align-center has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n</div>\n\n\n\n<ul class="wp-block-social-links has-small-icon-size is-style-logos-only wp-container-content-18 is-content-justification-right is-nowrap is-layout-flex wp-container-core-social-links-is-layout-3 wp-block-social-links-is-layout-flex"><li class="wp-social-link wp-social-link-twitter  wp-block-social-link"><a href="https://#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Twitter</span></a></li>\n\n<li class="wp-social-link wp-social-link-instagram  wp-block-social-link"><a href="https://#" class="wp-block-social-link-anchor"><svg width="24" height="24" viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false"><path d="M12,4.622c2.403,0,2.688,0.009,3.637,0.052c0.877,0.04,1.354,0.187,1.671,0.31c0.42,0.163,0.72,0.358,1.035,0.673 c0.315,0.315,0.51,0.615,0.673,1.035c0.123,0.317,0.27,0.794,0.31,1.671c0.043,0.949,0.052,1.234,0.052,3.637 s-0.009,2.688-0.052,3.637c-0.04,0.877-0.187,1.354-0.31,1.671c-0.163,0.42-0.358,0.72-0.673,1.035 c-0.315,0.315-0.615,0.51-1.035,0.673c-0.317,0.123-0.794,0.27-1.671,0.31c-0.949,0.043-1.233,0.052-3.637,0.052 s-2.688-0.009-3.637-0.052c-0.877-0.04-1.354-0.187-1.671-0.31c-0.42-0.163-0.72-0.358-1.035-0.673 c-0.315-0.315-0.51-0.615-0.673-1.035c-0.123-0.317-0.27-0.794-0.31-1.671C4.631,14.688,4.622,14.403,4.622,12 s0.009-2.688,0.052-3.637c0.04-0.877,0.187-1.354,0.31-1.671c0.163-0.42,0.358-0.72,0.673-1.035 c0.315-0.315,0.615-0.51,1.035-0.673c0.317-0.123,0.794-0.27,1.671-0.31C9.312,4.631,9.597,4.622,12,4.622 M12,3 C9.556,3,9.249,3.01,8.289,3.054C7.331,3.098,6.677,3.25,6.105,3.472C5.513,3.702,5.011,4.01,4.511,4.511 c-0.5,0.5-0.808,1.002-1.038,1.594C3.25,6.677,3.098,7.331,3.054,8.289C3.01,9.249,3,9.556,3,12c0,2.444,0.01,2.751,0.054,3.711 c0.044,0.958,0.196,1.612,0.418,2.185c0.23,0.592,0.538,1.094,1.038,1.594c0.5,0.5,1.002,0.808,1.594,1.038 c0.572,0.222,1.227,0.375,2.185,0.418C9.249,20.99,9.556,21,12,21s2.751-0.01,3.711-0.054c0.958-0.044,1.612-0.196,2.185-0.418 c0.592-0.23,1.094-0.538,1.594-1.038c0.5-0.5,0.808-1.002,1.038-1.594c0.222-0.572,0.375-1.227,0.418-2.185 C20.99,14.751,21,14.444,21,12s-0.01-2.751-0.054-3.711c-0.044-0.958-0.196-1.612-0.418-2.185c-0.23-0.592-0.538-1.094-1.038-1.594 c-0.5-0.5-1.002-0.808-1.594-1.038c-0.572-0.222-1.227-0.375-2.185-0.418C14.751,3.01,14.444,3,12,3L12,3z M12,7.378 c-2.552,0-4.622,2.069-4.622,4.622S9.448,16.622,12,16.622s4.622-2.069,4.622-4.622S14.552,7.378,12,7.378z M12,15 c-1.657,0-3-1.343-3-3s1.343-3,3-3s3,1.343,3,3S13.657,15,12,15z M16.804,6.116c-0.596,0-1.08,0.484-1.08,1.08 s0.484,1.08,1.08,1.08c0.596,0,1.08-0.484,1.08-1.08S17.401,6.116,16.804,6.116z"></path></svg><span class="wp-block-social-link-label screen-reader-text">Instagram</span></a></li></ul>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:87:"Footer with site title on the left, credit in the middle and social links on the right.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:76:"core/group,core/paragraph,core/site-title,core/social-link,core/social-links";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1869:"<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"var:preset|spacing|50","right":"var:preset|spacing|30","bottom":"var:preset|spacing|50","left":"var:preset|spacing|30"},"margin":{"top":"0","bottom":"0"}}},"className":"has-background-color","layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull has-background-color" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"flex","justifyContent":"space-between","flexWrap":"nowrap"},"fontSize":"small"} -->\n<div class="wp-block-group alignfull has-small-font-size"><!-- wp:site-title {"style":{"layout":{"selfStretch":"fixed","flexSize":"25%"}},"fontSize":"small"} /-->\n\n<!-- wp:group {"style":{"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"center"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"center","fontSize":"small"} -->\n<p class="has-text-align-center has-small-font-size"> Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {"size":"has-small-icon-size","style":{"spacing":{"blockGap":{"top":"0","left":"12px"}},"layout":{"selfStretch":"fixed","flexSize":"25%"}},"className":"is-style-logos-only","layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"right"}} -->\n<ul class="wp-block-social-links has-small-icon-size is-style-logos-only"><!-- wp:social-link {"url":"#","service":"twitter"} /-->\n\n<!-- wp:social-link {"url":"#","service":"instagram"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:31;O:8:"stdClass":7:{s:2:"id";i:229151;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:19:"Left-aligned footer";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2940:"\n<div class="wp-block-group alignfull is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-80 wp-block-group-is-layout-flex" style="margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)">\n<div class="wp-block-group wp-container-content-19 is-vertical is-layout-flex wp-container-core-group-is-layout-75 wp-block-group-is-layout-flex"><h1 class="wp-block-site-title has-medium-font-size"><a href="https://wordpress.org/patterns" target="_self" rel="home">Patterns</a></h1>\n\n\n<p class="has-text-align-left">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n\n\n\n<p class="has-text-align-left has-small-font-size">Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n\n\n\n<div class="wp-block-group is-content-justification-right is-layout-flex wp-container-core-group-is-layout-79 wp-block-group-is-layout-flex">\n<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-76 wp-block-group-is-layout-flex">\n<p class="has-text-align-left">Pages</p>\n\n\n<nav class="has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size is-content-justification-left is-nowrap is-layout-flex wp-container-core-navigation-is-layout-12 wp-block-navigation-is-layout-flex" aria-label=""><ul class="wp-block-navigation__container has-small-font-size items-justified-left is-vertical no-wrap wp-block-navigation has-small-font-size"><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Home</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">About</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content"  href="#"><span class="wp-block-navigation-item__label">Contact</span></a></li></ul></nav>\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n\n\n\n<div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-78 wp-block-group-is-layout-flex">\n<p class="has-text-align-left">Social</p>\n\n\n\n<div class="wp-block-group is-vertical is-content-justification-left is-layout-flex wp-container-core-group-is-layout-77 wp-block-group-is-layout-flex">\n<p><a href="#">Facebook</a></p>\n\n\n\n<p><a href="#">Instagram</a></p>\n\n\n\n<p><a href="#">Twitter</a></p>\n</div>\n\n\n\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:44:"Left-aligned footer with just a credit line.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:1:{i:0;s:25:"core/template-part/footer";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:3:"6.1";s:25:"wpop_contains_block_types";s:69:"core/group,core/navigation,core/paragraph,core/site-title,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"footer";i:1;s:9:"wireframe";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:2939:"<!-- wp:group {"align":"full","style":{"spacing":{"margin":{"top":"0","bottom":"0"},"padding":{"top":"var:preset|spacing|50","right":"var:preset|spacing|30","bottom":"var:preset|spacing|50","left":"var:preset|spacing|30"}}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"space-between","verticalAlignment":"top"}} -->\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--30);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--30)"><!-- wp:group {"style":{"layout":{"selfStretch":"fill","flexSize":null}},"layout":{"type":"flex","orientation":"vertical","verticalAlignment":"top"}} -->\n<div class="wp-block-group"><!-- wp:site-title {"fontSize":"medium"} /-->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">2020 Lomita Blvd,&nbsp;<br>Torrance, CA 90101<br>United States</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"left","fontSize":"small"} -->\n<p class="has-text-align-left has-small-font-size">Proudly powered by <a rel="nofollow" href="https://wordpress.org">WordPress</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"right","verticalAlignment":"top"}} -->\n<div class="wp-block-group"><!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Pages</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical","justifyContent":"left","flexWrap":"nowrap"},"style":{"spacing":{"blockGap":"8px"}},"fontSize":"small"} /-->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"layout":{"type":"flex","orientation":"vertical"}} -->\n<div class="wp-block-group"><!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Social</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"style":{"spacing":{"blockGap":"8px"}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"left"}} -->\n<div class="wp-block-group"><!-- wp:paragraph -->\n<p><a href="#">Facebook</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="#">Instagram</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href="#">Twitter</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"24px"} -->\n<div style="height:24px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:32;O:8:"stdClass":7:{s:2:"id";i:201;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:32:"Three columns with offset images";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1351:"\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%">\n<figure class="wp-block-image size-large is-style-default"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-01.jpg" alt="Close-up, abstract view of geometric architecture." /></figure>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:25%">\n<div style="height:500px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-02.jpg" alt="Close-up, angled view of a window on a white building." /></figure>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:45%">\n<figure class="wp-block-image size-large is-style-default"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-03.jpg" alt="Close-up of the corner of a white, geometric building with both sharp points and round corners." /></figure>\n\n\n\n<div style="height:285px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:33:"Three columns with offset images.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:47:"core/column,core/columns,core/image,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:7:"gallery";i:1;s:6:"images";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1753:"<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-large is-style-default"><img src="https://s.w.org/images/core/5.8/architecture-01.jpg" alt="Close-up, abstract view of geometric architecture." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"25%"} -->\n<div class="wp-block-column" style="flex-basis:25%"><!-- wp:spacer {"height":500} -->\n<div style="height:500px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {"height":150} -->\n<div style="height:150px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/architecture-02.jpg" alt="Close-up, angled view of a window on a white building." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"45%"} -->\n<div class="wp-block-column" style="flex-basis:45%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none","className":"is-style-default"} -->\n<figure class="wp-block-image size-large is-style-default"><img src="https://s.w.org/images/core/5.8/architecture-03.jpg" alt="Close-up of the corner of a white, geometric building with both sharp points and round corners." /></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {"height":285} -->\n<div style="height:285px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:33;O:8:"stdClass":7:{s:2:"id";i:199;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:34:"Three columns with images and text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:3578:"\n<div class="wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow" style="background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw">\n<div class="wp-block-group is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-81 wp-block-group-is-layout-flex" style="padding-right:0;padding-left:0">\n<h6 class="wp-block-heading has-text-color" id="ecosystem" style="color:#000000;font-size:16px">ECOSYSTEM</h6>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none">Positive growth.</p>\n</div>\n\n\n\n<div style="height:1vw" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-group alignwide is-vertical is-nowrap is-layout-flex wp-container-core-group-is-layout-82 wp-block-group-is-layout-flex" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0">\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-3 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.38%">\n<p class="has-text-color" style="color:#000000;font-size:17px"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:17px">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33%">\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33.62%">\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n</div>\n</div>\n\n\n\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-4 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:69%">\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure>\n</div>\n\n\n\n<div class="wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:33%">\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:17px">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man&#8217;s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n</div>\n</div>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:77:"Three columns with images and text, with vertical spacing for an offset look.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:86:"core/column,core/columns,core/group,core/heading,core/image,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:5:{i:0;s:7:"columns";i:1;s:8:"featured";i:2;s:7:"gallery";i:3;s:6:"images";i:4;s:4:"text";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:5124:"<!-- wp:group {"align":"full","style":{"color":{"background":"#f5eac1"},"spacing":{"padding":{"top":"6vw","bottom":"6vw","left":"6vw","right":"6vw"}}},"layout":{"type":"default"}} -->\n<div class="wp-block-group alignfull has-background" style="background-color:#f5eac1;padding-top:6vw;padding-right:6vw;padding-bottom:6vw;padding-left:6vw"><!-- wp:group {"style":{"spacing":{"blockGap":"16px","padding":{"right":"0","left":"0"}}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->\n<div class="wp-block-group" style="padding-right:0;padding-left:0"><!-- wp:heading {"level":6,"style":{"color":{"text":"#000000"},"typography":{"fontSize":"16px"}},"anchor":"ecosystem"} -->\n<h6 class="wp-block-heading has-text-color" id="ecosystem" style="color:#000000;font-size:16px">ECOSYSTEM</h6>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"0.9","fontSize":"6vw","fontStyle":"normal","fontWeight":"700","textTransform":"none","textDecoration":"none","letterSpacing":"0px"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:6vw;font-style:normal;font-weight:700;letter-spacing:0px;line-height:0.9;text-decoration:none;text-transform:none">Positive growth.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {"height":"1vw"} -->\n<div style="height:1vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"3vw","padding":{"top":"0","bottom":"0","left":"0","right":"0"}}},"layout":{"type":"flex","orientation":"vertical","flexWrap":"nowrap"}} -->\n<div class="wp-block-group alignwide" style="padding-top:0;padding-right:0;padding-bottom:0;padding-left:0"><!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"top":"3vw","left":"3vw"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"33.38%"} -->\n<div class="wp-block-column" style="flex-basis:33.38%"><!-- wp:paragraph {"style":{"color":{"text":"#000000"},"typography":{"fontSize":"17px"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px"><em>Nature</em>, in the common sense, refers to essences unchanged by man; space, the air, the river, the leaf.&nbsp;<em>Art</em>&nbsp;is applied to the mixture of his will with the same things, as in a house, a canal, a statue, a picture. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#000000"},"typography":{"fontSize":"17px"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px">But his operations taken together are so insignificant, a little chipping, baking, patching, and washing, that in an impression so grand as that of the world on the human mind, they do not vary the result.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33%"} -->\n<div class="wp-block-column" style="flex-basis:33%"><!-- wp:spacer {"height":"2vw"} -->\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-01.jpg" alt="The sun setting through a dense forest." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"33.62%"} -->\n<div class="wp-block-column" style="flex-basis:33.62%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-02.jpg" alt="Wind turbines standing on a grassy plain, against a blue sky." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide","style":{"spacing":{"blockGap":{"left":"3vw"}}}} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"69%"} -->\n<div class="wp-block-column" style="flex-basis:69%"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/outside-03.jpg" alt="The sun shining over a ridge leading down into the shore. In the distance, a car drives down a road." /></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"center","width":"33%"} -->\n<div class="wp-block-column is-vertically-aligned-center" style="flex-basis:33%"><!-- wp:spacer {"height":"2vw"} -->\n<div style="height:2vw" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#000000"},"typography":{"fontSize":"17px"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px">Undoubtedly we have no questions to ask which are unanswerable. We must trust the perfection of the creation so far, as to believe that whatever curiosity the order of things has awakened in our minds, the order of things can satisfy. Every man''s condition is a solution in hieroglyphic to those inquiries he would put.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->";}i:34;O:8:"stdClass":7:{s:2:"id";i:197;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:39:"Two columns of text with offset heading";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:2282:"\n<div class="wp-block-group alignfull has-background is-layout-flow wp-block-group-is-layout-flow" style="background-color:#f2f0e9">\n<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<div class="wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-5 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">\n<p class="has-text-color" style="color:#000000;font-size:30px;line-height:1.1"><strong>Oceanic Inspiration</strong></p>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:50%">\n<hr class="wp-block-separator has-text-color has-background is-style-wide" style="background-color:#000000;color:#000000" />\n</div>\n</div>\n\n\n\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-6 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n</div>\n</div>\n\n\n\n<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:43:"Two columns of text with an offset heading.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:77:"core/column,core/columns,core/group,core/paragraph,core/separator,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:7:"columns";i:1;s:4:"text";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:2837:"<!-- wp:group {"align":"full","style":{"color":{"background":"#f2f0e9"}}} -->\n<div class="wp-block-group alignfull has-background" style="background-color:#f2f0e9"><!-- wp:spacer {"height":70} -->\n<div style="height:70px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {"verticalAlignment":"center","align":"wide"} -->\n<div class="wp-block-columns alignwide are-vertically-aligned-center"><!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1","fontSize":"30px"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:30px;line-height:1.1"><strong>Oceanic Inspiration</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"50%"} -->\n<div class="wp-block-column" style="flex-basis:50%"><!-- wp:separator {"customColor":"#000000","className":"is-style-wide"} -->\n<hr class="wp-block-separator has-text-color has-background is-style-wide" style="background-color:#000000;color:#000000" />\n<!-- /wp:separator --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">Winding veils round their heads, the women walked on deck. They were now moving steadily down the river, passing the dark shapes of ships at anchor, and London was a swarm of lights with a pale yellow canopy drooping above it. There were the lights of the great theatres, the lights of the long streets, lights that indicated huge squares of domestic comfort, lights that hung high in air.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"color":{"text":"#000000"}},"fontSize":"extra-small"} -->\n<p class="has-text-color has-extra-small-font-size" style="color:#000000">No darkness would ever settle upon those lamps, as no darkness had settled upon them for hundreds of years. It seemed dreadful that the town should blaze for ever in the same spot; dreadful at least to people going away to adventure upon the sea, and beholding it as a circumscribed mound, eternally burnt, eternally scarred. From the deck of the ship the great city appeared a crouched and cowardly figure, a sedentary miser.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {"height":40} -->\n<div style="height:40px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->";}i:35;O:8:"stdClass":7:{s:2:"id";i:196;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:41:"Media and text in a full height container";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1484:"\n<div class="wp-block-cover alignfull is-light" style="min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#ffffff"></span><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill" style="grid-template-columns:56% auto"><figure class="wp-block-media-text__media" style="background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%"><img decoding="async" src="https://s.w.org/images/core/5.8/soil.jpg" alt="Close-up of dried, cracked earth." /></figure><div class="wp-block-media-text__content">\n<h2 class="wp-block-heading has-text-color" style="color:#000000;font-size:32px"><strong>What&#8217;s the problem?</strong></h2>\n\n\n\n<p class="has-text-color" style="color:#000000;font-size:17px">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n\n\n\n<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button">Learn more</a></div>\n</div>\n</div></div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:77:"Media and text block with image to the left and text and button to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:79:"core/button,core/buttons,core/cover,core/heading,core/media-text,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:2015:"<!-- wp:cover {"customOverlayColor":"#ffffff","minHeight":100,"minHeightUnit":"vh","contentPosition":"center center","isDark":false,"align":"full"} -->\n<div class="wp-block-cover alignfull is-light" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim" style="background-color:#ffffff"></span><div class="wp-block-cover__inner-container"><!-- wp:media-text {"mediaLink":"https://s.w.org/images/core/5.8/soil.jpg","mediaType":"image","mediaWidth":56,"verticalAlignment":"center","imageFill":true} -->\n<div class="wp-block-media-text alignwide is-stacked-on-mobile is-vertically-aligned-center is-image-fill" style="grid-template-columns:56% auto"><figure class="wp-block-media-text__media" style="background-image:url(https://s.w.org/images/core/5.8/soil.jpg);background-position:50% 50%"><img src="https://s.w.org/images/core/5.8/soil.jpg" alt="Close-up of dried, cracked earth." /></figure><div class="wp-block-media-text__content"><!-- wp:heading {"style":{"typography":{"fontSize":"32px"},"color":{"text":"#000000"}}} -->\n<h2 class="wp-block-heading has-text-color" style="color:#000000;font-size:32px"><strong>What''s the problem?</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"fontSize":"17px"},"color":{"text":"#000000"}}} -->\n<p class="has-text-color" style="color:#000000;font-size:17px">Trees are more important today than ever before. More than 10,000 products are reportedly made from trees. Through chemistry, the humble woodpile is yielding chemicals, plastics and fabrics that were beyond comprehension when an axe first felled a Texas tree.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"className":"is-style-fill"} -->\n<div class="wp-block-button is-style-fill"><a class="wp-block-button__link wp-element-button">Learn more</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div></div>\n<!-- /wp:media-text --></div></div>\n<!-- /wp:cover -->";}i:36;O:8:"stdClass":7:{s:2:"id";i:195;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:38:"Media and text with image on the right";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:719:"\n<div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default" style="grid-template-columns:auto 56%"><div class="wp-block-media-text__content">\n<h2 class="wp-block-heading has-text-color" style="color:#000000"><strong>Shore with Blue Sea</strong></h2>\n\n\n\n<p class="has-text-color" style="color:#636363;font-size:17px;line-height:1.1">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n</div><figure class="wp-block-media-text__media"><img decoding="async" src="https://s.w.org/images/core/5.8/art-02.jpg" alt="A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints." /></figure></div>\n\n\n\n<p></p>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:66:"Media and text block with image to the right and text to the left.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:43:"core/heading,core/media-text,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1155:"<!-- wp:media-text {"align":"full","mediaPosition":"right","mediaLink":"#","mediaType":"image","mediaWidth":56,"verticalAlignment":"center","className":"is-style-default"} -->\n<div class="wp-block-media-text alignfull has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center is-style-default" style="grid-template-columns:auto 56%"><div class="wp-block-media-text__content"><!-- wp:heading {"style":{"color":{"text":"#000000"}}} -->\n<h2 class="wp-block-heading has-text-color" style="color:#000000"><strong>Shore with Blue Sea</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"style":{"typography":{"lineHeight":"1.1","fontSize":"17px"},"color":{"text":"#636363"}}} -->\n<p class="has-text-color" style="color:#636363;font-size:17px;line-height:1.1">Eleanor Harris&nbsp;(American, 1901-1942)</p>\n<!-- /wp:paragraph --></div><figure class="wp-block-media-text__media"><img src="https://s.w.org/images/core/5.8/art-02.jpg" alt="A green and brown rural landscape leading into a bright blue ocean and slightly cloudy sky, done in oil paints." /></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->";}i:37;O:8:"stdClass":7:{s:2:"id";i:192;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:37:"Media and text with image on the left";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:611:"\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img decoding="async" src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content">\n<h3 class="wp-block-heading has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n\n\n\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study <span aria-hidden="true" class="wp-exclude-emoji">↗</span></a></p>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:66:"Media and text block with image to the left and text to the right.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:43:"core/heading,core/media-text,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:8:"featured";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:844:"<!-- wp:media-text {"align":"full","mediaType":"image","verticalAlignment":"center"} -->\n<div class="wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-center"><figure class="wp-block-media-text__media"><img src="https://s.w.org/images/core/5.8/architecture-04.jpg" alt="Close-up, abstract view of architecture." /></figure><div class="wp-block-media-text__content"><!-- wp:heading {"textAlign":"center","level":3,"style":{"color":{"text":"#000000"}}} -->\n<h3 class="wp-block-heading has-text-align-center has-text-color" style="color:#000000"><strong>Open Spaces</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"center","fontSize":"extra-small"} -->\n<p class="has-text-align-center has-extra-small-font-size"><a href="#">See case study ↗</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->";}i:38;O:8:"stdClass":7:{s:2:"id";i:186;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:35:"Large header with text and a button";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1619:"\n<div class="wp-block-cover alignfull has-parallax" style="min-height:100vh;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-40 has-background-dim" style="background-color:#000000"></span><div role="img" class="wp-block-cover__image-background has-parallax" style="background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)"></div><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<h2 class="wp-block-heading alignwide has-white-color has-text-color" style="font-size:48px;line-height:1.2"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n\n\n\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-7 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:60%">\n<p class="has-text-color" style="color:#ffffff">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n\n\n\n<div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex">\n<div class="wp-block-button is-style-outline is-style-outline--209d5ba650efdd750f2103fb695c9a1a"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#ffffff;background-color:#000000">Visit</a></div>\n</div>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:62:"Large header with background image and text and button on top.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:88:"core/button,core/buttons,core/column,core/columns,core/cover,core/heading,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:6:"banner";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:2053:"<!-- wp:cover {"url":"https://s.w.org/images/core/5.8/art-01.jpg","hasParallax":true,"dimRatio":40,"customOverlayColor":"#000000","minHeight":100,"minHeightUnit":"vh","contentPosition":"center center","align":"full"} -->\n<div class="wp-block-cover alignfull has-parallax" style="min-height:100vh"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-40 has-background-dim" style="background-color:#000000"></span><div role="img" class="wp-block-cover__image-background has-parallax" style="background-position:50% 50%;background-image:url(https://s.w.org/images/core/5.8/art-01.jpg)"></div><div class="wp-block-cover__inner-container"><!-- wp:heading {"style":{"typography":{"fontSize":"48px","lineHeight":"1.2"}},"className":"alignwide has-white-color has-text-color"} -->\n<h2 class="wp-block-heading alignwide has-white-color has-text-color" style="font-size:48px;line-height:1.2"><strong><em>Overseas:</em></strong><br><strong><em>1500 — 1960</em></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"60%"} -->\n<div class="wp-block-column" style="flex-basis:60%"><!-- wp:paragraph {"style":{"color":{"text":"#ffffff"}}} -->\n<p class="has-text-color" style="color:#ffffff">An exhibition about the different representations of the ocean throughout time, between the sixteenth and the twentieth century. Taking place in our Open Room in <em>Floor 2</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button {"style":{"color":{"text":"#ffffff","background":"#000000"}},"className":"is-style-outline"} -->\n<div class="wp-block-button is-style-outline"><a class="wp-block-button__link has-text-color has-background wp-element-button" style="color:#ffffff;background-color:#000000">Visit</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->";}i:39;O:8:"stdClass":7:{s:2:"id";i:185;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:35:"Large header with left-aligned text";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1381:"\n<div class="wp-block-cover alignfull" style="min-height:800px;aspect-ratio:unset;aspect-ratio:unset;"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-60 has-background-dim"></span><img decoding="async" class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container is-layout-flow wp-block-cover-is-layout-flow">\n<h2 class="wp-block-heading alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n\n\n\n<div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-8 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:55%">\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n\n\n\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow"></div>\n</div>\n</div></div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:29:"Cover image with quote on top";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:75:"core/column,core/columns,core/cover,core/heading,core/paragraph,core/spacer";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:6:"banner";i:1;s:8:"featured";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1698:"<!-- wp:cover {"url":"https://s.w.org/images/core/5.8/forest.jpg","dimRatio":60,"minHeight":800,"align":"full"} -->\n<div class="wp-block-cover alignfull" style="min-height:800px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-60 has-background-dim"></span><img class="wp-block-cover__image-background" alt="" src="https://s.w.org/images/core/5.8/forest.jpg" data-object-fit="cover" /><div class="wp-block-cover__inner-container"><!-- wp:heading {"align":"wide","style":{"color":{"text":"#ffe074"},"typography":{"fontSize":"64px"}}} -->\n<h2 class="wp-block-heading alignwide has-text-color" style="color:#ffe074;font-size:64px">Forest.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"align":"wide"} -->\n<div class="wp-block-columns alignwide"><!-- wp:column {"width":"55%"} -->\n<div class="wp-block-column" style="flex-basis:55%"><!-- wp:spacer {"height":"330px"} -->\n<div style="height:330px" aria-hidden="true" class="wp-block-spacer"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {"style":{"color":{"text":"#ffe074"},"typography":{"lineHeight":"1.3","fontSize":"12px"}}} -->\n<p class="has-text-color" style="color:#ffe074;font-size:12px;line-height:1.3"><em>Even a child knows how valuable the forest is. The fresh, breathtaking smell of trees. Echoing birds flying above that dense magnitude. A stable climate, a sustainable diverse life and a source of culture. Yet, forests and other ecosystems hang in the balance, threatened to become croplands, pasture, and plantations.</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div></div>\n<!-- /wp:cover -->";}i:40;O:8:"stdClass":7:{s:2:"id";i:184;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:7:"Heading";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:526:"\n<h2 class="alignwide wp-block-heading" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We&#8217;re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:17:"large text, title";s:16:"wpop_description";s:12:"Heading text";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:1:{i:0;s:12:"core/heading";}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:12:"core/heading";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:8:"featured";i:1;s:4:"text";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:621:"<!-- wp:heading {"align":"wide","style":{"typography":{"fontSize":"48px","lineHeight":"1.1"}}} -->\n<h2 class="alignwide" id="we-re-a-studio-in-berlin-with-an-international-practice-in-architecture-urban-planning-and-interior-design-we-believe-in-sharing-knowledge-and-promoting-dialogue-to-increase-the-creative-potential-of-collaboration" style="font-size:48px;line-height:1.1">We''re a studio in Berlin with an international practice in architecture, urban planning and interior design. We believe in sharing knowledge and promoting dialogue to increase the creative potential of collaboration.</h2>\n<!-- /wp:heading -->";}i:41;O:8:"stdClass":7:{s:2:"id";i:29;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:29:"Two columns of text and title";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:1539:"\n<h2 class="wp-block-heading" style="font-size:38px;line-height:1.4"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n\n\n\n<div class="wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9 wp-block-columns-is-layout-flex">\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p style="font-size:18px">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n</div>\n\n\n\n<div class="wp-block-column is-layout-flow wp-block-column-is-layout-flow">\n<p style="font-size:18px">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband&#8217;s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n</div>\n</div>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:47:"Two columns of text preceded by a long heading.";s:19:"wpop_viewport_width";i:1200;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:52:"core/column,core/columns,core/heading,core/paragraph";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:2:{i:0;s:7:"columns";i:1;s:4:"text";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:1711:"<!-- wp:heading {"style":{"typography":{"fontSize":38,"lineHeight":"1.4"}}} -->\n<h2 style="font-size:38px;line-height:1.4"><strong>The voyage had begun, and had begun happily with a soft blue sky, and a calm sea.</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":18}}} -->\n<p style="font-size:18px">They followed her on to the deck. All the smoke and the houses had disappeared, and the ship was out in a wide space of sea very fresh and clear though pale in the early light. They had left London sitting on its mud. A very thin line of shadow tapered on the horizon, scarcely thick enough to stand the burden of Paris, which nevertheless rested upon it. They were free of roads, free of mankind, and the same exhilaration at their freedom ran through them all.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class="wp-block-column"><!-- wp:paragraph {"style":{"typography":{"fontSize":18}}} -->\n<p style="font-size:18px">The ship was making her way steadily through small waves which slapped her and then fizzled like effervescing water, leaving a little border of bubbles and foam on either side. The colourless October sky above was thinly clouded as if by the trail of wood-fire smoke, and the air was wonderfully salt and brisk. Indeed it was too cold to stand still. Mrs. Ambrose drew her arm within her husband''s, and as they moved off it could be seen from the way in which her sloping cheek turned up to his that she had something private to communicate.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->";}i:42;O:8:"stdClass":7:{s:2:"id";i:19;s:5:"title";O:8:"stdClass":1:{s:8:"rendered";s:23:"Two images side by side";}s:7:"content";O:8:"stdClass":2:{s:8:"rendered";s:571:"\n<figure class="wp-block-gallery alignwide has-nested-images columns-default is-cropped wp-block-gallery-19 is-layout-flex wp-block-gallery-is-layout-flex">\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/nature-above-01.jpg" alt="An aerial view of waves crashing against a shore." /></figure>\n\n\n\n<figure class="wp-block-image size-large"><img decoding="async" src="https://s.w.org/images/core/5.8/nature-above-02.jpg" alt="An aerial view of a field. A road runs through the upper right corner." /></figure>\n</figure>\n";s:9:"protected";b:0;}s:4:"meta";O:8:"stdClass":8:{s:13:"wpop_keywords";s:0:"";s:16:"wpop_description";s:41:"An image gallery with two example images.";s:19:"wpop_viewport_width";i:800;s:16:"wpop_block_types";a:0:{}s:11:"wpop_locale";s:5:"en_US";s:15:"wpop_wp_version";s:0:"";s:25:"wpop_contains_block_types";s:23:"core/gallery,core/image";s:9:"footnotes";s:0:"";}s:14:"category_slugs";a:1:{i:0;s:7:"gallery";}s:13:"keyword_slugs";a:2:{i:0;s:4:"core";i:1;s:8:"featured";}s:15:"pattern_content";s:704:"<!-- wp:gallery {"linkTo":"none","align":"wide"} -->\n<figure class="wp-block-gallery alignwide has-nested-images columns-default is-cropped"><!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/nature-above-01.jpg" alt="An aerial view of waves crashing against a shore." /></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://s.w.org/images/core/5.8/nature-above-02.jpg" alt="An aerial view of a field. A road runs through the upper right corner." /></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->";}}', 'no');
INSERT INTO `wptd_options` VALUES
(1006, '_transient_timeout_astra-theme-cron-test-ok', '1718207453', 'no'),
(1007, '_transient_astra-theme-cron-test-ok', '1', 'no'),
(965, '_site_transient_timeout_available_translations', '1718211244', 'no'),
(966, '_site_transient_available_translations', 'a:131:{s:2:"af";a:8:{s:8:"language";s:2:"af";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-05-13 15:59:22";s:12:"english_name";s:9:"Afrikaans";s:11:"native_name";s:9:"Afrikaans";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip";s:3:"iso";a:2:{i:1;s:2:"af";i:2;s:3:"afr";}s:7:"strings";a:1:{s:8:"continue";s:10:"Gaan voort";}}s:2:"am";a:8:{s:8:"language";s:2:"am";s:7:"version";s:5:"6.0.8";s:7:"updated";s:19:"2022-09-29 20:43:49";s:12:"english_name";s:7:"Amharic";s:11:"native_name";s:12:"አማርኛ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.0.8/am.zip";s:3:"iso";a:2:{i:1;s:2:"am";i:2;s:3:"amh";}s:7:"strings";a:1:{s:8:"continue";s:9:"ቀጥል";}}s:3:"arg";a:8:{s:8:"language";s:3:"arg";s:7:"version";s:8:"6.2-beta";s:7:"updated";s:19:"2022-09-22 16:46:56";s:12:"english_name";s:9:"Aragonese";s:11:"native_name";s:9:"Aragonés";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/6.2-beta/arg.zip";s:3:"iso";a:3:{i:1;s:2:"an";i:2;s:3:"arg";i:3;s:3:"arg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continar";}}s:2:"ar";a:8:{s:8:"language";s:2:"ar";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-13 12:49:38";s:12:"english_name";s:6:"Arabic";s:11:"native_name";s:14:"العربية";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/ar.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:2;s:3:"ara";}s:7:"strings";a:1:{s:8:"continue";s:12:"متابعة";}}s:3:"ary";a:8:{s:8:"language";s:3:"ary";s:7:"version";s:6:"4.8.24";s:7:"updated";s:19:"2017-01-26 15:42:35";s:12:"english_name";s:15:"Moroccan Arabic";s:11:"native_name";s:31:"العربية المغربية";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.24/ary.zip";s:3:"iso";a:2:{i:1;s:2:"ar";i:3;s:3:"ary";}s:7:"strings";a:1:{s:8:"continue";s:16:"المتابعة";}}s:2:"as";a:8:{s:8:"language";s:2:"as";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-10-19 09:22:30";s:12:"english_name";s:8:"Assamese";s:11:"native_name";s:21:"অসমীয়া";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/as.zip";s:3:"iso";a:3:{i:1;s:2:"as";i:2;s:3:"asm";i:3;s:3:"asm";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:3:"azb";a:8:{s:8:"language";s:3:"azb";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-01-19 08:58:31";s:12:"english_name";s:17:"South Azerbaijani";s:11:"native_name";s:29:"گؤنئی آذربایجان";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.4.4/azb.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:3;s:3:"azb";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"az";a:8:{s:8:"language";s:2:"az";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-06 00:09:27";s:12:"english_name";s:11:"Azerbaijani";s:11:"native_name";s:16:"Azərbaycan dili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/az.zip";s:3:"iso";a:2:{i:1;s:2:"az";i:2;s:3:"aze";}s:7:"strings";a:1:{s:8:"continue";s:5:"Davam";}}s:3:"bel";a:8:{s:8:"language";s:3:"bel";s:7:"version";s:6:"4.9.25";s:7:"updated";s:19:"2019-10-29 07:54:22";s:12:"english_name";s:10:"Belarusian";s:11:"native_name";s:29:"Беларуская мова";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.9.25/bel.zip";s:3:"iso";a:2:{i:1;s:2:"be";i:2;s:3:"bel";}s:7:"strings";a:1:{s:8:"continue";s:20:"Працягнуць";}}s:5:"bg_BG";a:8:{s:8:"language";s:5:"bg_BG";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-07 20:18:03";s:12:"english_name";s:9:"Bulgarian";s:11:"native_name";s:18:"Български";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/bg_BG.zip";s:3:"iso";a:2:{i:1;s:2:"bg";i:2;s:3:"bul";}s:7:"strings";a:1:{s:8:"continue";s:12:"Напред";}}s:5:"bn_BD";a:8:{s:8:"language";s:5:"bn_BD";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-20 15:12:22";s:12:"english_name";s:20:"Bengali (Bangladesh)";s:11:"native_name";s:15:"বাংলা";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/bn_BD.zip";s:3:"iso";a:1:{i:1;s:2:"bn";}s:7:"strings";a:1:{s:8:"continue";s:28:"চালিয়ে যান";}}s:2:"bo";a:8:{s:8:"language";s:2:"bo";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2020-10-30 03:24:38";s:12:"english_name";s:7:"Tibetan";s:11:"native_name";s:21:"བོད་ཡིག";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip";s:3:"iso";a:2:{i:1;s:2:"bo";i:2;s:3:"tib";}s:7:"strings";a:1:{s:8:"continue";s:33:"མུ་མཐུད་དུ།";}}s:5:"bs_BA";a:8:{s:8:"language";s:5:"bs_BA";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2023-02-22 20:45:53";s:12:"english_name";s:7:"Bosnian";s:11:"native_name";s:8:"Bosanski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.5/bs_BA.zip";s:3:"iso";a:2:{i:1;s:2:"bs";i:2;s:3:"bos";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:2:"ca";a:8:{s:8:"language";s:2:"ca";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-30 18:27:20";s:12:"english_name";s:7:"Catalan";s:11:"native_name";s:7:"Català";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/ca.zip";s:3:"iso";a:2:{i:1;s:2:"ca";i:2;s:3:"cat";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:3:"ceb";a:8:{s:8:"language";s:3:"ceb";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-02 17:25:51";s:12:"english_name";s:7:"Cebuano";s:11:"native_name";s:7:"Cebuano";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip";s:3:"iso";a:2:{i:2;s:3:"ceb";i:3;s:3:"ceb";}s:7:"strings";a:1:{s:8:"continue";s:7:"Padayun";}}s:5:"cs_CZ";a:8:{s:8:"language";s:5:"cs_CZ";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-05 18:59:01";s:12:"english_name";s:5:"Czech";s:11:"native_name";s:9:"Čeština";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/cs_CZ.zip";s:3:"iso";a:2:{i:1;s:2:"cs";i:2;s:3:"ces";}s:7:"strings";a:1:{s:8:"continue";s:11:"Pokračovat";}}s:2:"cy";a:8:{s:8:"language";s:2:"cy";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-01 14:45:04";s:12:"english_name";s:5:"Welsh";s:11:"native_name";s:7:"Cymraeg";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/cy.zip";s:3:"iso";a:2:{i:1;s:2:"cy";i:2;s:3:"cym";}s:7:"strings";a:1:{s:8:"continue";s:6:"Parhau";}}s:5:"da_DK";a:8:{s:8:"language";s:5:"da_DK";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-06-10 07:22:53";s:12:"english_name";s:6:"Danish";s:11:"native_name";s:5:"Dansk";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/da_DK.zip";s:3:"iso";a:2:{i:1;s:2:"da";i:2;s:3:"dan";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsæt";}}s:5:"de_CH";a:8:{s:8:"language";s:5:"de_CH";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-11-08 18:40:24";s:12:"english_name";s:20:"German (Switzerland)";s:11:"native_name";s:17:"Deutsch (Schweiz)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/de_CH.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_AT";a:8:{s:8:"language";s:5:"de_AT";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-01 07:57:24";s:12:"english_name";s:16:"German (Austria)";s:11:"native_name";s:21:"Deutsch (Österreich)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/de_AT.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:14:"de_CH_informal";a:8:{s:8:"language";s:14:"de_CH_informal";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-11-08 18:40:48";s:12:"english_name";s:30:"German (Switzerland, Informal)";s:11:"native_name";s:21:"Deutsch (Schweiz, Du)";s:7:"package";s:73:"https://downloads.wordpress.org/translation/core/6.4.4/de_CH_informal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:5:"de_DE";a:8:{s:8:"language";s:5:"de_DE";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-13 14:30:14";s:12:"english_name";s:6:"German";s:11:"native_name";s:7:"Deutsch";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/de_DE.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:12:"de_DE_formal";a:8:{s:8:"language";s:12:"de_DE_formal";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-13 14:29:45";s:12:"english_name";s:15:"German (Formal)";s:11:"native_name";s:13:"Deutsch (Sie)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/6.4.4/de_DE_formal.zip";s:3:"iso";a:1:{i:1;s:2:"de";}s:7:"strings";a:1:{s:8:"continue";s:6:"Weiter";}}s:3:"dsb";a:8:{s:8:"language";s:3:"dsb";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2022-07-16 12:13:09";s:12:"english_name";s:13:"Lower Sorbian";s:11:"native_name";s:16:"Dolnoserbšćina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.2.5/dsb.zip";s:3:"iso";a:2:{i:2;s:3:"dsb";i:3;s:3:"dsb";}s:7:"strings";a:1:{s:8:"continue";s:5:"Dalej";}}s:3:"dzo";a:8:{s:8:"language";s:3:"dzo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-06-29 08:59:03";s:12:"english_name";s:8:"Dzongkha";s:11:"native_name";s:18:"རྫོང་ཁ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip";s:3:"iso";a:2:{i:1;s:2:"dz";i:2;s:3:"dzo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"el";a:8:{s:8:"language";s:2:"el";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-10 09:10:04";s:12:"english_name";s:5:"Greek";s:11:"native_name";s:16:"Ελληνικά";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/el.zip";s:3:"iso";a:2:{i:1;s:2:"el";i:2;s:3:"ell";}s:7:"strings";a:1:{s:8:"continue";s:16:"Συνέχεια";}}s:5:"en_ZA";a:8:{s:8:"language";s:5:"en_ZA";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-08-28 15:58:51";s:12:"english_name";s:22:"English (South Africa)";s:11:"native_name";s:22:"English (South Africa)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/en_ZA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_AU";a:8:{s:8:"language";s:5:"en_AU";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-23 01:49:45";s:12:"english_name";s:19:"English (Australia)";s:11:"native_name";s:19:"English (Australia)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/en_AU.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_CA";a:8:{s:8:"language";s:5:"en_CA";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-10 16:46:25";s:12:"english_name";s:16:"English (Canada)";s:11:"native_name";s:16:"English (Canada)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/en_CA.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_NZ";a:8:{s:8:"language";s:5:"en_NZ";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-25 06:37:33";s:12:"english_name";s:21:"English (New Zealand)";s:11:"native_name";s:21:"English (New Zealand)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/en_NZ.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"en_GB";a:8:{s:8:"language";s:5:"en_GB";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-01-30 17:36:08";s:12:"english_name";s:12:"English (UK)";s:11:"native_name";s:12:"English (UK)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/en_GB.zip";s:3:"iso";a:3:{i:1;s:2:"en";i:2;s:3:"eng";i:3;s:3:"eng";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"eo";a:8:{s:8:"language";s:2:"eo";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-22 11:31:29";s:12:"english_name";s:9:"Esperanto";s:11:"native_name";s:9:"Esperanto";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/eo.zip";s:3:"iso";a:2:{i:1;s:2:"eo";i:2;s:3:"epo";}s:7:"strings";a:1:{s:8:"continue";s:8:"Daŭrigi";}}s:5:"es_CL";a:8:{s:8:"language";s:5:"es_CL";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-17 20:18:11";s:12:"english_name";s:15:"Spanish (Chile)";s:11:"native_name";s:17:"Español de Chile";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/es_CL.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_ES";a:8:{s:8:"language";s:5:"es_ES";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-21 15:08:40";s:12:"english_name";s:15:"Spanish (Spain)";s:11:"native_name";s:8:"Español";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/es_ES.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CO";a:8:{s:8:"language";s:5:"es_CO";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-08 03:23:52";s:12:"english_name";s:18:"Spanish (Colombia)";s:11:"native_name";s:20:"Español de Colombia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/es_CO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_CR";a:8:{s:8:"language";s:5:"es_CR";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-11-08 20:42:04";s:12:"english_name";s:20:"Spanish (Costa Rica)";s:11:"native_name";s:22:"Español de Costa Rica";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/es_CR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_MX";a:8:{s:8:"language";s:5:"es_MX";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-12 14:01:59";s:12:"english_name";s:16:"Spanish (Mexico)";s:11:"native_name";s:19:"Español de México";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/es_MX.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_AR";a:8:{s:8:"language";s:5:"es_AR";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-18 19:36:30";s:12:"english_name";s:19:"Spanish (Argentina)";s:11:"native_name";s:21:"Español de Argentina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/es_AR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_EC";a:8:{s:8:"language";s:5:"es_EC";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2023-04-21 13:32:10";s:12:"english_name";s:17:"Spanish (Ecuador)";s:11:"native_name";s:19:"Español de Ecuador";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.5/es_EC.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_DO";a:8:{s:8:"language";s:5:"es_DO";s:7:"version";s:5:"5.8.9";s:7:"updated";s:19:"2021-10-08 14:32:50";s:12:"english_name";s:28:"Spanish (Dominican Republic)";s:11:"native_name";s:33:"Español de República Dominicana";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8.9/es_DO.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PE";a:8:{s:8:"language";s:5:"es_PE";s:7:"version";s:5:"5.8.9";s:7:"updated";s:19:"2021-10-04 20:53:18";s:12:"english_name";s:14:"Spanish (Peru)";s:11:"native_name";s:17:"Español de Perú";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/5.8.9/es_PE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_UY";a:8:{s:8:"language";s:5:"es_UY";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-03-31 18:33:26";s:12:"english_name";s:17:"Spanish (Uruguay)";s:11:"native_name";s:19:"Español de Uruguay";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_PR";a:8:{s:8:"language";s:5:"es_PR";s:7:"version";s:6:"5.4.15";s:7:"updated";s:19:"2020-04-29 15:36:59";s:12:"english_name";s:21:"Spanish (Puerto Rico)";s:11:"native_name";s:23:"Español de Puerto Rico";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.4.15/es_PR.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_GT";a:8:{s:8:"language";s:5:"es_GT";s:7:"version";s:6:"5.2.20";s:7:"updated";s:19:"2019-03-02 06:35:01";s:12:"english_name";s:19:"Spanish (Guatemala)";s:11:"native_name";s:21:"Español de Guatemala";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.2.20/es_GT.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"es_VE";a:8:{s:8:"language";s:5:"es_VE";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-10-16 16:00:04";s:12:"english_name";s:19:"Spanish (Venezuela)";s:11:"native_name";s:21:"Español de Venezuela";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/es_VE.zip";s:3:"iso";a:3:{i:1;s:2:"es";i:2;s:3:"spa";i:3;s:3:"spa";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"et";a:8:{s:8:"language";s:2:"et";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-10-05 10:16:58";s:12:"english_name";s:8:"Estonian";s:11:"native_name";s:5:"Eesti";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/et.zip";s:3:"iso";a:2:{i:1;s:2:"et";i:2;s:3:"est";}s:7:"strings";a:1:{s:8:"continue";s:6:"Jätka";}}s:2:"eu";a:8:{s:8:"language";s:2:"eu";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-06-02 15:48:46";s:12:"english_name";s:6:"Basque";s:11:"native_name";s:7:"Euskara";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/eu.zip";s:3:"iso";a:2:{i:1;s:2:"eu";i:2;s:3:"eus";}s:7:"strings";a:1:{s:8:"continue";s:8:"Jarraitu";}}s:5:"fa_IR";a:8:{s:8:"language";s:5:"fa_IR";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-15 06:10:53";s:12:"english_name";s:7:"Persian";s:11:"native_name";s:10:"فارسی";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/fa_IR.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"fa_AF";a:8:{s:8:"language";s:5:"fa_AF";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-11 12:20:17";s:12:"english_name";s:21:"Persian (Afghanistan)";s:11:"native_name";s:31:"(فارسی (افغانستان";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/fa_AF.zip";s:3:"iso";a:2:{i:1;s:2:"fa";i:2;s:3:"fas";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:2:"fi";a:8:{s:8:"language";s:2:"fi";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-03 15:37:00";s:12:"english_name";s:7:"Finnish";s:11:"native_name";s:5:"Suomi";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/fi.zip";s:3:"iso";a:2:{i:1;s:2:"fi";i:2;s:3:"fin";}s:7:"strings";a:1:{s:8:"continue";s:5:"Jatka";}}s:5:"fr_BE";a:8:{s:8:"language";s:5:"fr_BE";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-01 23:56:53";s:12:"english_name";s:16:"French (Belgium)";s:11:"native_name";s:21:"Français de Belgique";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/fr_BE.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_FR";a:8:{s:8:"language";s:5:"fr_FR";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-29 08:00:23";s:12:"english_name";s:15:"French (France)";s:11:"native_name";s:9:"Français";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/fr_FR.zip";s:3:"iso";a:1:{i:1;s:2:"fr";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:5:"fr_CA";a:8:{s:8:"language";s:5:"fr_CA";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-06 13:18:00";s:12:"english_name";s:15:"French (Canada)";s:11:"native_name";s:19:"Français du Canada";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/fr_CA.zip";s:3:"iso";a:2:{i:1;s:2:"fr";i:2;s:3:"fra";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuer";}}s:3:"fur";a:8:{s:8:"language";s:3:"fur";s:7:"version";s:6:"4.8.24";s:7:"updated";s:19:"2023-04-30 13:56:46";s:12:"english_name";s:8:"Friulian";s:11:"native_name";s:8:"Friulian";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.24/fur.zip";s:3:"iso";a:2:{i:2;s:3:"fur";i:3;s:3:"fur";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"fy";a:8:{s:8:"language";s:2:"fy";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2022-12-25 12:53:23";s:12:"english_name";s:7:"Frisian";s:11:"native_name";s:5:"Frysk";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.2.5/fy.zip";s:3:"iso";a:2:{i:1;s:2:"fy";i:2;s:3:"fry";}s:7:"strings";a:1:{s:8:"continue";s:9:"Trochgean";}}s:2:"gd";a:8:{s:8:"language";s:2:"gd";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-08-23 17:41:37";s:12:"english_name";s:15:"Scottish Gaelic";s:11:"native_name";s:9:"Gàidhlig";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip";s:3:"iso";a:3:{i:1;s:2:"gd";i:2;s:3:"gla";i:3;s:3:"gla";}s:7:"strings";a:1:{s:8:"continue";s:15:"Lean air adhart";}}s:5:"gl_ES";a:8:{s:8:"language";s:5:"gl_ES";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-13 00:00:51";s:12:"english_name";s:8:"Galician";s:11:"native_name";s:6:"Galego";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/gl_ES.zip";s:3:"iso";a:2:{i:1;s:2:"gl";i:2;s:3:"glg";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:2:"gu";a:8:{s:8:"language";s:2:"gu";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-01 06:52:39";s:12:"english_name";s:8:"Gujarati";s:11:"native_name";s:21:"ગુજરાતી";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/gu.zip";s:3:"iso";a:2:{i:1;s:2:"gu";i:2;s:3:"guj";}s:7:"strings";a:1:{s:8:"continue";s:25:"ચાલુ રાખો";}}s:3:"haz";a:8:{s:8:"language";s:3:"haz";s:7:"version";s:6:"4.4.32";s:7:"updated";s:19:"2015-12-05 00:59:09";s:12:"english_name";s:8:"Hazaragi";s:11:"native_name";s:15:"هزاره گی";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.4.32/haz.zip";s:3:"iso";a:1:{i:3;s:3:"haz";}s:7:"strings";a:1:{s:8:"continue";s:10:"ادامه";}}s:5:"he_IL";a:8:{s:8:"language";s:5:"he_IL";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2024-05-04 18:39:24";s:12:"english_name";s:6:"Hebrew";s:11:"native_name";s:16:"עִבְרִית";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.5/he_IL.zip";s:3:"iso";a:1:{i:1;s:2:"he";}s:7:"strings";a:1:{s:8:"continue";s:8:"המשך";}}s:5:"hi_IN";a:8:{s:8:"language";s:5:"hi_IN";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-25 08:05:38";s:12:"english_name";s:5:"Hindi";s:11:"native_name";s:18:"हिन्दी";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/hi_IN.zip";s:3:"iso";a:2:{i:1;s:2:"hi";i:2;s:3:"hin";}s:7:"strings";a:1:{s:8:"continue";s:25:"जारी रखें";}}s:2:"hr";a:8:{s:8:"language";s:2:"hr";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-02 17:13:56";s:12:"english_name";s:8:"Croatian";s:11:"native_name";s:8:"Hrvatski";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/hr.zip";s:3:"iso";a:2:{i:1;s:2:"hr";i:2;s:3:"hrv";}s:7:"strings";a:1:{s:8:"continue";s:7:"Nastavi";}}s:3:"hsb";a:8:{s:8:"language";s:3:"hsb";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2023-02-22 17:37:32";s:12:"english_name";s:13:"Upper Sorbian";s:11:"native_name";s:17:"Hornjoserbšćina";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.2.5/hsb.zip";s:3:"iso";a:2:{i:2;s:3:"hsb";i:3;s:3:"hsb";}s:7:"strings";a:1:{s:8:"continue";s:4:"Dale";}}s:5:"hu_HU";a:8:{s:8:"language";s:5:"hu_HU";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-01-22 12:40:26";s:12:"english_name";s:9:"Hungarian";s:11:"native_name";s:6:"Magyar";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/hu_HU.zip";s:3:"iso";a:2:{i:1;s:2:"hu";i:2;s:3:"hun";}s:7:"strings";a:1:{s:8:"continue";s:10:"Folytatás";}}s:2:"hy";a:8:{s:8:"language";s:2:"hy";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-12-03 16:21:10";s:12:"english_name";s:8:"Armenian";s:11:"native_name";s:14:"Հայերեն";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip";s:3:"iso";a:2:{i:1;s:2:"hy";i:2;s:3:"hye";}s:7:"strings";a:1:{s:8:"continue";s:20:"Շարունակել";}}s:5:"id_ID";a:8:{s:8:"language";s:5:"id_ID";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-01 12:30:59";s:12:"english_name";s:10:"Indonesian";s:11:"native_name";s:16:"Bahasa Indonesia";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/id_ID.zip";s:3:"iso";a:2:{i:1;s:2:"id";i:2;s:3:"ind";}s:7:"strings";a:1:{s:8:"continue";s:9:"Lanjutkan";}}s:5:"is_IS";a:8:{s:8:"language";s:5:"is_IS";s:7:"version";s:6:"4.9.25";s:7:"updated";s:19:"2018-12-11 10:40:02";s:12:"english_name";s:9:"Icelandic";s:11:"native_name";s:9:"Íslenska";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.25/is_IS.zip";s:3:"iso";a:2:{i:1;s:2:"is";i:2;s:3:"isl";}s:7:"strings";a:1:{s:8:"continue";s:6:"Áfram";}}s:5:"it_IT";a:8:{s:8:"language";s:5:"it_IT";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-31 12:11:43";s:12:"english_name";s:7:"Italian";s:11:"native_name";s:8:"Italiano";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/it_IT.zip";s:3:"iso";a:2:{i:1;s:2:"it";i:2;s:3:"ita";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continua";}}s:2:"ja";a:8:{s:8:"language";s:2:"ja";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-03 13:53:06";s:12:"english_name";s:8:"Japanese";s:11:"native_name";s:9:"日本語";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/ja.zip";s:3:"iso";a:1:{i:1;s:2:"ja";}s:7:"strings";a:1:{s:8:"continue";s:6:"次へ";}}s:5:"jv_ID";a:8:{s:8:"language";s:5:"jv_ID";s:7:"version";s:6:"4.9.25";s:7:"updated";s:19:"2019-02-16 23:58:56";s:12:"english_name";s:8:"Javanese";s:11:"native_name";s:9:"Basa Jawa";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.9.25/jv_ID.zip";s:3:"iso";a:2:{i:1;s:2:"jv";i:2;s:3:"jav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Nerusaké";}}s:5:"ka_GE";a:8:{s:8:"language";s:5:"ka_GE";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-23 06:35:46";s:12:"english_name";s:8:"Georgian";s:11:"native_name";s:21:"ქართული";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/ka_GE.zip";s:3:"iso";a:2:{i:1;s:2:"ka";i:2;s:3:"kat";}s:7:"strings";a:1:{s:8:"continue";s:30:"გაგრძელება";}}s:3:"kab";a:8:{s:8:"language";s:3:"kab";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2023-07-05 11:40:39";s:12:"english_name";s:6:"Kabyle";s:11:"native_name";s:9:"Taqbaylit";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.2.5/kab.zip";s:3:"iso";a:2:{i:2;s:3:"kab";i:3;s:3:"kab";}s:7:"strings";a:1:{s:8:"continue";s:6:"Kemmel";}}s:2:"kk";a:8:{s:8:"language";s:2:"kk";s:7:"version";s:6:"4.9.25";s:7:"updated";s:19:"2018-07-10 11:35:44";s:12:"english_name";s:6:"Kazakh";s:11:"native_name";s:19:"Қазақ тілі";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.9.25/kk.zip";s:3:"iso";a:2:{i:1;s:2:"kk";i:2;s:3:"kaz";}s:7:"strings";a:1:{s:8:"continue";s:20:"Жалғастыру";}}s:2:"km";a:8:{s:8:"language";s:2:"km";s:7:"version";s:6:"5.2.20";s:7:"updated";s:19:"2019-06-10 16:18:28";s:12:"english_name";s:5:"Khmer";s:11:"native_name";s:27:"ភាសាខ្មែរ";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.2.20/km.zip";s:3:"iso";a:2:{i:1;s:2:"km";i:2;s:3:"khm";}s:7:"strings";a:1:{s:8:"continue";s:12:"បន្ត";}}s:2:"kn";a:8:{s:8:"language";s:2:"kn";s:7:"version";s:5:"6.1.6";s:7:"updated";s:19:"2022-10-20 17:15:28";s:12:"english_name";s:7:"Kannada";s:11:"native_name";s:15:"ಕನ್ನಡ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.1.6/kn.zip";s:3:"iso";a:2:{i:1;s:2:"kn";i:2;s:3:"kan";}s:7:"strings";a:1:{s:8:"continue";s:30:"ಮುಂದುವರಿಸು";}}s:5:"ko_KR";a:8:{s:8:"language";s:5:"ko_KR";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-28 01:24:45";s:12:"english_name";s:6:"Korean";s:11:"native_name";s:9:"한국어";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/ko_KR.zip";s:3:"iso";a:2:{i:1;s:2:"ko";i:2;s:3:"kor";}s:7:"strings";a:1:{s:8:"continue";s:6:"계속";}}s:3:"ckb";a:8:{s:8:"language";s:3:"ckb";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-09 09:24:08";s:12:"english_name";s:16:"Kurdish (Sorani)";s:11:"native_name";s:13:"كوردی‎";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.4.4/ckb.zip";s:3:"iso";a:2:{i:1;s:2:"ku";i:3;s:3:"ckb";}s:7:"strings";a:1:{s:8:"continue";s:30:"به‌رده‌وام به‌";}}s:3:"kir";a:8:{s:8:"language";s:3:"kir";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-01-30 17:48:58";s:12:"english_name";s:6:"Kyrgyz";s:11:"native_name";s:16:"Кыргызча";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.4.4/kir.zip";s:3:"iso";a:3:{i:1;s:2:"ky";i:2;s:3:"kir";i:3;s:3:"kir";}s:7:"strings";a:1:{s:8:"continue";s:14:"Улантуу";}}s:2:"lo";a:8:{s:8:"language";s:2:"lo";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 09:59:23";s:12:"english_name";s:3:"Lao";s:11:"native_name";s:21:"ພາສາລາວ";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip";s:3:"iso";a:2:{i:1;s:2:"lo";i:2;s:3:"lao";}s:7:"strings";a:1:{s:8:"continue";s:18:"ຕໍ່​ໄປ";}}s:5:"lt_LT";a:8:{s:8:"language";s:5:"lt_LT";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-15 12:14:45";s:12:"english_name";s:10:"Lithuanian";s:11:"native_name";s:15:"Lietuvių kalba";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/lt_LT.zip";s:3:"iso";a:2:{i:1;s:2:"lt";i:2;s:3:"lit";}s:7:"strings";a:1:{s:8:"continue";s:6:"Tęsti";}}s:2:"lv";a:8:{s:8:"language";s:2:"lv";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-03 13:08:59";s:12:"english_name";s:7:"Latvian";s:11:"native_name";s:16:"Latviešu valoda";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/lv.zip";s:3:"iso";a:2:{i:1;s:2:"lv";i:2;s:3:"lav";}s:7:"strings";a:1:{s:8:"continue";s:9:"Turpināt";}}s:5:"mk_MK";a:8:{s:8:"language";s:5:"mk_MK";s:7:"version";s:5:"6.0.8";s:7:"updated";s:19:"2022-10-01 09:23:52";s:12:"english_name";s:10:"Macedonian";s:11:"native_name";s:31:"Македонски јазик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.0.8/mk_MK.zip";s:3:"iso";a:2:{i:1;s:2:"mk";i:2;s:3:"mkd";}s:7:"strings";a:1:{s:8:"continue";s:16:"Продолжи";}}s:5:"ml_IN";a:8:{s:8:"language";s:5:"ml_IN";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-23 19:36:11";s:12:"english_name";s:9:"Malayalam";s:11:"native_name";s:18:"മലയാളം";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/ml_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ml";i:2;s:3:"mal";}s:7:"strings";a:1:{s:8:"continue";s:18:"തുടരുക";}}s:2:"mn";a:8:{s:8:"language";s:2:"mn";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-01-28 08:03:35";s:12:"english_name";s:9:"Mongolian";s:11:"native_name";s:12:"Монгол";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/mn.zip";s:3:"iso";a:2:{i:1;s:2:"mn";i:2;s:3:"mon";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:2:"mr";a:8:{s:8:"language";s:2:"mr";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-19 14:16:42";s:12:"english_name";s:7:"Marathi";s:11:"native_name";s:15:"मराठी";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/mr.zip";s:3:"iso";a:2:{i:1;s:2:"mr";i:2;s:3:"mar";}s:7:"strings";a:1:{s:8:"continue";s:25:"सुरु ठेवा";}}s:5:"ms_MY";a:8:{s:8:"language";s:5:"ms_MY";s:7:"version";s:6:"5.5.14";s:7:"updated";s:19:"2022-03-11 13:52:22";s:12:"english_name";s:5:"Malay";s:11:"native_name";s:13:"Bahasa Melayu";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/5.5.14/ms_MY.zip";s:3:"iso";a:2:{i:1;s:2:"ms";i:2;s:3:"msa";}s:7:"strings";a:1:{s:8:"continue";s:8:"Teruskan";}}s:5:"my_MM";a:8:{s:8:"language";s:5:"my_MM";s:7:"version";s:6:"4.2.37";s:7:"updated";s:19:"2017-12-26 11:57:10";s:12:"english_name";s:17:"Myanmar (Burmese)";s:11:"native_name";s:15:"ဗမာစာ";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.2.37/my_MM.zip";s:3:"iso";a:2:{i:1;s:2:"my";i:2;s:3:"mya";}s:7:"strings";a:1:{s:8:"continue";s:54:"ဆက်လက်လုပ်ဆောင်ပါ။";}}s:5:"nb_NO";a:8:{s:8:"language";s:5:"nb_NO";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-18 07:19:21";s:12:"english_name";s:19:"Norwegian (Bokmål)";s:11:"native_name";s:13:"Norsk bokmål";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/nb_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nb";i:2;s:3:"nob";}s:7:"strings";a:1:{s:8:"continue";s:8:"Fortsett";}}s:5:"ne_NP";a:8:{s:8:"language";s:5:"ne_NP";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-24 13:40:33";s:12:"english_name";s:6:"Nepali";s:11:"native_name";s:18:"नेपाली";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/ne_NP.zip";s:3:"iso";a:2:{i:1;s:2:"ne";i:2;s:3:"nep";}s:7:"strings";a:1:{s:8:"continue";s:43:"जारी राख्नुहोस्";}}s:5:"nl_NL";a:8:{s:8:"language";s:5:"nl_NL";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-18 10:59:07";s:12:"english_name";s:5:"Dutch";s:11:"native_name";s:10:"Nederlands";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/nl_NL.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:12:"nl_NL_formal";a:8:{s:8:"language";s:12:"nl_NL_formal";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-06-09 09:56:42";s:12:"english_name";s:14:"Dutch (Formal)";s:11:"native_name";s:20:"Nederlands (Formeel)";s:7:"package";s:71:"https://downloads.wordpress.org/translation/core/6.4.4/nl_NL_formal.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nl_BE";a:8:{s:8:"language";s:5:"nl_BE";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-06-07 22:22:42";s:12:"english_name";s:15:"Dutch (Belgium)";s:11:"native_name";s:20:"Nederlands (België)";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/nl_BE.zip";s:3:"iso";a:2:{i:1;s:2:"nl";i:2;s:3:"nld";}s:7:"strings";a:1:{s:8:"continue";s:8:"Doorgaan";}}s:5:"nn_NO";a:8:{s:8:"language";s:5:"nn_NO";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-03-18 10:59:16";s:12:"english_name";s:19:"Norwegian (Nynorsk)";s:11:"native_name";s:13:"Norsk nynorsk";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip";s:3:"iso";a:2:{i:1;s:2:"nn";i:2;s:3:"nno";}s:7:"strings";a:1:{s:8:"continue";s:9:"Hald fram";}}s:3:"oci";a:8:{s:8:"language";s:3:"oci";s:7:"version";s:6:"4.8.24";s:7:"updated";s:19:"2017-08-25 10:03:08";s:12:"english_name";s:7:"Occitan";s:11:"native_name";s:7:"Occitan";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/4.8.24/oci.zip";s:3:"iso";a:2:{i:1;s:2:"oc";i:2;s:3:"oci";}s:7:"strings";a:1:{s:8:"continue";s:9:"Contunhar";}}s:5:"pa_IN";a:8:{s:8:"language";s:5:"pa_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-16 05:19:43";s:12:"english_name";s:15:"Panjabi (India)";s:11:"native_name";s:18:"ਪੰਜਾਬੀ";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip";s:3:"iso";a:2:{i:1;s:2:"pa";i:2;s:3:"pan";}s:7:"strings";a:1:{s:8:"continue";s:25:"ਜਾਰੀ ਰੱਖੋ";}}s:5:"pl_PL";a:8:{s:8:"language";s:5:"pl_PL";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-02 11:23:09";s:12:"english_name";s:6:"Polish";s:11:"native_name";s:6:"Polski";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/pl_PL.zip";s:3:"iso";a:2:{i:1;s:2:"pl";i:2;s:3:"pol";}s:7:"strings";a:1:{s:8:"continue";s:9:"Kontynuuj";}}s:2:"ps";a:8:{s:8:"language";s:2:"ps";s:7:"version";s:6:"4.3.33";s:7:"updated";s:19:"2015-12-02 21:41:29";s:12:"english_name";s:6:"Pashto";s:11:"native_name";s:8:"پښتو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.3.33/ps.zip";s:3:"iso";a:2:{i:1;s:2:"ps";i:2;s:3:"pus";}s:7:"strings";a:1:{s:8:"continue";s:19:"دوام ورکړه";}}s:5:"pt_PT";a:8:{s:8:"language";s:5:"pt_PT";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-07 10:22:34";s:12:"english_name";s:21:"Portuguese (Portugal)";s:11:"native_name";s:10:"Português";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/pt_PT.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:10:"pt_PT_ao90";a:8:{s:8:"language";s:10:"pt_PT_ao90";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-07 10:24:39";s:12:"english_name";s:27:"Portuguese (Portugal, AO90)";s:11:"native_name";s:17:"Português (AO90)";s:7:"package";s:69:"https://downloads.wordpress.org/translation/core/6.4.4/pt_PT_ao90.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_BR";a:8:{s:8:"language";s:5:"pt_BR";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-03 14:03:53";s:12:"english_name";s:19:"Portuguese (Brazil)";s:11:"native_name";s:20:"Português do Brasil";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/pt_BR.zip";s:3:"iso";a:2:{i:1;s:2:"pt";i:2;s:3:"por";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:5:"pt_AO";a:8:{s:8:"language";s:5:"pt_AO";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2023-08-21 12:15:00";s:12:"english_name";s:19:"Portuguese (Angola)";s:11:"native_name";s:20:"Português de Angola";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/pt_AO.zip";s:3:"iso";a:1:{i:1;s:2:"pt";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuar";}}s:3:"rhg";a:8:{s:8:"language";s:3:"rhg";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-16 13:03:18";s:12:"english_name";s:8:"Rohingya";s:11:"native_name";s:8:"Ruáinga";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip";s:3:"iso";a:1:{i:3;s:3:"rhg";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ro_RO";a:8:{s:8:"language";s:5:"ro_RO";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-06-10 14:05:34";s:12:"english_name";s:8:"Romanian";s:11:"native_name";s:8:"Română";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/ro_RO.zip";s:3:"iso";a:2:{i:1;s:2:"ro";i:2;s:3:"ron";}s:7:"strings";a:1:{s:8:"continue";s:9:"Continuă";}}s:5:"ru_RU";a:8:{s:8:"language";s:5:"ru_RU";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-02 20:32:18";s:12:"english_name";s:7:"Russian";s:11:"native_name";s:14:"Русский";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/ru_RU.zip";s:3:"iso";a:2:{i:1;s:2:"ru";i:2;s:3:"rus";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продолжить";}}s:3:"sah";a:8:{s:8:"language";s:3:"sah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-21 02:06:41";s:12:"english_name";s:5:"Sakha";s:11:"native_name";s:14:"Сахалыы";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip";s:3:"iso";a:2:{i:2;s:3:"sah";i:3;s:3:"sah";}s:7:"strings";a:1:{s:8:"continue";s:12:"Салҕаа";}}s:3:"snd";a:8:{s:8:"language";s:3:"snd";s:7:"version";s:6:"5.4.15";s:7:"updated";s:19:"2020-07-07 01:53:37";s:12:"english_name";s:6:"Sindhi";s:11:"native_name";s:8:"سنڌي";s:7:"package";s:63:"https://downloads.wordpress.org/translation/core/5.4.15/snd.zip";s:3:"iso";a:3:{i:1;s:2:"sd";i:2;s:3:"snd";i:3;s:3:"snd";}s:7:"strings";a:1:{s:8:"continue";s:15:"اڳتي هلو";}}s:5:"si_LK";a:8:{s:8:"language";s:5:"si_LK";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-12 06:00:52";s:12:"english_name";s:7:"Sinhala";s:11:"native_name";s:15:"සිංහල";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip";s:3:"iso";a:2:{i:1;s:2:"si";i:2;s:3:"sin";}s:7:"strings";a:1:{s:8:"continue";s:44:"දිගටම කරගෙන යන්න";}}s:5:"sk_SK";a:8:{s:8:"language";s:5:"sk_SK";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-04-22 11:21:05";s:12:"english_name";s:6:"Slovak";s:11:"native_name";s:11:"Slovenčina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/sk_SK.zip";s:3:"iso";a:2:{i:1;s:2:"sk";i:2;s:3:"slk";}s:7:"strings";a:1:{s:8:"continue";s:12:"Pokračovať";}}s:3:"skr";a:8:{s:8:"language";s:3:"skr";s:7:"version";s:5:"6.4.2";s:7:"updated";s:19:"2023-11-12 10:29:16";s:12:"english_name";s:7:"Saraiki";s:11:"native_name";s:14:"سرائیکی";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/6.4.2/skr.zip";s:3:"iso";a:1:{i:3;s:3:"skr";}s:7:"strings";a:1:{s:8:"continue";s:17:"جاری رکھو";}}s:5:"sl_SI";a:8:{s:8:"language";s:5:"sl_SI";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-14 12:47:33";s:12:"english_name";s:9:"Slovenian";s:11:"native_name";s:13:"Slovenščina";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/sl_SI.zip";s:3:"iso";a:2:{i:1;s:2:"sl";i:2;s:3:"slv";}s:7:"strings";a:1:{s:8:"continue";s:8:"Nadaljuj";}}s:2:"sq";a:8:{s:8:"language";s:2:"sq";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-28 19:14:34";s:12:"english_name";s:8:"Albanian";s:11:"native_name";s:5:"Shqip";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/sq.zip";s:3:"iso";a:2:{i:1;s:2:"sq";i:2;s:3:"sqi";}s:7:"strings";a:1:{s:8:"continue";s:6:"Vazhdo";}}s:5:"sr_RS";a:8:{s:8:"language";s:5:"sr_RS";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-01-05 20:51:57";s:12:"english_name";s:7:"Serbian";s:11:"native_name";s:23:"Српски језик";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/sr_RS.zip";s:3:"iso";a:2:{i:1;s:2:"sr";i:2;s:3:"srp";}s:7:"strings";a:1:{s:8:"continue";s:14:"Настави";}}s:5:"sv_SE";a:8:{s:8:"language";s:5:"sv_SE";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-12 21:39:28";s:12:"english_name";s:7:"Swedish";s:11:"native_name";s:7:"Svenska";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/sv_SE.zip";s:3:"iso";a:2:{i:1;s:2:"sv";i:2;s:3:"swe";}s:7:"strings";a:1:{s:8:"continue";s:9:"Fortsätt";}}s:2:"sw";a:8:{s:8:"language";s:2:"sw";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-02-16 11:09:57";s:12:"english_name";s:7:"Swahili";s:11:"native_name";s:9:"Kiswahili";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/sw.zip";s:3:"iso";a:2:{i:1;s:2:"sw";i:2;s:3:"swa";}s:7:"strings";a:1:{s:8:"continue";s:7:"Endelea";}}s:3:"szl";a:8:{s:8:"language";s:3:"szl";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-09-24 19:58:14";s:12:"english_name";s:8:"Silesian";s:11:"native_name";s:17:"Ślōnskŏ gŏdka";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip";s:3:"iso";a:1:{i:3;s:3:"szl";}s:7:"strings";a:1:{s:8:"continue";s:13:"Kōntynuować";}}s:5:"ta_IN";a:8:{s:8:"language";s:5:"ta_IN";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-27 03:22:47";s:12:"english_name";s:5:"Tamil";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:24:"தொடரவும்";}}s:5:"ta_LK";a:8:{s:8:"language";s:5:"ta_LK";s:7:"version";s:6:"4.2.37";s:7:"updated";s:19:"2015-12-03 01:07:44";s:12:"english_name";s:17:"Tamil (Sri Lanka)";s:11:"native_name";s:15:"தமிழ்";s:7:"package";s:65:"https://downloads.wordpress.org/translation/core/4.2.37/ta_LK.zip";s:3:"iso";a:2:{i:1;s:2:"ta";i:2;s:3:"tam";}s:7:"strings";a:1:{s:8:"continue";s:18:"தொடர்க";}}s:2:"te";a:8:{s:8:"language";s:2:"te";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2017-01-26 15:47:39";s:12:"english_name";s:6:"Telugu";s:11:"native_name";s:18:"తెలుగు";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/4.7.2/te.zip";s:3:"iso";a:2:{i:1;s:2:"te";i:2;s:3:"tel";}s:7:"strings";a:1:{s:8:"continue";s:30:"కొనసాగించు";}}s:2:"th";a:8:{s:8:"language";s:2:"th";s:7:"version";s:5:"5.8.9";s:7:"updated";s:19:"2022-06-08 04:30:30";s:12:"english_name";s:4:"Thai";s:11:"native_name";s:9:"ไทย";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/5.8.9/th.zip";s:3:"iso";a:2:{i:1;s:2:"th";i:2;s:3:"tha";}s:7:"strings";a:1:{s:8:"continue";s:15:"ต่อไป";}}s:2:"tl";a:8:{s:8:"language";s:2:"tl";s:7:"version";s:6:"4.8.24";s:7:"updated";s:19:"2017-09-30 09:04:29";s:12:"english_name";s:7:"Tagalog";s:11:"native_name";s:7:"Tagalog";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.8.24/tl.zip";s:3:"iso";a:2:{i:1;s:2:"tl";i:2;s:3:"tgl";}s:7:"strings";a:1:{s:8:"continue";s:10:"Magpatuloy";}}s:5:"tr_TR";a:8:{s:8:"language";s:5:"tr_TR";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-11 09:10:19";s:12:"english_name";s:7:"Turkish";s:11:"native_name";s:8:"Türkçe";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/tr_TR.zip";s:3:"iso";a:2:{i:1;s:2:"tr";i:2;s:3:"tur";}s:7:"strings";a:1:{s:8:"continue";s:5:"Devam";}}s:5:"tt_RU";a:8:{s:8:"language";s:5:"tt_RU";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-11-20 20:20:50";s:12:"english_name";s:5:"Tatar";s:11:"native_name";s:19:"Татар теле";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip";s:3:"iso";a:2:{i:1;s:2:"tt";i:2;s:3:"tat";}s:7:"strings";a:1:{s:8:"continue";s:17:"дәвам итү";}}s:3:"tah";a:8:{s:8:"language";s:3:"tah";s:7:"version";s:5:"4.7.2";s:7:"updated";s:19:"2016-03-06 18:39:39";s:12:"english_name";s:8:"Tahitian";s:11:"native_name";s:10:"Reo Tahiti";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip";s:3:"iso";a:3:{i:1;s:2:"ty";i:2;s:3:"tah";i:3;s:3:"tah";}s:7:"strings";a:1:{s:8:"continue";s:8:"Continue";}}s:5:"ug_CN";a:8:{s:8:"language";s:5:"ug_CN";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-31 21:34:33";s:12:"english_name";s:6:"Uighur";s:11:"native_name";s:16:"ئۇيغۇرچە";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/ug_CN.zip";s:3:"iso";a:2:{i:1;s:2:"ug";i:2;s:3:"uig";}s:7:"strings";a:1:{s:8:"continue";s:26:"داۋاملاشتۇرۇش";}}s:2:"uk";a:8:{s:8:"language";s:2:"uk";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-06 18:52:07";s:12:"english_name";s:9:"Ukrainian";s:11:"native_name";s:20:"Українська";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.4.4/uk.zip";s:3:"iso";a:2:{i:1;s:2:"uk";i:2;s:3:"ukr";}s:7:"strings";a:1:{s:8:"continue";s:20:"Продовжити";}}s:2:"ur";a:8:{s:8:"language";s:2:"ur";s:7:"version";s:6:"5.4.15";s:7:"updated";s:19:"2020-04-09 11:17:33";s:12:"english_name";s:4:"Urdu";s:11:"native_name";s:8:"اردو";s:7:"package";s:62:"https://downloads.wordpress.org/translation/core/5.4.15/ur.zip";s:3:"iso";a:2:{i:1;s:2:"ur";i:2;s:3:"urd";}s:7:"strings";a:1:{s:8:"continue";s:19:"جاری رکھیں";}}s:5:"uz_UZ";a:8:{s:8:"language";s:5:"uz_UZ";s:7:"version";s:8:"5.8-beta";s:7:"updated";s:19:"2021-02-28 12:02:22";s:12:"english_name";s:5:"Uzbek";s:11:"native_name";s:11:"O‘zbekcha";s:7:"package";s:67:"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip";s:3:"iso";a:2:{i:1;s:2:"uz";i:2;s:3:"uzb";}s:7:"strings";a:1:{s:8:"continue";s:11:"Davom etish";}}s:2:"vi";a:8:{s:8:"language";s:2:"vi";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2023-07-15 15:30:50";s:12:"english_name";s:10:"Vietnamese";s:11:"native_name";s:14:"Tiếng Việt";s:7:"package";s:61:"https://downloads.wordpress.org/translation/core/6.2.5/vi.zip";s:3:"iso";a:2:{i:1;s:2:"vi";i:2;s:3:"vie";}s:7:"strings";a:1:{s:8:"continue";s:12:"Tiếp tục";}}s:5:"zh_TW";a:8:{s:8:"language";s:5:"zh_TW";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-05-19 09:01:14";s:12:"english_name";s:16:"Chinese (Taiwan)";s:11:"native_name";s:12:"繁體中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/zh_TW.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}s:5:"zh_CN";a:8:{s:8:"language";s:5:"zh_CN";s:7:"version";s:5:"6.4.4";s:7:"updated";s:19:"2024-03-29 13:45:26";s:12:"english_name";s:15:"Chinese (China)";s:11:"native_name";s:12:"简体中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.4.4/zh_CN.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"继续";}}s:5:"zh_HK";a:8:{s:8:"language";s:5:"zh_HK";s:7:"version";s:5:"6.2.5";s:7:"updated";s:19:"2022-07-15 15:25:03";s:12:"english_name";s:19:"Chinese (Hong Kong)";s:11:"native_name";s:12:"香港中文";s:7:"package";s:64:"https://downloads.wordpress.org/translation/core/6.2.5/zh_HK.zip";s:3:"iso";a:2:{i:1;s:2:"zh";i:2;s:3:"zho";}s:7:"strings";a:1:{s:8:"continue";s:6:"繼續";}}}', 'no'),
(848, '_site_transient_timeout_community-events-7b43b311db1a4e6e36eb2a45dfe8eb99', '1718218858', 'no'),
(849, '_site_transient_community-events-7b43b311db1a4e6e36eb2a45dfe8eb99', 'a:4:{s:9:"sandboxed";b:0;s:5:"error";N;s:8:"location";a:1:{s:2:"ip";s:13:"125.215.204.0";}s:6:"events";a:1:{i:0;a:10:{s:4:"type";s:6:"meetup";s:5:"title";s:74:"招募公益高技能WordPress演讲者（有意者联系微信duncangu）";s:3:"url";s:65:"https://www.meetup.com/wordpress-meetup-shenzhen/events/301172791";s:6:"meetup";s:25:"WordPress Meetup Shenzhen";s:10:"meetup_url";s:49:"https://www.meetup.com/wordpress-meetup-shenzhen/";s:4:"date";s:19:"2024-06-23 14:00:00";s:8:"end_date";s:19:"2024-06-23 17:00:00";s:20:"start_unix_timestamp";i:1719122400;s:18:"end_unix_timestamp";i:1719133200;s:8:"location";a:4:{s:8:"location";s:16:"Shenzhen , China";s:7:"country";s:2:"cn";s:8:"latitude";d:22.569994;s:9:"longitude";d:113.90137;}}}}', 'no');
INSERT INTO `wptd_options` VALUES
(850, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1718218858', 'no'),
(851, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:4:{s:5:"child";a:1:{s:0:"";a:1:{s:3:"rss";a:1:{i:0;a:6:{s:4:"data";s:3:"\n\n\n";s:7:"attribs";a:1:{s:0:"";a:1:{s:7:"version";s:3:"2.0";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:1:{s:7:"channel";a:1:{i:0;a:6:{s:4:"data";s:52:"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:8:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:59:"The latest news about WordPress and the WordPress community";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:13:"lastBuildDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Jun 2024 16:26:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"language";a:1:{i:0;a:5:{s:4:"data";s:5:"en-US";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"generator";a:1:{i:0;a:5:{s:4:"data";s:40:"https://wordpress.org/?v=6.6-alpha-58184";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"image";a:1:{i:0;a:6:{s:4:"data";s:11:"\n	\n	\n	\n	\n	\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:1:{s:0:"";a:5:{s:3:"url";a:1:{i:0;a:5:{s:4:"data";s:29:"https://s.w.org/favicon.ico?2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:14:"WordPress News";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:26:"https://wordpress.org/news";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:5:"width";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:6:"height";a:1:{i:0;a:5:{s:4:"data";s:2:"32";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}s:4:"item";a:10:{i:0;a:6:{s:4:"data";s:57:"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 6.6 Beta 2";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2024/06/wordpress-6-6-beta-2/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 11 Jun 2024 16:26:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17355";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:342:"WordPress 6.6 Beta 2 is here! Please download and test it. This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do. Instead, test Beta 2 on a local site or a testing environment [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"marybaum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7673:"\n<p><br>WordPress 6.6 Beta 2 is here! Please download and test it.</p>\n\n\n\n<p id="block-79834dd4-c99a-477a-b722-091806a32976"><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p id="block-aa4b335e-b1a2-4904-a68c-c3e73e574386">Instead, test Beta 2 on a local site or a testing environment in any of these four ways:</p>\n\n\n\n<figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.6-beta2.zip">Beta 2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.6-beta2</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href="https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}">6.6 Beta 2 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go!&nbsp;</td></tr></tbody></table><figcaption class="wp-element-caption">Three ways to test WordPress Beta 2.</figcaption></figure>\n\n\n\n<p id="block-7e6a92e6-dba7-4f69-9226-f4dcab4a0b91">The target release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next five weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class="wp-block-heading" id="block-aebce12b-08f8-40a7-9fe6-5a08f75d2254">If you find an issue</h2>\n\n\n\n<p id="block-b9e58289-f6cb-4bdd-85a1-eb8d9a704ae4">If you run into an issue, please share it in the&nbsp;<a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a>&nbsp;of the support forums. If you are comfortable submitting a reproducible bug report, you can do so&nbsp;<a href="https://core.trac.wordpress.org/newticket">via WordPress Trac</a>. You can also check your issue against a list of&nbsp;<a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<h2 class="wp-block-heading">The bug bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a&nbsp;<a href="https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/">financial reward for reporting new, unreleased security vulnerabilities.</a>&nbsp;That reward doubles between Beta 1, which landed June 4, and the final Release Candidate (RC) that will happen July 9. Please follow the project’s responsible-disclosure practices detailed on this&nbsp;<a href="https://hackerone.com/wordpress">HackerOne page</a>&nbsp;and in this&nbsp;<a href="https://wordpress.org/about/security/">security white paper</a>.</p>\n\n\n\n<h2 class="wp-block-heading">The work continues</h2>\n\n\n\n<p><strong>Catch up with what&#8217;s new in 6.6:</strong> <a href="https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/" data-type="post" data-id="17289">check out the Beta 1 announcement for the highlights.</a></p>\n\n\n\n<p>Beta 2 packs in more than 50 updates to the Editor since the Beta 1 release, including 40+ <a href="https://core.trac.wordpress.org/query?status=closed&amp;changetime=02%2F14%2F2024..02%2F19%2F2024&amp;milestone=6.5&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id">tickets for WordPress core</a>:</p>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://github.com/WordPress/gutenberg/commits/trunk?since=2024-06-04&amp;until=2024-06-07&amp;before=c7f51bdbe10bec0c0ab7f987a3f01caaa717c1db+70" data-type="link" data-id="https://github.com/WordPress/gutenberg/commits/wp/6.5?since=2024-02-14&amp;until=2024-02-20">GitHub commits for 6.6</a> since June 4</li>\n\n\n\n<li><a href="https://core.trac.wordpress.org/query?changetime=06%2F04%2F2024..06%2F11%2F2024&amp;resolution=fixed&amp;milestone=6.6&amp;max=1000&amp;col=id&amp;col=summary&amp;col=type&amp;col=milestone&amp;col=owner&amp;col=status&amp;col=priority&amp;order=priority">Closed Trac tickets</a> since June 4</li>\n</ul>\n\n\n\n<p>The beta cycle is all about fixing the bugs you find in testing. Thanks again for this vitally important contribution to WordPress! </p>\n\n\n\n<p class="has-text-align-right is-style-default"><em>Props to <a href=''https://profiles.wordpress.org/priethor/'' class=''mention''><span class=''mentions-prefix''>@</span>priethor</a>, <a href=''https://profiles.wordpress.org/dansoschin/'' class=''mention''><span class=''mentions-prefix''>@</span>dansoschin</a>, <a href=''https://profiles.wordpress.org/davidb/'' class=''mention''><span class=''mentions-prefix''>@</span>davidb</a>, <a href=''https://profiles.wordpress.org/atachibana/'' class=''mention''><span class=''mentions-prefix''>@</span>atachibana</a>, <a href=''https://profiles.wordpress.org/meher/'' class=''mention''><span class=''mentions-prefix''>@</span>meher</a>, <a href=''https://profiles.wordpress.org/webcommsat/'' class=''mention''><span class=''mentions-prefix''>@</span>webcommsat</a>, and <a href=''https://profiles.wordpress.org/juanmaguitar/'' class=''mention''><span class=''mentions-prefix''>@</span>juanmaguitar</a> for collaboration and review.</em></p>\n\n\n\n<h2 class="wp-block-heading">A Beta 2 haiku</h2>\n\n\n\n<p>Testing is vital:<br>It makes everything better.<br>Let&#8217;s find all the bugs!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17355";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:1;a:6:{s:4:"data";s:61:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:61:"WP Briefing: Episode 81: It’s your first WordCamp? Welcome!";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:78:"https://wordpress.org/news/2024/06/episode-81-its-your-first-wordcamp-welcome/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 10 Jun 2024 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=17352";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:373:"Get ready to dive into the vibrant world of WordCamps with this special episode of the WordPress Briefing, hosted by Josepha Haden Chomphosy! This episode is designed for first-time attendees; we’ll explore what to expect, from Contributor Day activities to mastering the art of socializing and networking. Whether you’re aiming to contribute to the WordPress [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:51:"https://wordpress.org/news/files/2024/06/WPB081.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brett McSherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:19398:"\n<p>Get ready to dive into the vibrant world of WordCamps with this special episode of the WordPress Briefing, hosted by Josepha Haden Chomphosy! This episode is designed for first-time attendees; we’ll explore what to expect, from Contributor Day activities to mastering the art of socializing and networking. Whether you’re aiming to contribute to the WordPress community or simply looking to make new connections, this episode will help you navigate your first WordCamp with confidence and excitement. Join us for a fun and informative guide to ensure you’re prepared and energized for all the activities these dynamic events have to offer.</p>\n\n\n\n<h2 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://asia.wordcamp.org/">WordCamp Asia</a></li>\n\n\n\n<li><a href="https://europe.wordcamp.org/">WordCamp Europe</a></li>\n\n\n\n<li><a href="https://us.wordcamp.org/">WordCamp US</a></li>\n\n\n\n<li><a href="https://events.wordpress.org/upcoming-events/filtered/type/wordcamp/">Upcoming Smaller WordCamps</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/">Learn WordPress</a><br><strong>Small List of Big Things</strong>\n<ul class="wp-block-list">\n<li><a href="https://www.surveymonkey.com/r/9T3ZFSB" target="_blank" rel="noreferrer noopener">Gender Equality in WordPress Businesses Survey</a></li>\n\n\n\n<li><a href="https://asia.wordcamp.org/2025/dates-and-venue-revealed/" target="_blank" rel="noreferrer noopener">WordCamp Asia 2025: Dates and Venue Revealed</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/contribute/" target="_blank" rel="noreferrer noopener">Try the Contributor Wizard Questionnaire</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/updates/2024/05/23/five-for-the-future-program-updates-may-2024/" target="_blank" rel="noreferrer noopener">Five for the Future Program Updates: May 2024</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you’d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-17352"></span>\n\n\n\n<p>[00:00:00] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy. Here we go.</p>\n\n\n\n<p>[00:00:28] (Intro Music) </p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> A pivotal moment in my WordPress journey was when someone invited me to a WordCamp. I was sort of aware of WordPress, but certainly not aware of the community or the ways of open source. And when I look back, there were a few things I wish I had known going in. I am, of course, an unapologetic extrovert and therefore unstoppable at events, but if you are headed to your first WordCamp and are feeling a little nervous or confused, then pop in some earbuds because the next 10 minutes are for you.</p>\n\n\n\n<p>[00:01:11] <strong>Josepha:</strong> We&#8217;re going to first take a look at some basic tactical things about WordCamps, and then I&#8217;m going to tell you a few, like, human things about being a human going to events. If you&#8217;re a dog going to these events, I think that your prep is different, but also that is not my area of expertise. So the first thing, some tactical stuff about going to WordCamps. All of this happens before you even get in the front door. And so this is stuff that you can do in the comfort of your own home, on your own time, using your own computer. If you&#8217;ve got questions, you&#8217;ve got a search engine nearby to take some quick searches. Make sure you know what you&#8217;re talking about.</p>\n\n\n\n<p>But first things first, the shape of a WordCamp. All WordCamps have at least one day of talks, one social event, and sponsors to connect to. Some also have extra events that you need to sign up for, like Contributor Days, workshops, things like that. But we&#8217;ll start with the main event, right? We&#8217;re going to start with the day of talks and things.</p>\n\n\n\n<p>[00:02:09] <strong>Josepha:</strong> So when we&#8217;re looking at the main event of a WordCamp, what you should do is you should head to the WordCamp&#8217;s website and check out the schedule. I suggest that you plan for two, maybe three things that you might want to learn and look around at the schedule to see if there are any presenters or presentations that look like they fit those things that you think you might want to learn. Because if it&#8217;s not working for you, if it&#8217;s not teaching you something, then you don&#8217;t necessarily need to be in that one. Even if you&#8217;re not sure about a session a talk that you&#8217;re planning to go to, I recommend that you stop by, and then if you find out that it&#8217;s not for you, you can leave again.  That&#8217;s fine. But I do encourage you to go to at least one thing that feels a little bit outside of your comfort zone. Even if you feel lost right now. It at least gives you an idea of what to search for once you do get to that point. I would never have known the things to search for early on in my learning of WordPress without going to at least one or two sessions that were just way over my head. </p>\n\n\n\n<p>[00:03:14] <strong>Josepha:</strong> Second thing is don&#8217;t forget to check when lunch is available. And if you have dietary restrictions, let them know ahead of time. I realize this sounds silly, and I don&#8217;t know about you, but I can&#8217;t focus when I&#8217;m hungry. But also, it&#8217;s really a great, low-stakes networking time, and I think one of the overlooked networking times as well. I mean, everyone&#8217;s gotta eat, right? And it&#8217;s easier to strike up a conversation over a meal than just out of thin air or, you know, in the middle of a presentation when you&#8217;re supposed to be listening to a talk. So yeah, check out when lunch is happening! And yeah, make a friend or two, sit down at a table, and ask somebody what they&#8217;re doing with WordPress and how long they&#8217;ve been doing it.</p>\n\n\n\n<p>And the third thing that I would recommend that you do when you&#8217;re looking at kind of the main event for a WordCamp is to schedule in time to wander around and meet the event sponsors. They are all experts in some WordPress problem or other, so probably they have a solution to a problem that you have got. But they&#8217;re also how we keep our prices super low, so even if you have no problems or you think you have no problems. Still, check them out. They&#8217;re also staffed with wonderful people that are building really cool stuff with WordPress and so you might just get some inspiration out there. </p>\n\n\n\n<p>[00:04:28] <strong>Josepha:</strong> Now for the side events.</p>\n\n\n\n<p>So the side events, we&#8217;re going to kind of start close to the main event and work our way out. So you&#8217;ve got generally three types of side events if you don&#8217;t count the networking things, which, in this case, I&#8217;m not. But just know that almost every WordCamp has some networking event, either an after-party or, like, a happy hour, a social that happens before the event.</p>\n\n\n\n<p>You&#8217;ll get emails about those if you have signed up for updates on the website. Also, you can look on the website directly. Just check out the schedule. Always go to those. The networking is the best at a WordCamp. But the side events—we&#8217;re talking about specific types. Like I said, we&#8217;re going to start close and work our way out.</p>\n\n\n\n<p>[00:05:11] <strong>Josepha:</strong> So, workshops. These are just what they sound like. They&#8217;re classroom-style opportunities to practice the things you&#8217;ve learned at meetup events or on learn.WordPress.org, depending on how you found your way to this WordCamp. They mostly happen during the WordCamp itself. in a separate track, and there are like stacks of workshops in that track in that series of sessions. But a lot of them do require preregistration simply so that the trainer has an idea of how many people to expect. Again, if you get in the workshop and it&#8217;s way over your head, you feel like you absolutely cannot get it done, you&#8217;re always welcome to leave and check out some other area. But, in general, the workshops that we have WordCamps are pretty solid.</p>\n\n\n\n<p>So a little bit further removed from that are our Youth and Teen Days. So this is more of an event series that is specifically designed for teens or kids who are trying to learn more about WordPress and other related business and entrepreneurial topics. It&#8217;s kind of a catch all but also has a lot of WordPress content in it. They have age limits, of course, and require separate registration for safety and planning purposes both. And those, in general, are either half-day during the WordCamp itself or a full-day during that WordCamp. </p>\n\n\n\n<p>[00:06:32] <strong>Josepha:</strong> Which brings us then to the big one, the major side event. This is a full-day side event called Contributor Day. If your WordCamp has a Contributor Day, it will happen either the day before or the day after the WordCamp itself. It is an entire day where attendees come together to learn how to contribute to the future of the WordPress open source project. Now, if you are listening to this as part of, like, you&#8217;re getting ready to go to a WordCamp, and you don&#8217;t know what I meant by open source or open source project or WordPress open source project, that&#8217;s fine.</p>\n\n\n\n<p>[00:07:08] <strong>Josepha:</strong> You&#8217;re going to learn all about it at the Contributor Day if you go, but the TLDR is that this software that you are about to choose to build your website on is built by thousands of people across the planet who are looking for the best solutions to problems that they have in their businesses that probably you will encounter or have encountered before. There&#8217;s no new problems under the sun, and open source methodologies kind of use the collective wisdom of everybody who has ever worked with a WordPress project or site and ran into a problem that they had to solve on their own, like this open source project, this community of people just make sure that that wisdom is collected and standardized and made available for all of eternity.</p>\n\n\n\n<p>That&#8217;s all you need to know. Low key. I&#8217;ve made Contributor Days sound so calming. However, that is a whole day thing. It happens before or after the WordCamp. It has separate registration so that organizers of your WordCamp can plan for how many folks need to be there to teach new and returning contributors, what to do. If I&#8217;m going to be honest, if you&#8217;re going to get overwhelmed at any WordPress event, it&#8217;s going to be one of these, but they are well worth the effort.</p>\n\n\n\n<p>[00:08:30] <strong>Josepha:</strong> Even if you just make a single contribution and never return, which I hope is not the case for you. I hope you do return. Even if you make a single contribution and never return, there&#8217;s something really grounding about seeing how much expertise and time, and care goes into this software that is, against all odds, completely free. So that&#8217;s all the tactical stuff, or a lot of it anyway.</p>\n\n\n\n<p>It at least gives you a sense for what you&#8217;re getting yourself into for your first-ever wonderful WordPress weekend. But I promised you some human stuff too. So here is my considerably shorter list of stuff to bring as a human being going to a WordCamp. There&#8217;s an optional one. I&#8217;ll start you off with an optional one. Come with an idea of what you think you want to learn. You don&#8217;t have to come with that if you don&#8217;t want to. Some of us don&#8217;t know what we don&#8217;t know yet, and that&#8217;s fine too. But if you have a sense for what you think you need to learn, you&#8217;ll have an easier time figuring out how to spend your time while you&#8217;re here.</p>\n\n\n\n<p>[00:09:30] <strong>Josepha:</strong> So, the non-optional things. Bring some way to exchange information. It can be QR codes, business cards, or pen and paper. It doesn&#8217;t really matter as long as it&#8217;s something that works for you to be sharing information with people that you meet. Because you never know when you&#8217;re going to meet your business soulmate, but the odds that you&#8217;re going to do it at a WordCamp are pretty dang high.</p>\n\n\n\n<p>The second thing to bring is bring what you need to be comfortable. Bring your water bottle, a change of shoes if you need it, spare battery for your phone, your glasses. This day is going to be long enough without worrying about small inconveniences. So bring what you need to make yourself comfortable. </p>\n\n\n\n<p>[00:10:09] <strong>Josepha:</strong> And finally bring your bravery. You will not know by looking at someone whether they&#8217;ve been doing WordPress stuff for two years or two weeks. But you can know that at some point, they were in the first two days of trying to figure this all out. One of the most endearing things about this community is the zeal they bring to solving a problem. So if you get lost or stuck, just ask the person next to you. We all remember what it was like to know nothing, and we are rooting for you to succeed. And that&#8217;s it. That&#8217;s your whole list. That&#8217;s everything you need to know to be the most prepared first-time attendee to a WordCamp ever. If that all sounded more overwhelming than just showing up, don&#8217;t worry.</p>\n\n\n\n<p>You can also just show up. That&#8217;s what I did. And even though I knew next to nothing, those WordCampers made me feel welcome and included and kept me coming back to learn more.</p>\n\n\n\n<p>[00:11:04] <strong>Josepha:</strong> Ah, WordCamps. Gosh, I love those things. So glad that we&#8217;re all getting back together for them.&nbsp;</p>\n\n\n\n<p>[00:11:10] (Music interlude) </p>\n\n\n\n<p>[00:11:18] <strong>Josepha:</strong> That brings us now, my friends, to our small list of big things. If you&#8217;re a first-time WordPresser, if you&#8217;ve never been to a WordCamp, and you don&#8217;t know what any of these things are, don&#8217;t worry; you can still go take a look at them, or you can wait until later when you&#8217;re less overwhelmed.</p>\n\n\n\n<p>Either way, but this is our small list of big things for middle of the year 2024. First thing on my list, the gender equality in WordPress businesses survey is still open. It aims to gain critical insight into the gender composition of leadership teams, the experiences of women and gender-diverse leaders and employees, and also take a look at the challenges and barriers to their career success. I care deeply about making sure that we have a way for folks who are traditionally and historically underrepresented in technology have a way to get into our space. Obviously, women and nonbinary folks are an area that I feel particularly called to help build those on-ramps for, but I have a great concern for that across the entire ecosystem and any intersection that we run into as we get more and more users into our space. </p>\n\n\n\n<p>[00:12:30] <strong>Josepha:</strong> If you are a woman, if you work with women, if you work in WordPress, if you work in a WordPress business, go take that survey, and let&#8217;s see what we find out about what it&#8217;s like to work in this space, as somebody that we normally don&#8217;t see. </p>\n\n\n\n<p>The second thing on our list is that WordCamp Asia 2025 dates and venue have been revealed. So WordCamp Asia 2023 and 2024 were both major successes, and we are excited to share that the dates and venue for next year will be February 20th, 21st, 22nd in 2025 in Manila, and you&#8217;ll be able to go over to that website, take a look at it, we&#8217;ll have a link in the show notes as always and maybe start planning your your next big Asian adventure.</p>\n\n\n\n<p>[00:13:13] <strong>Josepha:</strong> The third thing on my list is this new contributor wizard questionnaire. So, there are more than 20 teams to contribute to in the WordPress project. They all show up at those Contributor Days that I talked about. But there are more than 20 of them. They work on different parts of the WordPress project every day. And our passionate community offers contribution opportunities for everyone. I know, we know, that finding the right team is the key to a meaningful contributor experience. So, our interactive questionnaire is here to help you determine where to start. It is sometimes difficult to know whether you can contribute to a software if you are a designer, if you are a writer, if you are in marketing.</p>\n\n\n\n<p>And it turns out that you can contribute to WordPress with a bunch of skills that you otherwise would not have realized. So, we&#8217;ll have a link to the questionnaire in the show notes again. Also, it&#8217;s probably going to pop up on WordCamp sites, Contributor Day sites, anything that helps you all understand where you might find a little bit of success as a contributor is a good place for it to be. Take the questionnaire, see where you land, the WordPress sorting hat. </p>\n\n\n\n<p>[00:14:18] <strong>Josepha:</strong> And item number four. So we&#8217;ve made some updates, not we&#8217;ve made some updates, we have some updates from the Five for the Future program. So the Five for the Future program has a long history in the WordPress project. There are a couple of different episodes in this podcast where you can learn more about it.</p>\n\n\n\n<p>But, to bolster transparency and openness, we have an update on the current state of WordPress contributions as of the end of May 2024. In the past few months, we&#8217;ve made a lot of efforts to improve the program and contributor experience in WordPress. We&#8217;ve also done a little bit of work to kind of clean up the pledges that are in there for, people or companies or teams that have found that they couldn&#8217;t continue their contributions over time. That is fine too. But we&#8217;ll have a link to that update in the show notes as well.</p>\n\n\n\n<p>[00:15:09] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I am your host, Josepha Haden Chomposy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks. </p>\n\n\n\n<p>[00:15:36] (Music outro) </p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17352";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:2;a:6:{s:4:"data";s:57:"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 6.5.4 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2024/06/wordpress-6-5-4-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Wed, 05 Jun 2024 15:57:15 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17340";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:345:"WordPress 6.5.4 is now available!This minor release features 5 bug fixes in Core. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement. WordPress 6.5.4 is a short-cycle release. The next major release will be version 6.6 planned for July 2024. If you have sites that support [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Aaron Jorbin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:4663:"\n<p><strong>WordPress 6.5.4 is now available!</strong><br>This minor release features <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.5.4&amp;group=status&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;col=keywords&amp;order=priority">5 bug fixes in Core</a>. You can review a summary of the maintenance updates in this release by reading the <a href="https://make.wordpress.org/core/2024/05/30/wordpress-6-5-4-rc1-is-now-available/">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.5.4 is a short-cycle release. The next major release will be <a href="https://make.wordpress.org/core/6-6/">version 6.6</a> planned for July 2024.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href="https://wordpress.org/wordpress-6.5.4.zip">download WordPress 6.5.4 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href="https://wordpress.org/support/wordpress-version/version-6-5-4">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href="https://profiles.wordpress.org/hellofromTonya">Tonya Mork</a>, <a href="https://profiles.wordpress.org/costdev">Colin Stewart</a>, and <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.5.4 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class="is-style-wporg-props-medium"><a href="//profiles.wordpress.org/jorbin&quot;">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/adrianduffell">adrianduffell</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/afragen">Andy Fragen</a>, <a href="https://profiles.wordpress.org/beaulebens">Beau Lebens</a>, <a href="https://profiles.wordpress.org/bernhard-reiter/">Bernhard Reiter</a>, <a href="https://profiles.wordpress.org/ironprogrammer">Brian Alexander</a>, <a href="https://profiles.wordpress.org/costdev">Colin Stewart</a>, <a href="https://profiles.wordpress.org/nerrad">Darren Ethier (nerrad)</a>, <a href="https://profiles.wordpress.org/davidbaumwald/">David Baumwald</a>, <a href="https://profiles.wordpress.org/lopo">Enrico Battocchi</a>, <a href="https://profiles.wordpress.org/estelaris/">Estela Rueda</a>, <a href="https://profiles.wordpress.org/johnjamesjacoby">John James Jacoby</a>, <a href="https://profiles.wordpress.org/johnbillion">John Blackbourn</a>, <a href="https://profiles.wordpress.org/desrosj">Jonathan Desrosiers</a>, <a href="https://profiles.wordpress.org/kevinwhoffman">Kevin Hoffman</a>, <a href="https://profiles.wordpress.org/louiswol94">Louis Wolmarans</a>, <a href="https://profiles.wordpress.org/hmbashar">Md Abul Bashar</a>, <a href="https://profiles.wordpress.org/illuminea">Miriam Schwab</a>, <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/narenin">Narendra Sishodiya</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/pooja1210">Pooja N Muchandikar</a>, <a href="https://profiles.wordpress.org/mikachan">Sarah Norris</a>, <a href="https://profiles.wordpress.org/coffee2code/">Scott Reilly</a>, <a href="https://profiles.wordpress.org/smub">Syed Balkhi</a>, <a href="https://profiles.wordpress.org/hellofromTonya">Tonya Mork</a></p>\n\n\n\n<h2 class="wp-block-heading">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href="https://core.trac.wordpress.org/report/6">pick a ticket</a>, and join the conversation in the <a href="https://wordpress.slack.com/archives/C02RQBWTW">#core</a> and <a href="https://wordpress.slack.com/archives/C06U06K50Q5">#6-6-release-leads</a> channels. Need help? Check out the <a href="https://make.wordpress.org/core/handbook/">Core Contributor Handbook</a>.</p>\n\n\n\n<p class="has-text-align-right"><em>Props to @<a href="https://profiles.wordpress.org/afragen/">afragen</a>, @<a href="https://profiles.wordpress.org/hellofromtonya/">hellofromtonya</a> , and </em><a href="https://profiles.wordpress.org/angelasjin/">@<em>angelasjin</em></a><em> for proofreading.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17340";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:3;a:6:{s:4:"data";s:66:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:20:"WordPress 6.6 Beta 1";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:56:"https://wordpress.org/news/2024/06/wordpress-6-6-beta-1/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 04 Jun 2024 17:44:29 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:4:{i:0;a:5:{s:4:"data";s:11:"Development";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"beta";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:3;a:5:{s:4:"data";s:8:"releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17289";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:351:"WordPress 6.6 Beta 1 is here! Please download and test it. This beta version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do. Instead, install Beta 1 on local sites and testing environments in any [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:8:"marybaum";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:16244:"\n<p>WordPress 6.6 Beta 1 is here! Please download and test it.</p>\n\n\n\n<p><strong>This beta version of the WordPress software is under development. </strong>Please do not install, run, or test this version of WordPress on production or mission-critical websites—you risk unexpected results if you do.</p>\n\n\n\n<p>Instead, install Beta 1 on local sites and testing environments in any of these four ways:</p>\n\n\n\n<figure class="wp-block-table"><table><tbody><tr><th>Plugin</th><td>Install and activate the <a href="https://wordpress.org/plugins/wordpress-beta-tester/">WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><th>Direct Download</th><td>Download the <a href="https://wordpress.org/wordpress-6.6-beta1.zip">Beta 1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><th>Command Line</th><td>Use this <a href="https://make.wordpress.org/cli/">WP-CLI</a> command:<br><code>wp core update --version=6.6-beta1</code></td></tr><tr><th>WordPress Playground</th><td>Use a <a href="https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}" data-type="link" data-id="https://playground.wordpress.net/#{%20%22preferredVersions%22:%20{%20%22php%22:%20%228.0%22,%20%22wp%22:%20%22beta%22%20},%20%22features%22:%20{%20%22networking%22:%20true%20},%20%22steps%22:%20[%20{%20%22step%22:%20%22login%22,%20%22username%22:%20%22admin%22,%20%22password%22:%20%22password%22%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/wpaccessibility/a11y-theme-unit-test/master/a11y-theme-unit-test-data.xml%22%20}%20},%20{%20%22step%22:%20%22importFile%22,%20%22file%22:%20{%20%22resource%22:%20%22url%22,%20%22url%22:%20%22https://raw.githubusercontent.com/WordPress/theme-test-data/master/themeunittestdata.wordpress.xml%22%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22query-monitor%22%20},%20%22options%22:%20{%20%22activate%22:%20false%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22create-block-theme%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22debug-bar%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22health-check%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22test-reports%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20},%20{%20%22step%22:%20%22installPlugin%22,%20%22pluginZipFile%22:%20{%20%22resource%22:%20%22wordpress.org/plugins%22,%20%22slug%22:%20%22user-switching%22%20},%20%22progress%22:%20{%20%22weight%22:%202%20}%20}%20]%20}">6.6 Beta 1 WordPress Playground instance</a> to test the software directly in your browser. This might be the easiest way ever—no separate sites, no setup. Just click and go!&nbsp;</td></tr></tbody></table></figure>\n\n\n\n<p>The scheduled final release date for WordPress 6.6 is <strong>July 16, 2024</strong>. Your help testing Beta and RC versions over the next six weeks is vital to making sure the final release is everything it should be: stable, powerful, and intuitive.</p>\n\n\n\n<h2 class="wp-block-heading">How important is your testing? </h2>\n\n\n\n<p><strong>Features in this Beta release may be changed or removed between now and the final release.</strong> Early attention from testers like you is critical to finding and reporting potential bugs, usability issues, or compatibility problems to make sure developers can address them before the final release. You don&#8217;t need any contribution experience, and this is a fantastic way to begin your WordPress contributor story!</p>\n\n\n\n<h2 class="wp-block-heading">If you find an issue</h2>\n\n\n\n<p>If you run into an issue, please share it in the <a href="https://wordpress.org/support/forum/alphabeta/">Alpha/Beta area</a> of the support forums. If you are comfortable submitting a reproducible bug report, you can do so <a href="https://core.trac.wordpress.org/newticket">via WordPress Trac</a>. You can also check your issue against a list of <a href="https://core.trac.wordpress.org/tickets/major">known bugs</a>.</p>\n\n\n\n<p>Want to know more about testing in general, and how to get started? Follow the <a href="https://make.wordpress.org/test/">testing initiatives in Make Core</a> and join the <a href="https://wordpress.slack.com/messages/core-test/">#core-test channel</a> on <a href="https://wordpress.slack.com/">Making WordPress Slack</a>.</p>\n\n\n\n<p>Like every version since 5.0 in 2018, WordPress 6.6 will integrate a host of new features from the last several releases of the Gutenberg plugin. Learn more about Gutenberg updates since WordPress 6.5 in the <a href="https://make.wordpress.org/core/tag/gutenberg-new/">What’s New in Gutenberg</a> posts for versions <a href="https://make.wordpress.org/core/2024/02/28/whats-new-in-gutenberg-17-8-28-february/">17.8</a>, <a href="https://make.wordpress.org/core/2024/03/13/whats-new-in-gutenberg-17-9-13-march/">17.9</a>, <a href="https://make.wordpress.org/core/2024/03/27/whats-new-in-gutenberg-18-0-27-march/">18.0</a>, <a href="https://make.wordpress.org/core/2024/04/10/whats-new-in-gutenberg-18-1-10-april/">18.1</a>, <a href="https://make.wordpress.org/core/2024/04/24/whats-new-in-gutenberg-18-2-24-april/">18.2</a>, <a href="https://make.wordpress.org/core/2024/05/08/whats-new-in-gutenberg-18-3-8-may/">18.3</a>, and <a href="https://make.wordpress.org/core/2024/05/23/whats-new-in-gutenberg-18-4-22-may/">18.4</a>. The final version will also include Gutenberg 18.5; the Beta 2 post will link to that.</p>\n\n\n\n<p class="is-style-default">WordPress 6.6 Beta 1 contains 97 enhancements and 101 fixes for the editor, in a total of about 206 <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.6&amp;group=component&amp;max=500&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;order=priority">tickets for WordPress 6.6 Core</a>.</p>\n\n\n\n<h2 class="wp-block-heading">The vulnerability bounty doubles in the beta period</h2>\n\n\n\n<p>The WordPress community sponsors a <a href="https://make.wordpress.org/security/2024/06/04/wordpress-6-6-is-coming/">monetary reward for reporting new, unreleased security vulnerabilities.</a> That reward doubles during the period between Beta 1 on June 4 and the final Release Candidate (RC) that will happen June 25. Please follow the project&#8217;s responsible-disclosure practices detailed on this <a href="https://hackerone.com/wordpress">HackerOne page</a> and in this <a href="https://wordpress.org/about/security/">security white paper</a>.</p>\n\n\n\n<h2 class="wp-block-heading">What’s coming to WordPress 6.6?</h2>\n\n\n\n<p>This year’s second major release is about polish and finesse. Features that landed in the last few releases have new flexibility and smoother flows—and a few new tricks. And of course there are a few brand-new features.</p>\n\n\n\n<h3 class="wp-block-heading">Data Views updates</h3>\n\n\n\n<p>Part of the groundwork for phase 3, Data Views get new and improved experience of working with information in the Site Editor. A new layout consolidates patterns and template parts, gets you to general management views in fewer clicks, and packs in a wide range of refinements.</p>\n\n\n\n<h3 class="wp-block-heading">Overrides in synced patterns</h3>\n\n\n\n<p>What if you could keep a synced pattern‘s <em>look and feel</em> everywhere it appears—keeping it on brand—but have different <em>content</em> everywhere it appears?</p>\n\n\n\n<p>For instance, maybe you‘re building a pattern for recipes. Ideally, you want to keep the overall design of the recipe card consistent on every post that will have a recipe. But the recipe itself—the ingredients, the steps, special notes on technique—will be different every time.</p>\n\n\n\n<p>And perhaps, in the future, other people might need to change the design of the recipe pattern. It would be nice to know they can do that, and that the content in existing recipes will stay right where it is.</p>\n\n\n\n<p>In version 6.6, you can make all that happen, and overrides in synced patterns are the way you do it.</p>\n\n\n\n<h3 class="wp-block-heading">See all the blocks</h3>\n\n\n\n<p>Up to now, when you had a block selected and then opened the block Inserter, you only saw the blocks you were allowed to add to your selected block. Where were all the others?</p>\n\n\n\n<p>In 6.6, when you have a block selected, you get two lists. First, there&#8217;s the list of blocks you can insert at your selected block. Then you get a list with all the other blocks. So you can get an idea of what you can use in your selected block, and what other blocks you could use in another area. In fact, if you select a block from that second list, WordPress 6.6 will add it below your block, to use in whatever you build next.</p>\n\n\n\n<h3 class="wp-block-heading">A new publish flow</h3>\n\n\n\n<p>Version 6.6 brings the post and site editors closer together than ever. So whether you’re writing for a post in the post editor or a page in the Site Editor, your experience will be about the same.</p>\n\n\n\n<h3 class="wp-block-heading">Style variations</h3>\n\n\n\n<p>If a block theme comes with style variations, 6.6 vastly expands your design options right out of the box, without installing or configuring a single thing. Because in 6.6, your theme  pulls the color palettes and typography style sets out of its installed variations to let you mix and match for a whole world of expanded creative expression.</p>\n\n\n\n<h3 class="wp-block-heading">Section styles </h3>\n\n\n\n<p>Do you build themes? Now you can define style options for separate sections of multiple blocks, including inner blocks.</p>\n\n\n\n<p>Then your users can apply those block style variations to entire groups of blocks, effectively creating branded sections they can curate across a site.</p>\n\n\n\n<h4 class="wp-block-heading">A note about CSS specificity</h4>\n\n\n\n<p>To make it easier for your variations to override the global styles CSS, those styles now come wrapped in `:root`. That limits their specificity. <a href="https://github.com/WordPress/gutenberg/discussions/61810">For details, read the full discussion on GitHub.</a></p>\n\n\n\n<h3 class="wp-block-heading">A native Grid layout</h3>\n\n\n\n<p>Grid is a new variation for the Group block that lets you arrange the blocks inside it as a grid. If you&#8217;ve been using a plugin for this, now you can make your grids natively.</p>\n\n\n\n<h3 class="wp-block-heading">Better pattern management in Classic themes</h3>\n\n\n\n<p>You heard right: You can do everything with patterns in Classic themes that you can in a block theme. You can see all the patterns available to you in a single view and insert a pattern on the fly. </p>\n\n\n\n<h3 class="wp-block-heading">Negative. Margins.</h3>\n\n\n\n<p>They&#8217;re here: negative margin values, so you can make objects overlap in your design. As a guardrail, you can only set a negative margin by typing an actual negative number, not by using the slider. That’s to keep people from adding negative values they didn&#8217;t intend.</p>\n\n\n\n<h3 class="wp-block-heading">Rollback auto-updates</h3>\n\n\n\n<p>Now you can have the convenience of setting all your plugins to auto-update and the inner peace you get from knowing that if anything goes wrong, 6.6 will do a rollback. Automatically.</p>\n\n\n\n<p><strong><em>This post <strong><em>reflects the latest changes</em></strong> as of June 4, 2024.</em></strong> </p>\n\n\n\n<p><strong>Again, the features in this first beta may change, based on what testers like you find.</strong></p>\n\n\n\n<p>Get an overview of the <a href="https://make.wordpress.org/core/6-6/">6.6 release cycle</a>, and check the <a href="https://make.wordpress.org/core/">Make WordPress Core blog</a> for <a href="https://make.wordpress.org/core/tag/6-6/">6.6-related posts</a> in the next few weeks for further details.</p>\n\n\n\n<h3 class="wp-block-heading">Just for you: a Beta 1 haiku</h3>\n\n\n\n<p>Negative margins<br>Embellish all the new ways<br>To design and build  </p>\n\n\n\n<p class="has-text-align-left is-style-default"><em>Thanks very much to <a href=''https://profiles.wordpress.org/meher/'' class=''mention''><span class=''mentions-prefix''>@</span>meher</a>, <a href=''https://profiles.wordpress.org/audrasjb/'' class=''mention''><span class=''mentions-prefix''>@</span>audrasjb</a>, <a href=''https://profiles.wordpress.org/fabiankaegy/'' class=''mention''><span class=''mentions-prefix''>@</span>fabiankaegy</a>, <a href=''https://profiles.wordpress.org/colorful-tones/'' class=''mention''><span class=''mentions-prefix''>@</span>colorful-tones</a>, </em><a href=''https://profiles.wordpress.org/davidbaumwald/'' class=''mention''><span class=''mentions-prefix''>@</span>davidbaumwald</a>,<em> <a href=''https://profiles.wordpress.org/dansoschin/'' class=''mention''><span class=''mentions-prefix''>@</span>dansoschin</a>, <a href=''https://profiles.wordpress.org/desrosj/'' class=''mention''><span class=''mentions-prefix''>@</span>desrosj</a>, <a href=''https://profiles.wordpress.org/atachibana/'' class=''mention''><span class=''mentions-prefix''>@</span>atachibana</a>, <a href=''https://profiles.wordpress.org/ehtis/'' class=''mention''><span class=''mentions-prefix''>@</span>ehtis</a>, <a href=''https://profiles.wordpress.org/adamsilverstein/'' class=''mention''><span class=''mentions-prefix''>@</span>adamsilverstein</a>, <a href=''https://profiles.wordpress.org/joedolson/'' class=''mention''><span class=''mentions-prefix''>@</span>joedolson</a>, and <a href=''https://profiles.wordpress.org/webcommsat/'' class=''mention''><span class=''mentions-prefix''>@</span>webcommsat</a> for reviewing and collaborating on this post!</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17289";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:4;a:6:{s:4:"data";s:63:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:69:"WordCamp Europe 2024: Mid-Year Update and Q&amp;A with Matt Mullenweg";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:99:"https://wordpress.org/news/2024/05/wordcamp-europe-2024-mid-year-update-and-qa-with-matt-mullenweg/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Fri, 31 May 2024 16:45:04 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:6:"Events";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:8:"WordCamp";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:4:"WCEU";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17286";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:217:"WordCamp Europe 2024 kicks off on June 13, gathering WordPressers from across the globe to Torino, Italy. Find out more about the conference and how to live stream project Cofounder Matt Mullenweg''s mid-year update. ";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Lauren Stein";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:2144:"\n<p>WordCamp Europe 2024 kicks off on June 13, gathering WordPressers from across the globe to Torino, Italy. </p>\n\n\n\n<p>The highly anticipated conference has a packed schedule starting with <a href="https://europe.wordcamp.org/2024/contributor-day/">Contributor Day</a> and will feature a notable roster of speakers. Other highlights will include <a href="https://europe.wordcamp.org/2024/workshops/">engaging workshops</a> covering a variety of disciplines (including one for youth and teens) and <a href="https://europe.wordcamp.org/2024/wordcamp-connect/">WordCamp Connect</a>, a dedicated space for attendees to meet and network with additional community-led sessions.</p>\n\n\n\n<p>The conference will conclude with an exciting mid-year project update from WordPress Cofounder Matt Mullenweg, including a live Q&amp;A session. You can watch Matt’s presentation on June 15, 2024, streaming live on the <a href="https://youtube.com/wordpress">WordPress YouTube channel</a> starting at 4:30 p.m. Central European Summer Time (2:30 p.m. UTC).</p>\n\n\n\n<p><strong>What:</strong> <a href="https://europe.wordcamp.org/2024/session/wordpress-project-summer-update/" data-type="link" data-id="https://europe.wordcamp.org/2024/session/wordpress-project-summer-update/">WordPress Project Summer Update</a> + Q&amp;A Session with Matt Mullenweg<br><strong>When: </strong>June 15, 2024 at 2:30 p.m. UTC (Start of live stream)<br><strong>Where: </strong><a href="https://europe.wordcamp.org/2024/venue/">Lingotto Conference and Exhibition Centre<strong><br></strong></a><strong>Streaming: </strong><a href="https://youtube.com/wordpress">Watch the live stream</a> on the WordPress YouTube channel.</p>\n\n\n\n<h2 class="wp-block-heading">Have a question for Matt?</h2>\n\n\n\n<p>If you’re unable to attend WordCamp Europe 2024 in person, you’re welcome to <a href="mailto:ask-matt@wordcamp.org">email your questions</a> instead. Given the number of questions expected both in-person and online, only some of the submitted questions may be answered live. </p>\n\n\n\n<p>Whether you’re touching down in Torino or streaming from elsewhere, see you very soon!</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17286";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:5;a:6:{s:4:"data";s:61:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:86:"WP Briefing: Episode 80: Unlocking Your WordPress Potential with Learn WordPress Tools";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:108:"https://wordpress.org/news/2024/05/episode-80-unlocking-your-wordpress-potential-with-learn-wordpress-tools/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 27 May 2024 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=17278";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:493:"Welcome to another episode of the WordPress Briefing! In this episode, your host, Josepha Haden Chomphosy, delves into the incredible resources available to help you broaden your WordPress expertise. Whether you''re just starting out or looking to deepen your skillset, these tools and tutorials offer something for everyone. Join us as we explore how Learn WordPress can be your guide on the journey to mastering WordPress, providing invaluable support and community connections along the way.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:60:"https://wordpress.org/news/files/2024/05/WPB80-2Enhanced.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brett McSherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:14785:"\n<p>Welcome to another episode of the WordPress Briefing! In this episode, your host, Josepha Haden Chomphosy, delves into the incredible resources available to help you broaden your WordPress expertise. Whether you&#8217;re just starting out or looking to deepen your skillset, these tools and tutorials offer something for everyone. Join us as we explore how Learn WordPress can be your guide on the journey to mastering WordPress, providing invaluable support and community connections along the way.</p>\n\n\n\n<h2 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://events.wordpress.org/">WordPress Events </a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/">Learn WordPress</a>\n<ul class="wp-block-list">\n<li><a href="https://learn.wordpress.org/online-workshops/">Online Workshops</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/tutorials/">Tutorials</a></li>\n\n\n\n<li><a href="https://learn.wordpress.org/lesson-plans/">Lesson Plans</a></li>\n</ul>\n</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class="wp-block-list">\n<li><a href="https://europe.wordcamp.org/2024/youth-teens-workshop-at-wordcamp-europe-2024/" target="_blank" rel="noreferrer noopener">WordCamp Europe Youth &amp; Teen Workshop Registration is Open</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/core/2024/05/03/roadmap-to-6-6/" target="_blank" rel="noreferrer noopener">Roadmap to WordPress 6.6</a></li>\n\n\n\n<li><a href="https://us.wordcamp.org/2024/introducing-showcase-day/" target="_blank" rel="noreferrer noopener">WordCamp US 2024 Showcase Day</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2024/04/08/share-your-feedback-with-meetup-com/">Share Feedback with&nbsp;Meetup.com</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you&#8217;d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-17278"></span>\n\n\n\n<p>[00:00:10] <strong>Josepha:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. I&#8217;m your host, Josepha Haden Chomphosy.</p>\n\n\n\n<p>Here we go!</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Josepha:</strong> My friends, I don&#8217;t know about where you live, but where I live, it&#8217;s graduation season. Students all across the region are either gearing down for a little bit of a brain break or gearing up for the next big adventure in their lives. And as I watch these students discover the next phases in their lives, whether it looks good or bad, whether it feels fearful or faithful, I can&#8217;t help but think back to my last big change.</p>\n\n\n\n<p>[00:01:07] <strong>Josepha:</strong> The one that brought me here to WordPress. I was working in insurance at the time and investing in a side hustle. And as is often the case with side hustles, discovered that knowing something about marketing myself was going to be key. Now, this next bit, I know that a lot of you will understand immediately. After that realization, I entered a period in my life where I was learning how to invest in my hoped-for side hustle so that I could realize my hoped-for dreams while also having to succeed at the job that I was using to pay my bills.</p>\n\n\n\n<p>By some singular coincidence, I wound up being introduced to the WordPress project, where I found not only the tools it turned out I needed but also people who were willing to help me learn them. For me, during that time, the cost to get access to both the tool and that support was basically zero. Like the whole cost to me was get those WordPress people together in a room to talk about WordPress for an hour.</p>\n\n\n\n<p>[00:02:04] <strong>Josepha:</strong> And that&#8217;s something that I always want to do anyway. I always want to get people together. And if what we&#8217;re talking about is WordPress, and that is what I need to learn about, then so be it. I realize that there is a little bit of privilege in that story and a whole lot of persistence. It&#8217;s not like I discovered it, and overnight, everything worked out well, and perfectly, and correctly.</p>\n\n\n\n<p>However, all of the struggles to get what I got accomplished done aside. One of the things that I love the most about how the WordPress project has evolved over time is that we took that already low-cost, low-barrier concept and did everything in our power to take that low-cost, low-barrier and make it available to as many people as possible in as many points in their journey as possible.</p>\n\n\n\n<p>So, if you&#8217;re at the start of your career or thinking about a bit of a career change, I have some resources for you. Like, stick around. But before we get to the resources, I want to make sure that you hear this. Learning WordPress things, whether that&#8217;s the software itself, or how to run a business supported by WordPress, or how to support other businesses by building them WordPress stuff, learning these skills now is an investment in who you want to be.</p>\n\n\n\n<p>[00:03:20] <strong>Josepha:</strong> It&#8217;s placing a bet that&#8217;s grounded in what you think you can bring to the world before anyone else might have figured out it&#8217;s what they need in their lives. And when you do that, in WordPress, you&#8217;re accessing and hopefully one day contributing to an equitable framework that doesn&#8217;t require you to understand it in order for you to benefit from it.</p>\n\n\n\n<p>You can do hard things, and hopefully, these resources make those hard things a little easier. I&#8217;m going to take us through a whirlwind wayfinding list. I&#8217;ll generally be focused on time required and then kind of like necessary actions or context that would be useful for you to know. But remember that your mileage may vary.</p>\n\n\n\n<p>[00:04:01] <strong>Josepha:</strong> If something sounds close but not perfect, I encourage you to give it a try anyway. The worst that happens is you try something different next time. Or, in the best-case scenario, you create something that other folks also have been missing. There was something that was close for them but not perfect either, and maybe you found the thing that&#8217;s perfect for them.</p>\n\n\n\n<p>So, here is my whirlwind wayfinding list. Let&#8217;s go. Only have one hour a week and prefer a little company in your learning? Check out a meetup event near you. You can find those listed in your dashboard or on events.WordPress.org, but frequently, they happen during the week, after work hours, sometimes they happen on the weekend, they happen like in libraries or coffee shops.</p>\n\n\n\n<p>So, there are a lot of different ways that these events come together, and surely, there will be something that is the sort of low-key event that you want. But if not, you can always reach out to your local chapter and see how you can get involved with that, how you can help them create a new meetup event.</p>\n\n\n\n<p>[00:05:02] <strong>Josepha:</strong> The next option, if you only have an hour a week, but you actually don&#8217;t want company but still use some external support, I would check out one of our online workshops. There are cohorts for each workshop, and they&#8217;re run by facilitators so that you can learn and socialize from the comfort and safety of your own space, or if you really are super strapped for time, that can help with like not having to commute anywhere. Next up on our list, feel like you could average an hour a week, but honestly, would prefer it to be in one big chunk? Check out a WordCamp near you.</p>\n\n\n\n<p>Those are a little bit like the meetups but quite a bit bigger and a lot more content, a lot more learning available, and gets you into a different kind of group of people in your local area. Those happen about once a year per city or region, but if there&#8217;s not one within a comfortable traveling distance for you, it might be a good chance for you to do a mini business trip, or if you&#8217;re doing it as current career development, see if your boss, or your boss self, if you are your own boss, has a continuing education budget available for you.</p>\n\n\n\n<p>[00:06:08] <strong>Josepha:</strong> Have 30 minutes or so a week and don&#8217;t need any external motivation? On the one hand, I am a little jealous. I sometimes need my own external motivation. But, if that&#8217;s not you, if you can just self-drive forever, then courses over on learn.WordPress.org are just about your speed. We even have a series of learning pathways in development that curate all the courses you need to achieve particular milestones.</p>\n\n\n\n<p>You can also help to create those. If you have been all the way through your learning journey and you&#8217;re, like, the most WordPressy WordPresser we&#8217;ve ever seen, and you just want to make sure that other people have the same opportunities you&#8217;ve had, that&#8217;s an excellent opportunity to show up and make sure that the knowledge is still available, still free, still can be accessed.</p>\n\n\n\n<p>And finally, if you have unpredictable time and also still comfortable being completely self-driven, We have in the WordPress ecosystem countless videos, blogs, tutorials, and a ton of content creators that are behind them that specialize in teaching WordPress basics but also leveling up existing knowledge. And if your type of existing knowledge is in the, like, gathering the network to succeed, sort of area. We even have podcasts and blogs that are dedicated to the more businessy side of WordPress, how to make this function in the WordPress ecosystem.</p>\n\n\n\n<p>[00:07:32] <strong>Josepha:</strong> As always, I&#8217;ll have links for everything in the show notes—just myriad links because this isn&#8217;t even all that we need to share with you today. And I&#8217;m going to say this last thing one more time because I really, really mean it like a whole, whole lot. I know it&#8217;s hard, bordering on impossible sometimes, to carve out time to learn new things. But when you&#8217;re ready to invest in yourself, I&#8217;m pretty sure that these resources will be here to support your hoped-for dreams.</p>\n\n\n\n<p>[00:07:58] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:08:05] <strong>Josepha:</strong> And that brings us now to our small list of big things. First up is speaking of learning, speaking of investing in your future. WordCamp Europe has a youth and teen workshop going on. The registration for that is still open. It is open for students aged 10 to 16. It&#8217;s gonna be a hands-on workshop. They&#8217;ll get to build their own website with WordPress and then explore some cutting-edge technology from VR to AI and learn essential internet safety skills. We&#8217;re going to be running that on June 13th. It will be in both English and Italian. I will leave a link to the registration in the show notes.</p>\n\n\n\n<p>And the next thing on our list is pretty much related. It&#8217;s kind of related. At WordCamp US this year, we have a Showcase Day. Now, this is new to WordCamp US, and it&#8217;s all about pushing the boundaries of what WordPress can do. It will feature presentations, demos, and technical workshops for all kinds of projects, from high-profile, large-scale builds with innovative integrations to more niche creative implementations that still have a big impact. Submissions are now open for it. If you are working on something that is really cool and uses WordPress and want to show it off to the WordPress community, wander over there, submit your project; let&#8217;s take a look at it and see if we can get it into that showcase lineup, but if you are looking for inspiration about what WordPress can do, if you&#8217;re still figuring out how this can work the best for you, that&#8217;s going to be a great opportunity to look at some unusual implementations so that you can get an idea for how big this thing can get.</p>\n\n\n\n<p>[00:09:43] <strong>Josepha:</strong> And just some tactical things. The next two things on my small of big things are two tactical items. One is that WordPress 6.6 is on the move; as always, we have Beta 1 scheduled pretty soon here. So, dig into our priority features. I will leave a link to the roadmap for WordPress 6.6. We&#8217;re targeting, if I recall correctly, middle of July for that release. And so it&#8217;s coming up faster than you think. And we would absolutely love for you to come in, test the Beta, tell us what&#8217;s broken so that we can fix it before it gets out. We can&#8217;t fix the things if you don&#8217;t tell us they&#8217;re broken. </p>\n\n\n\n<p>[00:10:17] <strong>Josepha:</strong> And then the final thing on our small list of big things is that speaking of not being able to fix things that we don&#8217;t know are broken. So, we use meetup.com to manage all of our meetup series. Well, most of our meetup series anyway, but they are planning to invest in some product improvements, and they have asked for feedback from the WordPress community. Historically, we are one of the largest, most active communities on their platform. And so, if you could fill out the feedback form, if you&#8217;ve been to a meetup, or if you tried to find a meetup using meetup.com and did not succeed, that&#8217;s probably also relevant information. I&#8217;ll have a link to that here as well. It will go directly to their product team. And hopefully we&#8217;ll see some product improvements for the WordPress community in the future.</p>\n\n\n\n<p>[00:11:01] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us, follow me on your favorite podcast app, or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode, and if you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks again, and I&#8217;ll see you in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:11:29] (Music outro)&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17278";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:6;a:6:{s:4:"data";s:61:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:73:"WP Briefing: Episode 79: Why Start a WordPress Media Corps (and Why Now?)";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:92:"https://wordpress.org/news/2024/05/episode-79-why-start-a-wordpress-media-corps-and-why-now/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 14 May 2024 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=17253";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:470:"There’s a new initiative in the WordPress community: the WordPress Media Corps. In today’s episode of the WordPress Briefing, you’ll find out how it came to be, first as a nugget of an idea during the pandemic and now as an active experiment. Learn how this shift in focus values the ongoing impact, and often invisible effort, of independent WordPress media—and seeks to help them more easily deliver engaging, high-quality WordPress content to their audiences.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:51:"https://wordpress.org/news/files/2024/05/WPB079.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brett McSherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:12000:"\n<p>There’s a new initiative in the WordPress community: the WordPress Media Corps. In today’s episode of the WordPress Briefing, you’ll find out how it came to be, first as a nugget of an idea during the pandemic and now as an active experiment. Learn how this shift in focus values the ongoing impact, and often invisible effort, of independent WordPress media—and seeks to help them more easily deliver engaging, high-quality WordPress content to their audiences.</p>\n\n\n\n<h2 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Host:&nbsp;<a href="https://profiles.wordpress.org/chanthaboune/">Josepha Haden Chomphosy</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/marketing/2024/03/20/making-a-wordpress-media-corps/">Making a WordPress Media Corps</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/marketing/2024/04/29/wordpress-media-corps-next-steps/">WordPress Media Corps Next Steps</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/media-corps/2024/05/03/wordpress-media-corps-initial-roadmap/">WordPress Media Corps Initial Roadmap</a></li>\n\n\n\n<li><a href="https://wordpress.slack.com/archives/C0723V9S7CY">#media-corps</a>&nbsp;Slack channel</li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/core/2024/04/23/wordpress-6-6-call-for-volunteers-update/" target="_blank" rel="noreferrer noopener">WordPress 6.6 call for volunteers update</a></li>\n\n\n\n<li><a href="https://wordpress.org/news/2024/05/wordpress-6-5-3-maintenance-release/" target="_blank" rel="noreferrer noopener">WordPress 6.5.3 maintenance release</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/openverse/2024/04/16/introducing-collection-views-for-tags-creators-and-sources/" target="_blank" rel="noreferrer noopener">Openverse Introduces Collection views for Tags, Creators, and Sources</a></li>\n\n\n\n<li><a href="https://europe.wordcamp.org/2024/schedule/" target="_blank" rel="noreferrer noopener">WordCamp Europe 2024 Schedule Released</a></li>\n</ul>\n</li>\n\n\n\n<li>Have a question you&#8217;d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-17253"></span>\n\n\n\n<p>[00:00:00]&nbsp;<strong>Josepha:</strong>&nbsp;Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks.</p>\n\n\n\n<p>I&#8217;m your host, Josepha Haden Chomphosy. Here we go!&nbsp;</p>\n\n\n\n<p>[00:00:28] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:39] <strong>Josepha:</strong> If you&#8217;ve been keeping an eye on the WordPress marketing space for the past few months, today&#8217;s topic will be no surprise to you. Today, we&#8217;re talking about the WordPress Media Corps. It&#8217;s a bit of a controversial topic; there&#8217;s no point denying that, so today, I want to take a little journey through its history.</p>\n\n\n\n<p>The WordPress Media Corps is an idea that goes back probably four, maybe five years ago. I don&#8217;t know what year it is—four years, five, four, or five years ago. It was the height of our COVID isolation. So I was spending a lot of time with our WordPress media folks, people who hosted podcasts, who gathered weekly roundups, and who were writing these nuanced and thoughtful newsletters.</p>\n\n\n\n<p>[00:01:19] <strong>Josepha:</strong> And during the prep phases for these, I was witnessing all the work that goes into them, researching questions and topics, marketing both before and after any appearance, and consistently engaging with the audiences they had grown over time. Over the course of the year, I wound up in two or three different conversations with these hosts about how this does or doesn&#8217;t fit in the WordPress project as a way to contribute.</p>\n\n\n\n<p>Now, invisible contributions are a persistent concern for any open source project and is one of the problems I am often most desperate to solve. As with so many long-standing problems, if the solution were easy, it wouldn&#8217;t still be a problem. And that&#8217;s the case here as well. I&#8217;ve got a quick side note on why this is a hard problem to solve at the end of the episode. It&#8217;s relevant to the overall discussion, but not if you&#8217;re only here to learn about how we arrived at the Media Corps. So, choose your own adventure!&nbsp;</p>\n\n\n\n<p>[00:02:16] <strong>Josepha:</strong> So, during one of those discussions, Allie Nimmons reminded me that we have always relied on third-party supporters to share information about WordPress. It was a smaller group than we have now, much less variety in the format, but they didn&#8217;t have contribution acknowledgments either, right?&nbsp;</p>\n\n\n\n<p>And she was right. They were included in something called the WP Planet. And I remember that I said to her what I wouldn&#8217;t give to be able to acknowledge the value that WordPress media folks bring to our ecosystem. These folks who have more flexibility than us can be a little more, more nimble who are canonical power users of WordPress, sharing not only what they are excited about now and in the near future but also the things that they had to learn in order to get the most out of the features and the software.</p>\n\n\n\n<p>[00:03:07] <strong>Josepha:</strong> Like that&#8217;s practically a gold standard of the people that we want to have talking about us.&nbsp; And, for folks who&#8217;ve worked with Allie, you probably can predict what&#8217;s next. You know she&#8217;s not afraid to call it like she sees it, and she called me on my excessive dreaming. She asked me what actually was stopping me from getting that done. I don&#8217;t recall if I had an answer for her at the time. I, I probably didn&#8217;t, but ultimately, I think the answer was, most likely, that I was afraid to try. </p>\n\n\n\n<p>So you might be asking yourself, what has changed my mind since then? What has changed since 2020, when I was maybe too scared to get this done? Why does now feel like the right time compared to when I was first thinking through it? Well, for starters, when we look at then, we look at the context of then; it was my second year leading us. It was 2020, the year of COVID. And I was desperately trying to roll out a disaster recovery plan, incomplete though it was.</p>\n\n\n\n<p>[00:04:06] <strong>Josepha:</strong> I wasn&#8217;t sure how much more disruption we as a community could stand, so I didn&#8217;t want to take any more risks than I had to. Which brings us to today. One of my big obstacles to tackle this year is our plateauing growth. I said it right there in my big-picture post for 2024. Re-engaging those gold standard users who are talking about us while making it clear that their contributions add to the success of the project seems like a high-impact opportunity to me.</p>\n\n\n\n<p>We&#8217;ve kicked off our initial experiment for the Media Corps. As with many high-impact projects, there&#8217;s also a high potential for risk, so I&#8217;m trying to get a clear indication of success as early as possible. Because of that, the experiment is time-limited and has pretty strict guidelines up front. It&#8217;s also being paired with a pause on the current work with the marketing team, just so that we can focus as much attention to get that signal sooner rather than later.</p>\n\n\n\n<p>[00:05:01] <strong>Josepha:</strong> Not everyone agrees with this plan, which is to be expected. There are so many seasoned marketing professionals in WordPress, myself included, and I mean, our software is a primary tool in so many marketing tool belts. It probably would be odd if we didn&#8217;t have any marketers around. So there you have it, a brief explanation of how we got to today&#8217;s Media Corps experiment.&nbsp;</p>\n\n\n\n<p>Quick side note on why it&#8217;s a hard problem is that a good first step to acknowledging invisible work is removing the need for human recognition of the work. I&#8217;ve worked with teams, guided them since I got here to define contributions as granularly as possible so that we can find ways to attach automated triggers to them so that you don&#8217;t have to do a ton of invisible things for someone to notice them and give you props for them. Obviously, the more automation, the more dehumanization, and of course, the work of breaking things into tiny chunks feels like micromanagement; it feels like value assessment.</p>\n\n\n\n<p>[00:06:01] <strong>Josepha:</strong> It also often felt like kind of a toxic tallying of who was doing what where. None of that is what any of us wanted when I started that work, and it&#8217;s certainly not what I want now. But because it is so often misread as a way to, like, separate out good contributions from bad, not all teams have embarked on that journey with me. And for those who have done that with me, not all of them have actually implemented, kind of that definition of the individual types of contributions you can make so that we can do that kind of automated acknowledgment of the work.&nbsp;</p>\n\n\n\n<p>[00:06:40] (Music interlude)&nbsp;</p>\n\n\n\n<p>[00:06:47] <strong>Josepha:</strong> Which brings us now to our small list of big things. </p>\n\n\n\n<p>First on our list is WordPress 6.6. It&#8217;s our next major release. There are still a few volunteer roles that are available. I think documentation lead is one. So, if you are the sort of folk who just loves to write the docs, it&#8217;s been a while since you have done that for the WordPress project, with the WordPress project. That&#8217;s a great opportunity for you to kind of dip your toe in and see what&#8217;s going on in the world of WordPress. </p>\n\n\n\n<p>[00:07:15] <strong>Josepha:</strong> The second thing on our list is a minor release that actually came out last week. It&#8217;s a maintenance release, but it&#8217;s one of those where it&#8217;s really important to get upgraded and make sure that you have the latest security and maintenance releases on all of your sites that are in production.</p>\n\n\n\n<p>The third thing on our list is about Openverse. Openverse is now offering a new way to explore our collection. We&#8217;ve got over 800 million images and audio files in there. And so, the collection search makes it easier to view works that are belonging to an individual tag, creator, or source. It just kind of helps you filter it out a little bit more so that there are more decisions than there are options available in there.</p>\n\n\n\n<p>And the fourth thing on my list is that the WordCamp Europe 2024 schedule has been released. We&#8217;ll be talking a bit more about this event as we get closer and closer to it. We are racing our way. It&#8217;s like a month away as we go. So take a look, plan your activities, and come and check out our community.</p>\n\n\n\n<p>[00:08:16] <strong>Josepha:</strong> And that, my friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser. Or, if you had questions about what you heard, you can share those with me at WPBriefing@WordPress.org. I&#8217;m your host, Josepha Haden Chomphosy. Thanks for tuning in today for the WordPress Briefing, and I&#8217;ll see you again in a couple of weeks.&nbsp;</p>\n\n\n\n<p>[00:08:44] (Music outro)&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17253";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:7;a:6:{s:4:"data";s:57:"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:35:"WordPress 6.5.3 Maintenance Release";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:71:"https://wordpress.org/news/2024/05/wordpress-6-5-3-maintenance-release/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Tue, 07 May 2024 16:42:58 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:1:{i:0;a:5:{s:4:"data";s:8:"Releases";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17246";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:338:"WordPress 6.5.3 is now available! This minor release features 12 bug fixes in Core and 9 bug fixes for the block editor. You can review a summary of the maintenance updates in this release by reading the Release Candidate announcement. WordPress 6.5.3 is a short-cycle release. The next major release will be version 6.6 planned [&#8230;]";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:12:"Aaron Jorbin";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:7679:"\n<h2 class="wp-block-heading">WordPress 6.5.3 is now available!</h2>\n\n\n\n<p>This minor release features <a href="https://core.trac.wordpress.org/query?status=closed&amp;milestone=6.5.3&amp;group=status&amp;col=id&amp;col=summary&amp;col=owner&amp;col=type&amp;col=priority&amp;col=component&amp;col=version&amp;col=keywords&amp;order=priority">12 bug fixes in Core</a> and <a href="https://github.com/WordPress/gutenberg/pull/61299">9 bug fixes for the block editor</a>. You can review a summary of the maintenance updates in this release by reading the <a href="https://make.wordpress.org/core/2024/05/02/wordpress-6-5-3-rc1-is-now-available/">Release Candidate announcement</a>.</p>\n\n\n\n<p>WordPress 6.5.3 is a short-cycle release. The next major release will be <a href="https://make.wordpress.org/core/6-6/">version 6.6</a> planned for July 2024.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href="https://wordpress.org/wordpress-6.5.3.zip">download WordPress 6.5.3 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”.</p>\n\n\n\n<p>For more information on this release, please <a href="https://wordpress.org/support/wordpress-version/version-6-5-3">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class="wp-block-heading">Thank you to these WordPress contributors</h2>\n\n\n\n<p class="is-style-default">This release was led by <a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a> and <a href="https://profiles.wordpress.org/grantmkin/">Grant M. Kinney</a>.</p>\n\n\n\n<p class="is-style-default">WordPress 6.5.3 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class="is-style-wporg-props-long"><a href="https://profiles.wordpress.org/jorbin">Aaron Jorbin</a>, <a href="https://profiles.wordpress.org/adamsilverstein">Adam Silverstein</a>, <a href="https://profiles.wordpress.org/adrianduffell">adrianduffell</a>, <a href="https://profiles.wordpress.org/wildworks">Aki Hamano</a>, <a href="https://profiles.wordpress.org/alanfuller">Alan Fuller</a>, <a href="https://profiles.wordpress.org/anlino">Anders Norén</a>, <a href="https://profiles.wordpress.org/oandregal">André</a>, <a href="https://profiles.wordpress.org/afercia">Andrea Fercia</a>, <a href="https://profiles.wordpress.org/azaozz">Andrew Ozz</a>, <a href="https://profiles.wordpress.org/andrewserong">Andrew Serong</a>, <a href="https://profiles.wordpress.org/afragen">Andy Fragen</a>, <a href="https://profiles.wordpress.org/annezazu">annezazu</a>, <a href="https://profiles.wordpress.org/dextorlobo">Arun Sharma</a>, <a href="https://profiles.wordpress.org/aslamdoctor">Aslam Doctor</a>, <a href="https://profiles.wordpress.org/benlk">Ben Keith</a>, <a href="https://profiles.wordpress.org/britner">Ben Ritner &#8211; Kadence WP</a>, <a href="https://profiles.wordpress.org/bernhard-reiter">bernhard-reiter</a>, <a href="https://profiles.wordpress.org/ironprogrammer">Brian Alexander</a>, <a href="https://profiles.wordpress.org/poena">Carolina Nymark</a>, <a href="https://profiles.wordpress.org/costdev">Colin Stewart</a>, <a href="https://profiles.wordpress.org/CookiesForDevo">CookiesForDevo</a>, <a href="https://profiles.wordpress.org/colorful-tones">Damon Cook</a>, <a href="https://profiles.wordpress.org/talldanwp">Daniel Richards</a>, <a href="https://profiles.wordpress.org/darerodz">darerodz</a>, <a href="https://profiles.wordpress.org/davecpage">Dave Page</a>, <a href="https://profiles.wordpress.org/davidbaumwald">David Baumwald</a>, <a href="https://profiles.wordpress.org/justlevine">David Levine</a>, <a href="https://profiles.wordpress.org/DrewAPicture">Drew Jaynes</a>, <a href="https://profiles.wordpress.org/ellatrix">Ella</a>, <a href="https://profiles.wordpress.org/kebbet">Erik</a>, <a href="https://profiles.wordpress.org/evanltd">evanltd</a>, <a href="https://profiles.wordpress.org/flixos90">Felix Arntz</a>, <a href="https://profiles.wordpress.org/mamaduka">George Mamadashvili</a>, <a href="https://profiles.wordpress.org/grantmkin">Grant M. Kinney</a>, <a href="https://profiles.wordpress.org/gziolo">Greg Ziółkowski</a>, <a href="https://profiles.wordpress.org/isabel_brison">Isabel Brison</a>, <a href="https://profiles.wordpress.org/macmanx">James Huff</a>, <a href="https://profiles.wordpress.org/jason_the_adams">Jason Adams</a>, <a href="https://profiles.wordpress.org/audrasjb">Jb Audras</a>, <a href="https://profiles.wordpress.org/JeffPaul">Jeffrey Paul</a>, <a href="https://profiles.wordpress.org/jeherve">Jeremy Herve</a>, <a href="https://profiles.wordpress.org/luminuu">Jessica Lyschik</a>, <a href="https://profiles.wordpress.org/joedolson">Joe Dolson</a>, <a href="https://profiles.wordpress.org/joemcgill">Joe McGill</a>, <a href="https://profiles.wordpress.org/jordesign">jordesign</a>, <a href="https://profiles.wordpress.org/jorgefilipecosta">Jorge Costa</a>, <a href="https://profiles.wordpress.org/verygoode">Joshua Goode</a>, <a href="https://profiles.wordpress.org/kevin940726">Kai Hao</a>, <a href="https://profiles.wordpress.org/kevinwhoffman">Kevin Hoffman</a>, <a href="https://profiles.wordpress.org/khokansardar">Khokan Sardar</a>, <a href="https://profiles.wordpress.org/luisherranz">luisherranz</a>, <a href="https://profiles.wordpress.org/mmaattiiaass">Matias Benedetto</a>, <a href="https://profiles.wordpress.org/webdevmattcrom">Matt Cromwell</a>, <a href="https://profiles.wordpress.org/devsahadat">Md Sahadat Husain</a>, <a href="https://profiles.wordpress.org/mukesh27">Mukesh Panchal</a>, <a href="https://profiles.wordpress.org/narenin">Narendra Sishodiya</a>, <a href="https://profiles.wordpress.org/ntsekouras">Nik Tsekouras</a>, <a href="https://profiles.wordpress.org/swissspidy">Pascal Birchler</a>, <a href="https://profiles.wordpress.org/peterwilsoncc">Peter Wilson</a>, <a href="https://profiles.wordpress.org/ramonopoly">ramonopoly</a>, <a href="https://profiles.wordpress.org/roytanck">Roy Tanck</a>, <a href="https://profiles.wordpress.org/salcode">Sal Ferrarello</a>, <a href="https://profiles.wordpress.org/mikachan">Sarah Norris</a>, <a href="https://profiles.wordpress.org/SergeyBiryukov">Sergey Biryukov</a>, <a href="https://profiles.wordpress.org/sabernhardt">Stephen Bernhardt</a>, <a href="https://profiles.wordpress.org/stevejonesdev">Steve Jones</a>, <a href="https://profiles.wordpress.org/tomjcafferkey">Tom Cafferkey</a>, <a href="https://profiles.wordpress.org/nestea29950">WilliamG</a>, <a href="https://profiles.wordpress.org/yguyon">Yannis Guyon</a></p>\n\n\n\n<h2 class="wp-block-heading">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href="https://core.trac.wordpress.org/report/6">pick a ticket</a>, and join the conversation in the <a href="https://wordpress.slack.com/archives/C02RQBWTW">#core</a> and <a href="https://wordpress.slack.com/archives/C06U06K50Q5">#6-6-release-leads</a> channels. Need help? Check out the <a href="https://make.wordpress.org/core/handbook/">Core Contributor Handbook</a>.</p>\n\n\n\n<p class="has-text-align-right"><em>Thanks to <a href="https://wordpress.slack.com/team/UGP7D7TBP">@grantmkin</a>, </em><a href=''https://profiles.wordpress.org/angelasjin/'' class=''mention''><span class=''mentions-prefix''>@</span>angelasjin</a><em>, </em>and <a href=''https://profiles.wordpress.org/jeffpaul/'' class=''mention''><span class=''mentions-prefix''>@</span>jeffpaul</a><em> for proofreading.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17246";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:8;a:6:{s:4:"data";s:61:"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:7:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:83:"WP Briefing: Episode 78: Guided Growth: Cultivating Contributors Through Mentorship";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:104:"https://wordpress.org/news/2024/04/episode-78-guided-growth-cultivating-contributors-through-mentorship/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 29 Apr 2024 12:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:2:{i:0;a:5:{s:4:"data";s:7:"Podcast";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"wp-briefing";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:53:"https://wordpress.org/news/?post_type=podcast&p=17229";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:378:"Explore the transformative world of the WordPress Contributor Mentorship Program with guest host Angela Jin and special guest and sponsored contributor Hari Shanker. Whether you''re a long-time WordPress enthusiast or new to the scene, this episode is packed with insights, stories, and tips to help you engage more deeply with one of the most passionate open source communities.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:9:"enclosure";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:3:"url";s:53:"https://wordpress.org/news/files/2024/04/Enhanced.mp3";s:6:"length";s:1:"0";s:4:"type";s:0:"";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:14:"Brett McSherry";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:23988:"\n<p>Explore the transformative world of the WordPress Contributor Mentorship Program with guest host Angela Jin and special guest and sponsored contributor Hari Shanker. Whether you&#8217;re a long-time WordPress enthusiast or new to the scene, this episode is packed with insights, stories, and tips to help you engage more deeply with one of the most passionate open source communities.</p>\n\n\n\n<h2 class="wp-block-heading">Credits</h2>\n\n\n\n<p>Guest host: <a href="https://profiles.wordpress.org/angelasjin/">Angela Jin</a><br>Guest speaker: <a href="https://profiles.wordpress.org/harishanker/">Hari Shanker</a><br>Editor:&nbsp;<a href="https://profiles.wordpress.org/dustinhartzler/">Dustin Hartzler</a><br>Logo:&nbsp;<a href="https://profiles.wordpress.org/javiarce/">Javier Arce</a><br>Production:&nbsp;<a href="https://profiles.wordpress.org/bjmcsherry/">Brett McSherry</a>&nbsp;and&nbsp;<a href="https://profiles.wordpress.org/eidolonnight/">Nicholas Garofalo</a><br>Song: Fearless First by Kevin MacLeod</p>\n\n\n\n<h2 class="wp-block-heading">Show Notes</h2>\n\n\n\n<ul class="wp-block-list">\n<li><a href="https://wordpress.org/5">Five for the Future</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/handbook/contributor-day/contributor-working-group/contributor-mentorship-program-for-wordpress/" target="_blank" rel="noreferrer noopener">About the Contributor Mentorship Program</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/handbook/contributor-day/contributor-working-group/contributor-mentorship-program-for-wordpress/contributor-mentorship-program-cohorts/" target="_blank" rel="noreferrer noopener">Details of Mentorship Program Cohorts</a></li>\n\n\n\n<li><a href="https://make.wordpress.org/community/2024/04/08/wordpress-contributor-mentorship-2024-q1-cohort-graduates/" target="_blank" rel="noreferrer noopener">Mentorship Program Cohort 2 Graduation Post</a> &#8211; Express interest in the next cohort by&nbsp;leaving comment or sending a message to @harishanker in the <a href="https://make.wordpress.org/chat/">Making WordPress Slack</a></li>\n\n\n\n<li><strong>Small List of Big Things</strong>\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/support/2024/04/brainstorming-a-support-team-contributor-ladder/" target="_blank" rel="noreferrer noopener">Brainstorming a Support Team Contributor Ladder</a>\n<ul class="wp-block-list">\n<li><a href="https://make.wordpress.org/updates/2019/06/17/observations-on-wordpress-contributor-team-structure/">Observations on WordPress Contributor Team Structure</a></li>\n</ul>\n</li>\n\n\n\n<li><a href="https://wordpressfoundation.org/news/2024/kim-parsell-2024/" target="_blank" rel="noreferrer noopener">Apply for the Kim Parsell Memorial Scholarship for WordCamp US 2024</a></li>\n\n\n\n<li>Upcoming WordPress events:\n<ul class="wp-block-list">\n<li><a href="https://europe.wordcamp.org/2024/">WordCamp Europe 2024</a>\n<ul class="wp-block-list">\n<li><a href="https://europe.wordcamp.org/2024/tickets/">Tickets</a></li>\n</ul>\n</li>\n\n\n\n<li>Find upcoming events in your area on <a href="https://events.wordpress.org/">events.WordPress.org</a></li>\n</ul>\n</li>\n</ul>\n</li>\n\n\n\n<li>Have a question you&#8217;d like answered? Submit them to&nbsp;<a href="mailto:wpbriefing@WordPress.org">WPBriefing@WordPress.org</a>.</li>\n</ul>\n\n\n\n<h2 class="wp-block-heading">Transcript</h2>\n\n\n\n<span id="more-17229"></span>\n\n\n\n<p>[00:00:00] <strong>Angela:</strong> Hello, everyone, and welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insights into the community that supports it, and get a small list of big things coming up in the next two weeks. I am your guest host, Angela Jin.</p>\n\n\n\n<p>Let&#8217;s go!&nbsp;</p>\n\n\n\n<p>[00:00:30] (Intro Music)&nbsp;</p>\n\n\n\n<p>[00:00:40] <strong>Angela:</strong> I am delighted to be guest hosting this episode of the WordPress Briefing and to talk about the Contributor Mentorship Program, a community-driven initiative in the WordPress space that is proving to really support contributor journeys. And joining me today is special guest, Hari Shanker, Five for the Future Program Manager. Welcome, Hari!</p>\n\n\n\n<p>[00:01:02] <strong>Hari:</strong> Thank you, Angela. Excited to be here.</p>\n\n\n\n<p>[00:01:04] <strong>Angela:</strong> Now, before we dive into the Contributor Mentorship Program, can you first tell me a bit about yourself? I&#8217;d love to know a bit more about your role as Five for the Future Program Manager.</p>\n\n\n\n<p>[00:01:16] <strong>Hari:</strong> Sure. So, my name is Hari Shanker. I live in India in a city called Kochi. And I&#8217;d like to share some context to explain what I do. I am a sponsored contributor working full-time on WordPress, and I have been contributing primarily to the WordPress Community Team full-time since April 2020, where I am a Community Program Manager, formerly known as a Super Deputy.</p>\n\n\n\n<p>Since September 2022, I have been working exclusively on projects that bolster the WordPress contributor experience. A key part of this work is my role as the Program Manager for the Five for the Future program, where my day-to-day work involves supporting and empowering companies and individuals that have pledged a part of their time to contribute to WordPress.</p>\n\n\n\n<p>[00:02:00] <strong>Hari:</strong> In parallel, I also lead the Contributor Working Group of the WordPress Community Team, which has the goal of making the contributor experience in WordPress the best it can be. Our recent focus has been on running an experimental contributor mentorship program as well. </p>\n\n\n\n<p>[00:02:16] <strong>Angela:</strong> Excellent. Thank you. So, I was recently at Open Source Summit, and figuring out funding and commitments to projects was a very hot topic. And people were really interested in Five for the Future. And so, Hari, would you mind giving us a quick overview of what Five for the Future is, and how it aims to support the WordPress open source project?</p>\n\n\n\n<p>[00:02:44] <strong>Hari:</strong> Absolutely. The Cofounder of WordPress, Matt Mullenweg, launched Five for the Future in 2014 as a call to action for organizations and individuals who have benefited from WordPress, either the CMS or the community, to contribute up to 5 percent of their resources to the continued success of the WordPress project.</p>\n\n\n\n<p>[00:03:03] <strong>Hari:</strong> In 2019, this idea was formalized as a program with a pledging page that lives in the URL WordPress.org/five. Right now, this program attempts to foster generous collaboration towards the long-term health and stability of our project for the future. So, like any large and successful open source project, WordPress has a lot of big goals and tasks, not all of which can be accomplished by volunteers in that available time.</p>\n\n\n\n<p>Here&#8217;s where sponsored contributors come in. Sponsored contributors have more time, availability, and bandwidth to make an impact on a lot of these tasks. They also work on some routine but important administrative and housekeeping tasks that are essential to keep the project running smoothly. At this time, the program has 868 contributors from 183 companies, who have pledged 7,722 hours of contribution time per week for the program. I can also share that roughly 70% of contribution activity in WordPress is coming from these sponsored contributors. That is the Five for the Future program in brief.</p>\n\n\n\n<p>[00:04:15] <strong>Angela:</strong> Thanks, Hari. That&#8217;s incredible that so much of our contribution comes through sponsored time and clearly is very necessary to keep the WordPress open source project running. Wonderful. All right, well, I would love to dig into the Contributor Mentorship Program. Can you tell us a bit more about how this came to be? What is the Contributor Mentorship Program?</p>\n\n\n\n<p>[00:04:41] <strong>Hari:</strong> Oh, absolutely. It is one of my favorite programs and one of the best things that I&#8217;ve worked on personally. So, the Contributor Mentorship Program aims to onboard new contributors to WordPress by providing them one-on-one and cohort-based mentorship for a period of typically four to six weeks. The mentorship program typically coincides a major WordPress release.</p>\n\n\n\n<p>[00:05:04] <strong>Hari:</strong> And the idea behind the program is to help new contributors kickstart their WordPress contributor journey by providing them an in-depth overview of the WordPress project as well. To talk a bit about how this started, it all began in 2022-2023 when I started researching on the WordPress contributor experience. I discovered that there were gaps in the onboarding experience for new contributors. And I did some research on how we can solve this issue.</p>\n\n\n\n<p>Now, while those gaps can be fixed by improving the overall WordPress contributor onboarding experience through technical changes or changes in the program. Mentorship really stood out as an excellent solution to solve the problem. Based on my discovery from this research, I worked on revitalizing the WordPress Contributor Working Group of the Community Team. And together, our group we started working on building a mentorship program. We did a few months of collaborative discussions and brainstorming. And as a result, the group put together the idea for a pilot cohort-based mentorship program, which paired up 13 new contributors as mentees with one mentor each. The cohort worked together for four weeks, and 11 of these mentees graduated after making impactful contributions to the project, with over half of the cohort staying on to make long-term contributions. In fact, we just wrapped up the second cohort of the program in February 2024, which had 52 participants, of which 44 graduated from the program.</p>\n\n\n\n<p>[00:06:34] <strong>Angela:</strong> Amazing. Congratulations. And I speaking just for myself, I know how important mentorship was to, to a lot of my journeys, both within WordPress and outside of, and so I think it&#8217;s wonderful that we&#8217;re able to bring mentorship to this space. What sort of benefits are there to participating in this program, either as a new WordPress contributor or as a mentor?&nbsp;</p>\n\n\n\n<p>[00:07:04] <strong>Hari:</strong> There&#8217;s a bunch of benefits for both new contributors and mentors in this program, starting with new contributors. First and foremost, new participants in this program they get to kick off their WordPress contributor journey by making initial contributions. So, in my mind, the biggest benefit that they get is they get a chance to actually make their first contributions in the area of their choice with help from a mentor. The other main benefit that I see is that these mentees or new contributors. They get to learn a lot about the WordPress project and how it works. They get to learn about the WordPress release process broadly. And in short, participants in this program also get a chance to network with and learn from experienced WordPress contributors.</p>\n\n\n\n<p>And finally, this program is a great opportunity for mentees or new contributors to pick up a lot of valuable skills that they can use in the real world. For mentors, they also get a lot of benefits from this program. In fact, to share another anecdote, some of our mentors they contributed for the first time to WordPress core in the last cohort.</p>\n\n\n\n<p>[00:08:14] <strong>Hari:</strong> So, that is also something that they also get to learn, which means mentors also get to learn new skills when they be a part of this program. So, for mentors, even they get to enhance their skills, they get to expand the network within the WordPress community, but in my mind, the biggest benefit that they gain is they gain fulfillment from guiding new contributors. And personally, as a mentor myself, it&#8217;s one of the most valuable thing that you can gain from such a program. That feeling of belonging, that feeling of, you know, fostering sustainability and innovation in the project. I also feel that mentoring new contributors is a great way to bolster your leadership and communication skills, which is extremely valuable in any professional context.</p>\n\n\n\n<p>[00:08:54] <strong>Angela:</strong> Absolutely. I definitely see that being able to share your experience and mentor others is a really valuable way to help the next generation of WordPressers be successful in our space. Now, you&#8217;ve talked a bit about what results you&#8217;re seeing from this program, and it&#8217;s really exciting to see that so many mentees are successfully graduating from this program. I&#8217;d love to hear more about the impact and results that you&#8217;re seeing from the mentorship program. Could you give us more details there?</p>\n\n\n\n<p>[00:09:32] <strong>Hari:</strong> Absolutely. So, I shared some numbers earlier. We had 11 mentees out of 13 graduating from the 2023 cohort and 44 outta 52 mentees from the 2024 Q1 cohort graduating. From the first cohort we have six of these mentees continuing to make impactful contributions to the project, but we have more encouraging results from the second cohort, in fact. So, ten of our mentees in the second cohort got props for contributing to WordPress 6.5, and one of our mentees was a noteworthy contributor. That&#8217;s about 22% of all the mentees. Fourteen mentees from the latest cohort, which is 31%, they have committed to join the WordPress 6.6 release squad. And the program actually gave eight new core contributors to the project, which includes mentors, as I mentioned earlier.</p>\n\n\n\n<p>[00:10:21] <strong>Hari:</strong> We did pre and post-cohort surveys, and the results are very interesting. I can definitely share some numbers here. So, we had a question on contributor familiarity. The familiarity of contribution for new contributors went up from 53% to 80%, that&#8217;s around 26% increase. The contribution confidence went from 57% to 82%, which is around 28%-29%. We asked if the mentees how many of these mentees were satisfied by the program. We heard that 88% of all the mentees were satisfied. 80% of mentees achieved their personal goals as part of the program. A key part of the program experience was that we asked mentees to create contribution plans to make future contributions.</p>\n\n\n\n<p>[00:11:06] <strong>Hari:</strong> 62% of our mentees actually made a future contribution plan. So which means, which is a 30, 60, 90-day plan. So, these mentees they&#8217;re gonna follow a plan to contribute to WordPress for the next three months. Finally, we also created a ton of learning materials for these mentees, and we are in the process of releasing them. So these are, most of these are videos, so we plan to release them in WordPress or TV and in the Learn WordPress platform. So, in my mind, seeing these mentees out in the world making impactful contributions that is the biggest impact that I&#8217;m seeing. So, having them in the project as long-term contributors. That is, in my mind, one of the biggest impacts that we&#8217;ve had from this program.</p>\n\n\n\n<p>[00:11:46] <strong>Angela:</strong> Yeah, that&#8217;s really incredible to see that new contributors to WordPress, upon joining this program, able to better navigate this vast ecosystem and make important contributions to our space. And that they&#8217;ve made these connections, so they are sticking around and staying with us and continuing to help us build WordPress. That&#8217;s incredible.&nbsp;</p>\n\n\n\n<p>[00:12:14] <strong>Angela:</strong> Now, I understand that between the first cohort and the second cohort, the Contributor Working Group made some important updates and iterated on the cohort itself. And one of the big changes, I understand, was to design cohorts around contributor projects. I&#8217;m curious now that we&#8217;ve talked about how fantastic this program is. Are there plans for future cohorts, and what might those cohorts look like?</p>\n\n\n\n<p>[00:12:44] <strong>Hari:</strong> Absolutely. So, we have received a lot of interest in future cohorts. So, our working group just did a chat last week, and there was overwhelming positive interest and from all our working group members and other participants saying that we would love to be in a future cohort. So, short answer, yes, we will have a ton of these cohorts going forward. And we are, in fact, hosting a new cohort alongside WordPress 6.7. In October-November, 2024. And we will most likely continue to host at least one mentorship cohort every year. Ideally two, but I&#8217;m just saying one to make sure that we are sustainable. It is hard to predict how future cohorts will look like, but based on all the discussions our working group has had, I can definitely tell you how the next cohort is going to look like.</p>\n\n\n\n<p>[00:13:35] <strong>Hari:</strong> So, as per current plans, we will have around 20 to 30 mentees supported by mentors. And the cohort will most likely start early on in the 6.7 release process. The idea is that we would like our mentees to be more deeply involved in the 6.7 release as early as possible. We also plan to have a lot more learn-up sessions in the next cohort.</p>\n\n\n\n<p>One feedback that we heard was our mentees really enjoyed some of the learn-up sessions, and they would like these sessions to be scheduled in advance as much as possible so that they can attend as many of them as possible. So, more learn-up sessions. </p>\n\n\n\n<p>[00:14:14] <strong>Hari:</strong> And finally, you mentioned projects when you spoke of the latest cohort. We are going to double down on projects in the next cohort. So the hope is to have a host of projects for folks to work on and, ideally, have all mentees work on some project or the other. So, we had projects as an experiment for the earlier cohort. Some mentees did work on projects, while some they were broadly contributing. So, ideally, for the next cohort, every mentee in the program will be a part of some project or the other. It could be a small one. It could be a big one, but there will be some project of some sort for every mentee in the program, ideally. And finally, some contributors in our cohort, they received a scholarship to participate in the last cohort. We hope to expand that. We hope to provide more opportunities for scholarship for contributors.</p>\n\n\n\n<p>[00:15:05] <strong>Hari:</strong> I&#8217;m not sure how viable it is, but we did see that the folks who received scholarship, they got a chance to contribute more. So we would ideally like to provide more opportunities for scholarship, especially for folks from underrepresented backgrounds, so that they can contribute to WordPress and, you know, upskill as part of this program.</p>\n\n\n\n<p>[00:15:23] <strong>Angela:</strong> Fantastic. Well, hopefully, we have convinced our listeners today to get involved in the Contributor Mentorship Program. And so, if somebody wanted to get involved, either as a mentee or a mentor, how should they go about doing so?</p>\n\n\n\n<p>[00:15:42] <strong>Hari:</strong> That&#8217;s a great question. We have not opened up signups for mentors and mentees for the next cohort yet. As I mentioned, it&#8217;s going to happen later this year. However, those interested in the next cohort of the program can comment on the post. I think we can share the link in the show notes. We just published a post announcing the graduation of our mentees, and we had asked folks who are interested in joining the next cohort comment there.</p>\n\n\n\n<p>[00:16:07] <strong>Hari:</strong> So if you&#8217;re interested in joining the next cohort, either as a mentor or a mentee. You can comment on that post. Alternatively, you can also DM me. If you&#8217;re not comfortable commenting in a public space, my name is Hari Shanker. I am Hari Shanker, which is H-A-R-I-S-H-A-N-K-E-R. That&#8217;s my username in the Make WordPress Slack. You can DM me there expressing your interest, and I will make sure that we send you the call for interest form when it&#8217;s published.</p>\n\n\n\n<p>Additionally, and this is especially to all the mentor applicants, we have a Contributor Working Group, which meets every third Thursday of the month in the Community Team channel on a text chat. It&#8217;s called a mentorship chat. It happens every month, and you can find a link to it in the Make WordPress meetings, P2 blog. So, if you&#8217;re interested in being a mentor, or if you&#8217;re interested in building the Contributor Mentorship Program, or contributing to the Contributor Mentorship Program, I would invite you to join our chat. So, the next chat is being held in May. Please join our next chat. That&#8217;s also a great way to contribute to this program, especially if you are interested in being a mentor.&nbsp;</p>\n\n\n\n<p>[00:17:10] <strong>Angela:</strong> Wonderful. Thank you so much for joining me today, Hari. It&#8217;s been a pleasure.</p>\n\n\n\n<p>[00:17:16] <strong>Hari:</strong> Thank you. It&#8217;s been an honor, and thank you for inviting me to be a part of this program.&nbsp;</p>\n\n\n\n<p>[00:17:19]&nbsp;(Music interlude)&nbsp;</p>\n\n\n\n<p>[00:17:27] <strong>Angela:</strong> And now it is time for our small list of big things. We&#8217;ve got three things for you this week. </p>\n\n\n\n<p>The first is a proposal to explore the Support Team contributor ladder. If you are not familiar with the concept of the contributor ladder, it is based on the five stages of volunteering, which examines how a volunteer gets onboarded and steps into progressive roles. By thinking through the contributor ladder, Make WordPress teams are able to improve onboarding, engagement, and connection with contributors and generally improve the health of their team. If this is of interest to you, we have a great overview post about the contributor ladder, and you can see the discussion in action over on the Support Team.&nbsp;</p>\n\n\n\n<p>[00:18:14] <strong>Angela:</strong> Second, is that the WordPress Foundation has just announced the Kim Parcell Memorial Scholarship for 2024. This scholarship is in honor of Kim Parcell, an incredible long-time contributor, and is awarded to a current WordPress contributor who is a woman, has not previously attended WordCamp US, and requires financial assistance to attend this year&#8217;s event.&nbsp;The scholarship will provide travel assistance for the recipient to attend WordCamp US this year in Portland, Oregon, and covers travel from your home city, hotel, and your ticket to the event. The application is open through May 30th, and you can apply on the WordPress Foundation page.&nbsp;</p>\n\n\n\n<p>Third is a reminder of our next big WordPress event, WordCamp Europe, which will be in beautiful Torino, Italy, June 13th through the 15th. You can still get tickets on their website. If you can&#8217;t make it to Italy, never fear. This time of year sees a good number of WordPress events around the world, and they are a great way to connect with WordPress friends and hear all about the latest and greatest in WordPress. You can go find upcoming events on events.WordPress.org to see what events are happening in your area. If there isn&#8217;t a WordPress event near you, you can become an organizer and start hosting events locally.&nbsp;</p>\n\n\n\n<p>[00:19:42] <strong>Angela:</strong> And that, friends, is your small list of big things. Don&#8217;t forget to follow us on your favorite podcast app. Or subscribe directly on WordPress.org/news. You&#8217;ll get a friendly reminder whenever there&#8217;s a new episode. If you liked what you heard today, share it with a fellow WordPresser, or if you had questions about what you heard, you can share those by emailing WPBriefing@WordPress.org. I am your guest host, Angela Jin. Thanks so much for tuning in today for the WordPress Briefing. In a couple of weeks, Josepha will be back as your regular host for the next episode.&nbsp;</p>\n\n\n\n<p>[00:20:21] (Music outro)&nbsp;</p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17229";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}i:9;a:6:{s:4:"data";s:63:"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";s:5:"child";a:4:{s:0:"";a:6:{s:5:"title";a:1:{i:0;a:5:{s:4:"data";s:38:"How WordPress Is Creating a Faster Web";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:74:"https://wordpress.org/news/2024/04/how-wordpress-is-creating-a-faster-web/";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:7:"pubDate";a:1:{i:0;a:5:{s:4:"data";s:31:"Mon, 15 Apr 2024 14:00:00 +0000";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:8:"category";a:3:{i:0;a:5:{s:4:"data";s:7:"General";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:1;a:5:{s:4:"data";s:11:"Performance";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}i:2;a:5:{s:4:"data";s:7:"Updates";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:4:"guid";a:1:{i:0;a:5:{s:4:"data";s:35:"https://wordpress.org/news/?p=17208";s:7:"attribs";a:1:{s:0:"";a:1:{s:11:"isPermaLink";s:5:"false";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:11:"description";a:1:{i:0;a:5:{s:4:"data";s:190:"WordPress''s massive reach of over 40% of the web comes with a similarly large responsibility. Read about what the WordPress project is doing to enhance performance for its users and the web.";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:32:"http://purl.org/dc/elements/1.1/";a:1:{s:7:"creator";a:1:{i:0;a:5:{s:4:"data";s:11:"Felix Arntz";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:40:"http://purl.org/rss/1.0/modules/content/";a:1:{s:7:"encoded";a:1:{i:0;a:5:{s:4:"data";s:6801:"\n<p>Today, WordPress powers <a href="https://w3techs.com/technologies/overview/content_management">more than 40% of the web</a>. That’s a massive reach—one that comes with a similarly large responsibility. With so many people using the CMS, the WordPress community should always consider strategies for improving the visitor experience. This is where website performance plays a crucial role.</p>\n\n\n\n<p>How fast a web page loads, how quickly a page reacts when you click a button, or how smoothly it scrolls can all significantly impact the end-user experience. A more performant site can lead to <a href="https://web.dev/case-studies/vitals-business-impact">higher reader engagement and more conversions</a>. Thankfully, over the past few years, the WordPress project has made major performance improvements across the board for the core platform, plugins, and themes.</p>\n\n\n\n<p>Many enhancements are available out of the box, with no configuration required. They improve the website frontend&#8217;s performance—the part visitors see—and various parts of the administrative experience, such as the editor.</p>\n\n\n\n<p>Here’s a partial list of performance upgrades from the past year:</p>\n\n\n\n<ul class="wp-block-list">\n<li>WordPress 6.3 brought several <a href="https://make.wordpress.org/core/2023/09/19/analyzing-the-core-web-vitals-performance-impact-of-wordpress-6-3-in-the-field/">enhancements to image loading</a>. This resulted in an improvement of up to 21% in loading time for any WordPress page with a hero image.</li>\n\n\n\n<li>WordPress 6.5 launched with a <a href="https://make.wordpress.org/core/2023/11/08/merging-performant-translations-into-core/">more efficient translation engine</a>. In benchmark testing, it improved WordPress response time by 23% for all localized WordPress sites. <a href="https://wordpress.org/about/stats/">More than 55% of all WordPress sites</a> worldwide use a language other than US English and would benefit from this enhancement.</li>\n\n\n\n<li>WordPress 6.5 also included several performance optimizations for the Block Editor, leading to <a href="https://github.com/WordPress/gutenberg/issues/57935">5x faster typing processing and 2x faster load times</a> when creating or editing content in the site and post editors.</li>\n</ul>\n\n\n\n<p>In addition to the Core enhancements listed above, the WordPress project continues to work on several efforts that indirectly benefit the ecosystem&#8217;s performance.</p>\n\n\n\n<p>For instance, WordPress Core leverages <a href="https://codehealth.vercel.app/project/wordpress">automated tooling for continuously monitoring its performance</a>, covering every product update. This helps measure new features&#8217; performance improvements and enables contributors to detect potential performance problems during the development of a new feature or release so any issues can be proactively addressed long before end users are affected. A project is currently underway to make the same tooling used by WordPress Core developers available to plugin and theme authors as well.</p>\n\n\n\n<p>Additionally, the new <a href="https://wordpress.org/plugins/plugin-check/">WordPress plugin checker</a> allows checking any plugin for performance best practices, among other requirements and recommendations. The plugin checker should lead to more performance awareness in plugin authors and, eventually, faster plugins. If you develop plugins, consider integrating this tool into your development and testing workflow.</p>\n\n\n\n<p>Last but not least, WordPress 6.5 introduced the <a href="https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/">Interactivity API</a>, which is a technical foundation that facilitates more performant user interactions. This new infrastructure drastically simplifies the implementation of interactive website features and can even centrally control certain aspects of performance, keeping multiple independent plugins operating efficiently.</p>\n\n\n\n<p>These performance updates result from a collaborative effort from all corners of the community, including the <a href="https://make.wordpress.org/performance/handbook/about-the-team/">WordPress Performance Team</a>. This team, founded in 2021, underscores the WordPress project’s commitment to performance. And the results are substantial: Compared to a year ago, 8% more WordPress sites <a href="https://make.wordpress.org/core/2023/12/19/wordpress-performance-impact-on-core-web-vitals-in-2023/">deliver good load time performance at scale</a>—significantly better than the overall web’s 5.5% load time improvement. The web is getting more performant, and WordPress is leading the way.</p>\n\n\n\n<p>WordPress contributors are determined to continue this trend by working on further performance iterations. Whether you’re a WordPress end user, administrator, site builder, or developer, you can contribute to this effort. Anyone can test the performance features before being released in Core through individual feature plugins. Each feature can be tested via the <a href="https://wordpress.org/plugins/performance-lab/">Performance Lab plugin</a>, so please try them! Testing features early helps the team assess their impact and collect valuable feedback.</p>\n\n\n\n<p>Are you eager for more WordPress performance news and updates? Then check out the <a href="https://make.wordpress.org/performance/roadmap-2024/">2024 performance roadmap</a>. Thanks to the entire community for your hard work. Not only does it ensure WordPress’ continued improvement and growth, but it benefits the entire open web.</p>\n\n\n\n<p class="has-text-align-right"><em>Thank you to <a href=''https://profiles.wordpress.org/annezazu/'' class=''mention''><span class=''mentions-prefix''>@</span>annezazu</a> <a href=''https://profiles.wordpress.org/clarkeemily/'' class=''mention''><span class=''mentions-prefix''>@</span>clarkeemily</a> <a href=''https://profiles.wordpress.org/tweetythierry/'' class=''mention''><span class=''mentions-prefix''>@</span>tweetythierry</a> <a href=''https://profiles.wordpress.org/swissspidy/'' class=''mention''><span class=''mentions-prefix''>@</span>swissspidy</a> <a href=''https://profiles.wordpress.org/westonruter/'' class=''mention''><span class=''mentions-prefix''>@</span>westonruter</a> <a href=''https://profiles.wordpress.org/adamsilverstein/'' class=''mention''><span class=''mentions-prefix''>@</span>adamsilverstein</a> <a href=''https://profiles.wordpress.org/joemcgill/'' class=''mention''><span class=''mentions-prefix''>@</span>joemcgill</a> for content review and <a href=''https://profiles.wordpress.org/provenself/'' class=''mention''><span class=''mentions-prefix''>@</span>provenself</a> <a href=''https://profiles.wordpress.org/dansoschin/'' class=''mention''><span class=''mentions-prefix''>@</span>dansoschin</a> for editorial review.</em></p>\n";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:7:"post-id";a:1:{i:0;a:5:{s:4:"data";s:5:"17208";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}s:27:"http://www.w3.org/2005/Atom";a:1:{s:4:"link";a:1:{i:0;a:5:{s:4:"data";s:0:"";s:7:"attribs";a:1:{s:0:"";a:3:{s:4:"href";s:32:"https://wordpress.org/news/feed/";s:3:"rel";s:4:"self";s:4:"type";s:19:"application/rss+xml";}}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:44:"http://purl.org/rss/1.0/modules/syndication/";a:2:{s:12:"updatePeriod";a:1:{i:0;a:5:{s:4:"data";s:9:"\n	hourly	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}s:15:"updateFrequency";a:1:{i:0;a:5:{s:4:"data";s:4:"\n	1	";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}s:30:"com-wordpress:feed-additions:1";a:1:{s:4:"site";a:1:{i:0;a:5:{s:4:"data";s:8:"14607090";s:7:"attribs";a:0:{}s:8:"xml_base";s:0:"";s:17:"xml_base_explicit";b:0;s:8:"xml_lang";s:0:"";}}}}}}}}}}}}s:4:"type";i:128;s:7:"headers";O:48:"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary":1:{s:7:"\0*\0data";a:12:{s:6:"server";s:5:"nginx";s:4:"date";s:29:"Wed, 12 Jun 2024 07:00:58 GMT";s:12:"content-type";s:34:"application/rss+xml; charset=UTF-8";s:4:"vary";s:37:"Accept-Encoding, accept, content-type";s:25:"strict-transport-security";s:12:"max-age=3600";s:6:"x-olaf";s:3:"⛄";s:13:"last-modified";s:29:"Tue, 11 Jun 2024 16:26:15 GMT";s:4:"link";s:63:"<https://wordpress.org/news/wp-json/>; rel="https://api.w.org/"";s:15:"x-frame-options";s:10:"SAMEORIGIN";s:16:"content-encoding";s:4:"gzip";s:7:"alt-svc";s:19:"h3=":443"; ma=86400";s:4:"x-nc";s:9:"HIT ord 1";}}s:5:"build";s:14:"20211220170300";}', 'no');
INSERT INTO `wptd_options` VALUES
(852, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1718218858', 'no'),
(853, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1718175658', 'no'),
(311, '_ninja_tables_plugin_suggest_dismiss', '1717567178', 'yes'),
(375, '_site_transient_update_plugins', 'O:8:"stdClass":5:{s:12:"last_checked";i:1718200288;s:8:"response";a:0:{}s:12:"translations";a:0:{}s:9:"no_update";a:8:{s:19:"akismet/akismet.php";O:8:"stdClass":10:{s:2:"id";s:21:"w.org/plugins/akismet";s:4:"slug";s:7:"akismet";s:6:"plugin";s:19:"akismet/akismet.php";s:11:"new_version";s:5:"5.3.2";s:3:"url";s:38:"https://wordpress.org/plugins/akismet/";s:7:"package";s:56:"https://downloads.wordpress.org/plugin/akismet.5.3.2.zip";s:5:"icons";a:2:{s:2:"2x";s:60:"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463";s:2:"1x";s:60:"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463";}s:7:"banners";a:2:{s:2:"2x";s:63:"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731";s:2:"1x";s:62:"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"5.8";}s:9:"hello.php";O:8:"stdClass":10:{s:2:"id";s:25:"w.org/plugins/hello-dolly";s:4:"slug";s:11:"hello-dolly";s:6:"plugin";s:9:"hello.php";s:11:"new_version";s:5:"1.7.2";s:3:"url";s:42:"https://wordpress.org/plugins/hello-dolly/";s:7:"package";s:60:"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip";s:5:"icons";a:2:{s:2:"2x";s:64:"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855";s:2:"1x";s:64:"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855";}s:7:"banners";a:2:{s:2:"2x";s:67:"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582";s:2:"1x";s:66:"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.6";}s:23:"ninja-charts/plugin.php";O:8:"stdClass":10:{s:2:"id";s:26:"w.org/plugins/ninja-charts";s:4:"slug";s:12:"ninja-charts";s:6:"plugin";s:23:"ninja-charts/plugin.php";s:11:"new_version";s:5:"3.3.0";s:3:"url";s:43:"https://wordpress.org/plugins/ninja-charts/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/ninja-charts.3.3.0.zip";s:5:"icons";a:2:{s:2:"2x";s:65:"https://ps.w.org/ninja-charts/assets/icon-256x256.png?rev=2337411";s:2:"1x";s:65:"https://ps.w.org/ninja-charts/assets/icon-128x128.png?rev=2337411";}s:7:"banners";a:2:{s:2:"2x";s:68:"https://ps.w.org/ninja-charts/assets/banner-1544x500.png?rev=2337411";s:2:"1x";s:67:"https://ps.w.org/ninja-charts/assets/banner-772x250.png?rev=2337411";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.0";}s:29:"ninja-tables/ninja-tables.php";O:8:"stdClass":10:{s:2:"id";s:26:"w.org/plugins/ninja-tables";s:4:"slug";s:12:"ninja-tables";s:6:"plugin";s:29:"ninja-tables/ninja-tables.php";s:11:"new_version";s:6:"5.0.10";s:3:"url";s:43:"https://wordpress.org/plugins/ninja-tables/";s:7:"package";s:62:"https://downloads.wordpress.org/plugin/ninja-tables.5.0.10.zip";s:5:"icons";a:2:{s:2:"2x";s:65:"https://ps.w.org/ninja-tables/assets/icon-256x256.png?rev=2797890";s:2:"1x";s:65:"https://ps.w.org/ninja-tables/assets/icon-128x128.png?rev=2797890";}s:7:"banners";a:2:{s:2:"2x";s:68:"https://ps.w.org/ninja-tables/assets/banner-1544x500.png?rev=2798378";s:2:"1x";s:67:"https://ps.w.org/ninja-tables/assets/banner-772x250.png?rev=2798378";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.0";}s:21:"polylang/polylang.php";O:8:"stdClass":10:{s:2:"id";s:22:"w.org/plugins/polylang";s:4:"slug";s:8:"polylang";s:6:"plugin";s:21:"polylang/polylang.php";s:11:"new_version";s:5:"3.6.2";s:3:"url";s:39:"https://wordpress.org/plugins/polylang/";s:7:"package";s:57:"https://downloads.wordpress.org/plugin/polylang.3.6.2.zip";s:5:"icons";a:2:{s:2:"2x";s:61:"https://ps.w.org/polylang/assets/icon-256x256.png?rev=1331499";s:2:"1x";s:61:"https://ps.w.org/polylang/assets/icon-128x128.png?rev=1331499";}s:7:"banners";a:2:{s:2:"2x";s:64:"https://ps.w.org/polylang/assets/banner-1544x500.png?rev=1405299";s:2:"1x";s:63:"https://ps.w.org/polylang/assets/banner-772x250.png?rev=1405299";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.2";}s:37:"posts-data-table/posts-data-table.php";O:8:"stdClass":10:{s:2:"id";s:30:"w.org/plugins/posts-data-table";s:4:"slug";s:16:"posts-data-table";s:6:"plugin";s:37:"posts-data-table/posts-data-table.php";s:11:"new_version";s:5:"1.4.6";s:3:"url";s:47:"https://wordpress.org/plugins/posts-data-table/";s:7:"package";s:65:"https://downloads.wordpress.org/plugin/posts-data-table.1.4.6.zip";s:5:"icons";a:2:{s:2:"2x";s:69:"https://ps.w.org/posts-data-table/assets/icon-256x256.png?rev=2997236";s:2:"1x";s:69:"https://ps.w.org/posts-data-table/assets/icon-128x128.png?rev=2997236";}s:7:"banners";a:2:{s:2:"2x";s:72:"https://ps.w.org/posts-data-table/assets/banner-1544x500.png?rev=2997236";s:2:"1x";s:71:"https://ps.w.org/posts-data-table/assets/banner-772x250.png?rev=2997236";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"6.1";}s:29:"rss-importer/rss-importer.php";O:8:"stdClass":10:{s:2:"id";s:26:"w.org/plugins/rss-importer";s:4:"slug";s:12:"rss-importer";s:6:"plugin";s:29:"rss-importer/rss-importer.php";s:11:"new_version";s:5:"0.3.2";s:3:"url";s:43:"https://wordpress.org/plugins/rss-importer/";s:7:"package";s:61:"https://downloads.wordpress.org/plugin/rss-importer.0.3.2.zip";s:5:"icons";a:2:{s:2:"1x";s:57:"https://ps.w.org/rss-importer/assets/icon.svg?rev=2828571";s:3:"svg";s:57:"https://ps.w.org/rss-importer/assets/icon.svg?rev=2828571";}s:7:"banners";a:1:{s:2:"1x";s:66:"https://ps.w.org/rss-importer/assets/banner-772x250.png?rev=547674";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"3.0";}s:35:"wp-expand-tabs-free/plugin-main.php";O:8:"stdClass":10:{s:2:"id";s:33:"w.org/plugins/wp-expand-tabs-free";s:4:"slug";s:19:"wp-expand-tabs-free";s:6:"plugin";s:35:"wp-expand-tabs-free/plugin-main.php";s:11:"new_version";s:5:"2.2.3";s:3:"url";s:50:"https://wordpress.org/plugins/wp-expand-tabs-free/";s:7:"package";s:68:"https://downloads.wordpress.org/plugin/wp-expand-tabs-free.2.2.3.zip";s:5:"icons";a:2:{s:2:"2x";s:72:"https://ps.w.org/wp-expand-tabs-free/assets/icon-256x256.png?rev=2160549";s:2:"1x";s:72:"https://ps.w.org/wp-expand-tabs-free/assets/icon-128x128.png?rev=2160549";}s:7:"banners";a:1:{s:2:"1x";s:74:"https://ps.w.org/wp-expand-tabs-free/assets/banner-772x250.png?rev=2165466";}s:11:"banners_rtl";a:0:{}s:8:"requires";s:3:"4.7";}}s:7:"checked";a:8:{s:19:"akismet/akismet.php";s:5:"5.3.2";s:9:"hello.php";s:5:"1.7.2";s:23:"ninja-charts/plugin.php";s:5:"3.3.0";s:29:"ninja-tables/ninja-tables.php";s:6:"5.0.10";s:21:"polylang/polylang.php";s:5:"3.6.2";s:37:"posts-data-table/posts-data-table.php";s:5:"1.4.6";s:29:"rss-importer/rss-importer.php";s:5:"0.3.2";s:35:"wp-expand-tabs-free/plugin-main.php";s:5:"2.2.3";}}', 'no'),
(377, 'wp_calendar_block_has_published_posts', '1', 'yes'),
(963, '_site_transient_update_themes', 'O:8:"stdClass":5:{s:12:"last_checked";i:1718200288;s:7:"checked";a:8:{s:5:"aasta";s:3:"9.5";s:5:"astra";s:5:"4.7.0";s:11:"businesstek";s:3:"1.0";s:17:"finance-elementor";s:3:"1.5";s:15:"hello-elementor";s:5:"3.0.2";s:16:"twentytwentyfour";s:3:"1.1";s:17:"twentytwentythree";s:3:"1.4";s:15:"twentytwentytwo";s:3:"1.7";}s:8:"response";a:3:{s:5:"aasta";a:6:{s:5:"theme";s:5:"aasta";s:11:"new_version";s:3:"9.6";s:3:"url";s:35:"https://wordpress.org/themes/aasta/";s:7:"package";s:51:"https://downloads.wordpress.org/theme/aasta.9.6.zip";s:8:"requires";b:0;s:12:"requires_php";s:3:"5.6";}s:11:"businesstek";a:6:{s:5:"theme";s:11:"businesstek";s:11:"new_version";s:3:"1.1";s:3:"url";s:41:"https://wordpress.org/themes/businesstek/";s:7:"package";s:57:"https://downloads.wordpress.org/theme/businesstek.1.1.zip";s:8:"requires";b:0;s:12:"requires_php";s:3:"5.6";}s:17:"finance-elementor";a:6:{s:5:"theme";s:17:"finance-elementor";s:11:"new_version";s:3:"1.6";s:3:"url";s:47:"https://wordpress.org/themes/finance-elementor/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/finance-elementor.1.6.zip";s:8:"requires";b:0;s:12:"requires_php";s:3:"5.6";}}s:9:"no_update";a:5:{s:5:"astra";a:6:{s:5:"theme";s:5:"astra";s:11:"new_version";s:5:"4.7.0";s:3:"url";s:35:"https://wordpress.org/themes/astra/";s:7:"package";s:53:"https://downloads.wordpress.org/theme/astra.4.7.0.zip";s:8:"requires";s:3:"5.3";s:12:"requires_php";s:3:"5.3";}s:15:"hello-elementor";a:6:{s:5:"theme";s:15:"hello-elementor";s:11:"new_version";s:5:"3.0.2";s:3:"url";s:45:"https://wordpress.org/themes/hello-elementor/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/hello-elementor.3.0.2.zip";s:8:"requires";s:3:"6.0";s:12:"requires_php";s:3:"7.3";}s:16:"twentytwentyfour";a:6:{s:5:"theme";s:16:"twentytwentyfour";s:11:"new_version";s:3:"1.1";s:3:"url";s:46:"https://wordpress.org/themes/twentytwentyfour/";s:7:"package";s:62:"https://downloads.wordpress.org/theme/twentytwentyfour.1.1.zip";s:8:"requires";s:3:"6.4";s:12:"requires_php";s:3:"7.0";}s:17:"twentytwentythree";a:6:{s:5:"theme";s:17:"twentytwentythree";s:11:"new_version";s:3:"1.4";s:3:"url";s:47:"https://wordpress.org/themes/twentytwentythree/";s:7:"package";s:63:"https://downloads.wordpress.org/theme/twentytwentythree.1.4.zip";s:8:"requires";s:3:"6.1";s:12:"requires_php";s:3:"5.6";}s:15:"twentytwentytwo";a:6:{s:5:"theme";s:15:"twentytwentytwo";s:11:"new_version";s:3:"1.7";s:3:"url";s:45:"https://wordpress.org/themes/twentytwentytwo/";s:7:"package";s:61:"https://downloads.wordpress.org/theme/twentytwentytwo.1.7.zip";s:8:"requires";s:3:"5.9";s:12:"requires_php";s:3:"5.6";}}s:12:"translations";a:0:{}}', 'no');

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

--
-- Table structure for table `wptd_postmeta`
--

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

--
-- Dumping data for table `wptd_postmeta`
--

INSERT INTO `wptd_postmeta` VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 7, '_wp_attached_file', '2024/06/logo.png'),
(4, 7, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:156;s:6:"height";i:40;s:4:"file";s:16:"2024/06/logo.png";s:8:"filesize";i:1275;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:15:"logo-150x40.png";s:5:"width";i:150;s:6:"height";i:40;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:2040;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(5, 7, '_starter_content_theme', 'astra'),
(8, 8, '_customize_changeset_uuid', '68b748a7-5973-4ecc-b771-e677c7ea5357'),
(9, 8, 'site-content-layout', 'plain-container'),
(10, 8, 'theme-transparent-header-meta', 'enabled'),
(11, 8, 'site-sidebar-layout', 'no-sidebar'),
(12, 8, 'site-post-title', 'disabled'),
(620, 170, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:2:{i:0;a:6:{s:18:"tabs_content_title";s:4:"Info";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:4555:"<strong>Introduction</strong>\r\n\r\n<strong>Zhongcai Algorithm Long Short Fund Series One SP [Ended on 30 June 2022]</strong>\r\n\r\nThe fund has appointed Zhongcai Asset Management Limited as the Fund Manager. Mr. Ge Pei Kun, of Head of Investment and Senior Fund Manager is managing all investment decisions, subscription, redemption and other fund related matters.\r\n\r\n<strong>Fund Introduction</strong>\r\n\r\nZhongcai Algorithm Long Short Fund Series One SP is investing in global markets including the Greater China market. Derivative instruments can be used for investment purpose. With the algorithmic trading technology, the long-short strategy is used to pursue absolute returns. The fund has no fixed benchmark for performance.\r\n\r\n<strong>Fund Service Providers</strong>\r\n\r\n[caption id="attachment_30" align="alignleft" width="141"]<img class="wp-image-30 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/apex.png" alt="" width="141" height="136" /> Apex Fund Services[/caption]\r\n\r\n[caption id="attachment_31" align="alignleft" width="189"]<img class="wp-image-31 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/appleby.png" alt="" width="189" height="89" /> APPLEBY[/caption]\r\n\r\n[caption id="attachment_47" align="alignleft" width="135"]<img class="wp-image-47 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/HLB.jpg" alt="" width="135" height="129" /> HLB Hodgson Impey Cheng[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Investment Style</strong>\r\n\r\nThe fund manager will adjust the position ratio and holding period based on the value judgment of the different periods of the position variety.\r\n\r\n<strong>Investment Strategy</strong>\r\n\r\nThe fund manager uses algorithmic quantitative trading model and neural network artificial intelligence technique to obtain in-depth data research and analysis.\r\n\r\n<strong>Awards</strong>\r\n\r\n[caption id="attachment_29" align="alignleft" width="247"]<img class="wp-image-29 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/AsiaHedge.png" alt="" width="247" height="129" /> AsiaHedge[/caption]\r\n\r\n[caption id="attachment_28" align="alignleft" width="251"]<img class="wp-image-28" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/bc489ced-b8fa-4efd-a5f8-e845d2448cd1.png" alt="" width="251" height="61" /> Preqin[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n1. Nominated for Final Shortlist of "New Fund of the Year" at The HFM AsiaHedge Awards 2019 in Hong Kong.\r\n\r\nhttps://asiahedgeawards.awardstage.com/\r\n\r\nÂ 2. Ranked No.4 in "Net Returns of Top Performing Asia-Pacific-Based Multi-Strategy Hedge Funds in 2019 YTD"of Preqin™ Honour Roll 2019: Hedge Funds in Asia-Pacific.\r\n\r\nhttps://www.preqin.com/insights/research/factsheets/honour-roll-2019-hedge-funds-in-asiapacific\r\n\r\n<strong>Investment Risk</strong>\r\n\r\nThe fund is subject to derivatives, leverage and short selling risks. The value of the fund is subject to potentially significant volatility and the risks associated with related counterparty, so it may fluctuate significantly in a short period of time and investor may lost all of the investment.\r\n\r\n<strong>Fees</strong>\r\n\r\n<strong>Subscription fee:</strong> N/A\r\n\r\n<strong>Redemption Fee:</strong> N/A\r\n\r\n<strong>Management Fee:</strong> 1.5% p.a.\r\n\r\n<strong>Performance Fee:</strong> The performance fee is equal to (i) 15% (in the case where the Appreciation (as defined below) is below 50%) AND (ii) 25% (in the case where the Appreciation is equal to or above 50%) of the appreciation of the Net Asset Value attributable to each Series of Shares with respect to a particular calendar year (Appreciation) above the High Water Mark.\r\n\r\n<strong>Redemption</strong>\r\n\r\nShareholders may not request the redemption of any Shares prior to the expiry of six (6) months following the date of issue of the relevant Shares. Except as provided herein, a Shareholder may request redemption of all or part of its Shares as of the first Business Day of each quarter.\r\n\r\nThe above information is from Zhongcai Asset Management Limited (ZAML<span style="font-size: 16px;">). ZAML cannot guarantee any accuracy, validity, timeliness or completeness of information. ZAML has expressly refused to recognize any commercial protection, or the appropriateness or liability of a particular purpose. The above information is for reference only. All the terms of the fund will be subject to the Offering Memorandum and the Supplement to the Offering Memorandum.</span>";}i:1;a:6:{s:18:"tabs_content_title";s:11:"Performance";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:378:"<strong>Performance</strong>\r\n\r\n<strong>Zhongcai Algorithm Long Short Fund Series One SP [Ended on 30 June 2022]</strong>\r\n\r\nThe fund has appointed Zhongcai Asset Management Limited as the Fund Manager. Mr. Ge Pei Kun, of Head of Investment and Senior Fund Manager is managing all investment decisions, subscription, redemption and other fund related matters.\r\n[wptabs id="171"]";}}}'),
(619, 170, '_edit_lock', '1717932377:1'),
(618, 170, '_edit_last', '1'),
(617, 169, '_wp_trash_meta_time', '1717923277'),
(616, 169, '_wp_trash_meta_status', 'publish'),
(615, 169, '_edit_lock', '1717923272:1'),
(614, 168, '_wp_trash_meta_time', '1717923062'),
(613, 168, '_wp_trash_meta_status', 'publish'),
(612, 167, '_wp_trash_meta_time', '1717923043'),
(611, 167, '_wp_trash_meta_status', 'publish'),
(610, 166, '_wp_trash_meta_time', '1717923008'),
(609, 166, '_wp_trash_meta_status', 'publish'),
(608, 165, '_wp_trash_meta_time', '1717922968'),
(607, 165, '_wp_trash_meta_status', 'publish'),
(606, 164, '_wp_trash_meta_time', '1717922932'),
(605, 164, '_wp_trash_meta_status', 'publish'),
(604, 164, '_edit_lock', '1717922925:1'),
(603, 163, '_wp_trash_meta_time', '1717922909'),
(602, 163, '_wp_trash_meta_status', 'publish'),
(601, 162, '_wp_trash_meta_time', '1717922881'),
(600, 162, '_wp_trash_meta_status', 'publish'),
(599, 161, '_wp_trash_meta_time', '1717922859'),
(598, 161, '_wp_trash_meta_status', 'publish'),
(597, 161, '_edit_lock', '1717922852:1'),
(596, 160, '_wp_trash_meta_time', '1717922443'),
(595, 160, '_wp_trash_meta_status', 'publish'),
(594, 160, '_edit_lock', '1717922415:1'),
(593, 159, '_wp_trash_meta_time', '1717922404'),
(592, 159, '_wp_trash_meta_status', 'publish'),
(591, 159, '_edit_lock', '1717922394:1'),
(590, 158, '_wp_trash_meta_time', '1717922156'),
(589, 158, '_wp_trash_meta_status', 'publish'),
(109, 9, '_wp_trash_meta_status', 'publish'),
(110, 9, '_wp_trash_meta_time', '1717909167'),
(111, 23, '_wp_attached_file', '2024/06/slider1_1.jpg'),
(112, 23, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:675;s:4:"file";s:21:"2024/06/slider1_1.jpg";s:8:"filesize";i:441913;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:21:"slider1_1-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12831;}s:5:"large";a:5:{s:4:"file";s:22:"slider1_1-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:119766;}s:9:"thumbnail";a:5:{s:4:"file";s:21:"slider1_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9342;}s:12:"medium_large";a:5:{s:4:"file";s:21:"slider1_1-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:71124;}s:9:"1536x1536";a:5:{s:4:"file";s:22:"slider1_1-1536x540.jpg";s:5:"width";i:1536;s:6:"height";i:540;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:251171;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(113, 24, '_wp_attached_file', '2024/06/favicon.png'),
(114, 24, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:42;s:6:"height";i:42;s:4:"file";s:19:"2024/06/favicon.png";s:8:"filesize";i:2101;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(115, 25, '_wp_attached_file', '2024/06/favicon-1.png'),
(116, 25, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:42;s:6:"height";i:42;s:4:"file";s:21:"2024/06/favicon-1.png";s:8:"filesize";i:2101;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(117, 26, '_wp_attached_file', '2024/06/banner.jpg'),
(118, 26, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:314;s:6:"height";i:62;s:4:"file";s:18:"2024/06/banner.jpg";s:8:"filesize";i:12181;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:17:"banner-300x59.jpg";s:5:"width";i:300;s:6:"height";i:59;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6755;}s:9:"thumbnail";a:5:{s:4:"file";s:17:"banner-150x62.jpg";s:5:"width";i:150;s:6:"height";i:62;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4373;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"1";s:8:"keywords";a:0:{}}}'),
(119, 27, '_wp_attached_file', '2024/06/logo-1.png'),
(120, 27, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:322;s:6:"height";i:40;s:4:"file";s:18:"2024/06/logo-1.png";s:8:"filesize";i:9564;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:17:"logo-1-300x37.png";s:5:"width";i:300;s:6:"height";i:37;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:9833;}s:9:"thumbnail";a:5:{s:4:"file";s:17:"logo-1-150x40.png";s:5:"width";i:150;s:6:"height";i:40;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:4738;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(121, 28, '_wp_attached_file', '2024/06/bc489ced-b8fa-4efd-a5f8-e845d2448cd1.png'),
(122, 28, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:755;s:6:"height";i:183;s:4:"file";s:48:"2024/06/bc489ced-b8fa-4efd-a5f8-e845d2448cd1.png";s:8:"filesize";i:14840;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:47:"bc489ced-b8fa-4efd-a5f8-e845d2448cd1-300x73.png";s:5:"width";i:300;s:6:"height";i:73;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:7337;}s:9:"thumbnail";a:5:{s:4:"file";s:48:"bc489ced-b8fa-4efd-a5f8-e845d2448cd1-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:3613;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(123, 29, '_wp_attached_file', '2024/06/AsiaHedge.png'),
(124, 29, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:247;s:6:"height";i:129;s:4:"file";s:21:"2024/06/AsiaHedge.png";s:8:"filesize";i:10907;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:21:"AsiaHedge-150x129.png";s:5:"width";i:150;s:6:"height";i:129;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:11336;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(125, 30, '_wp_attached_file', '2024/06/apex.png'),
(126, 30, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:141;s:6:"height";i:136;s:4:"file";s:16:"2024/06/apex.png";s:8:"filesize";i:5843;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(127, 31, '_wp_attached_file', '2024/06/appleby.png'),
(128, 31, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:189;s:6:"height";i:89;s:4:"file";s:19:"2024/06/appleby.png";s:8:"filesize";i:1738;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:18:"appleby-150x89.png";s:5:"width";i:150;s:6:"height";i:89;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:1359;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(129, 32, '_wp_attached_file', '2024/06/MS_HAN.jpg'),
(130, 32, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:520;s:6:"height";i:779;s:4:"file";s:18:"2024/06/MS_HAN.jpg";s:8:"filesize";i:104463;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:18:"MS_HAN-200x300.jpg";s:5:"width";i:200;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:15151;}s:9:"thumbnail";a:5:{s:4:"file";s:18:"MS_HAN-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6870;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(131, 33, '_wp_attached_file', '2024/06/WithIntelligence.jpg'),
(132, 33, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:669;s:6:"height";i:350;s:4:"file";s:28:"2024/06/WithIntelligence.jpg";s:8:"filesize";i:23443;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:28:"WithIntelligence-300x157.jpg";s:5:"width";i:300;s:6:"height";i:157;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6989;}s:9:"thumbnail";a:5:{s:4:"file";s:28:"WithIntelligence-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:4785;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(133, 34, '_wp_attached_file', '2024/06/xgzc.jpg'),
(134, 34, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:600;s:6:"height";i:800;s:4:"file";s:16:"2024/06/xgzc.jpg";s:8:"filesize";i:439630;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:16:"xgzc-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19591;}s:9:"thumbnail";a:5:{s:4:"file";s:16:"xgzc-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7910;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(135, 35, '_wp_attached_file', '2024/06/20180531163717.jpg'),
(136, 35, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:640;s:6:"height";i:640;s:4:"file";s:26:"2024/06/20180531163717.jpg";s:8:"filesize";i:107919;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:26:"20180531163717-300x300.jpg";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:27927;}s:9:"thumbnail";a:5:{s:4:"file";s:26:"20180531163717-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9312;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(137, 36, '_wp_attached_file', '2024/06/20180611130120.jpg'),
(138, 36, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1080;s:6:"height";i:1440;s:4:"file";s:26:"2024/06/20180611130120.jpg";s:8:"filesize";i:145769;s:5:"sizes";a:4:{s:6:"medium";a:5:{s:4:"file";s:26:"20180611130120-225x300.jpg";s:5:"width";i:225;s:6:"height";i:300;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:19322;}s:5:"large";a:5:{s:4:"file";s:27:"20180611130120-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:145739;}s:9:"thumbnail";a:5:{s:4:"file";s:26:"20180611130120-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7429;}s:12:"medium_large";a:5:{s:4:"file";s:27:"20180611130120-768x1024.jpg";s:5:"width";i:768;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:145739;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(139, 37, '_wp_attached_file', '2024/06/silder4_1.jpg'),
(140, 37, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:675;s:4:"file";s:21:"2024/06/silder4_1.jpg";s:8:"filesize";i:378798;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:21:"silder4_1-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:13910;}s:5:"large";a:5:{s:4:"file";s:22:"silder4_1-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:111343;}s:9:"thumbnail";a:5:{s:4:"file";s:21:"silder4_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9233;}s:12:"medium_large";a:5:{s:4:"file";s:21:"silder4_1-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:69269;}s:9:"1536x1536";a:5:{s:4:"file";s:22:"silder4_1-1536x540.jpg";s:5:"width";i:1536;s:6:"height";i:540;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:221031;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(141, 38, '_wp_attached_file', '2024/06/slider1.jpg'),
(142, 38, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:675;s:4:"file";s:19:"2024/06/slider1.jpg";s:8:"filesize";i:629181;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:19:"slider1-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12879;}s:5:"large";a:5:{s:4:"file";s:20:"slider1-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:120201;}s:9:"thumbnail";a:5:{s:4:"file";s:19:"slider1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9393;}s:12:"medium_large";a:5:{s:4:"file";s:19:"slider1-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:71470;}s:9:"1536x1536";a:5:{s:4:"file";s:20:"slider1-1536x540.jpg";s:5:"width";i:1536;s:6:"height";i:540;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:248596;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(143, 39, '_wp_attached_file', '2024/06/slider1_1-1.jpg'),
(144, 39, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:675;s:4:"file";s:23:"2024/06/slider1_1-1.jpg";s:8:"filesize";i:441913;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:23:"slider1_1-1-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:12831;}s:5:"large";a:5:{s:4:"file";s:24:"slider1_1-1-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:119766;}s:9:"thumbnail";a:5:{s:4:"file";s:23:"slider1_1-1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9342;}s:12:"medium_large";a:5:{s:4:"file";s:23:"slider1_1-1-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:71124;}s:9:"1536x1536";a:5:{s:4:"file";s:24:"slider1_1-1-1536x540.jpg";s:5:"width";i:1536;s:6:"height";i:540;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:251171;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(145, 40, '_wp_attached_file', '2024/06/slider2_1.jpg'),
(146, 40, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:675;s:4:"file";s:21:"2024/06/slider2_1.jpg";s:8:"filesize";i:282439;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:21:"slider2_1-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9074;}s:5:"large";a:5:{s:4:"file";s:22:"slider2_1-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:74069;}s:9:"thumbnail";a:5:{s:4:"file";s:21:"slider2_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7044;}s:12:"medium_large";a:5:{s:4:"file";s:21:"slider2_1-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:45386;}s:9:"1536x1536";a:5:{s:4:"file";s:22:"slider2_1-1536x540.jpg";s:5:"width";i:1536;s:6:"height";i:540;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:153540;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(147, 41, '_wp_attached_file', '2024/06/slider3.jpg'),
(148, 41, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1280;s:4:"file";s:19:"2024/06/slider3.jpg";s:8:"filesize";i:406217;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:19:"slider3-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14562;}s:5:"large";a:5:{s:4:"file";s:20:"slider3-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:90835;}s:9:"thumbnail";a:5:{s:4:"file";s:19:"slider3-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6805;}s:12:"medium_large";a:5:{s:4:"file";s:19:"slider3-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:59444;}s:9:"1536x1536";a:5:{s:4:"file";s:21:"slider3-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:163913;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(149, 42, '_wp_attached_file', '2024/06/slider3_1.jpg'),
(150, 42, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:675;s:4:"file";s:21:"2024/06/slider3_1.jpg";s:8:"filesize";i:196969;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:21:"slider3_1-300x105.jpg";s:5:"width";i:300;s:6:"height";i:105;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:9522;}s:5:"large";a:5:{s:4:"file";s:22:"slider3_1-1024x360.jpg";s:5:"width";i:1024;s:6:"height";i:360;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:61462;}s:9:"thumbnail";a:5:{s:4:"file";s:21:"slider3_1-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6762;}s:12:"medium_large";a:5:{s:4:"file";s:21:"slider3_1-768x270.jpg";s:5:"width";i:768;s:6:"height";i:270;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:40128;}s:9:"1536x1536";a:5:{s:4:"file";s:22:"slider3_1-1536x540.jpg";s:5:"width";i:1536;s:6:"height";i:540;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:115475;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(151, 43, '_wp_attached_file', '2024/06/slider4.jpg'),
(152, 43, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1280;s:4:"file";s:19:"2024/06/slider4.jpg";s:8:"filesize";i:897824;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:19:"slider4-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:24422;}s:5:"large";a:5:{s:4:"file";s:20:"slider4-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:197206;}s:9:"thumbnail";a:5:{s:4:"file";s:19:"slider4-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:10536;}s:12:"medium_large";a:5:{s:4:"file";s:19:"slider4-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:122668;}s:9:"1536x1536";a:5:{s:4:"file";s:21:"slider4-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:375983;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(153, 44, '_wp_attached_file', '2024/06/tech-detail.png'),
(154, 44, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:191;s:6:"height";i:158;s:4:"file";s:23:"2024/06/tech-detail.png";s:8:"filesize";i:3435;s:5:"sizes";a:1:{s:9:"thumbnail";a:5:{s:4:"file";s:23:"tech-detail-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:14650;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(155, 45, '_wp_attached_file', '2024/06/cropped-favicon.png'),
(156, 45, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:512;s:6:"height";i:512;s:4:"file";s:27:"2024/06/cropped-favicon.png";s:8:"filesize";i:7783;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:27:"cropped-favicon-300x300.png";s:5:"width";i:300;s:6:"height";i:300;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:7497;}s:9:"thumbnail";a:5:{s:4:"file";s:27:"cropped-favicon-150x150.png";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:5206;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(157, 46, '_wp_attached_file', '2024/06/JMDCPA.png'),
(158, 46, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:341;s:6:"height";i:148;s:4:"file";s:18:"2024/06/JMDCPA.png";s:8:"filesize";i:5125;s:5:"sizes";a:2:{s:6:"medium";a:5:{s:4:"file";s:18:"JMDCPA-300x130.png";s:5:"width";i:300;s:6:"height";i:130;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:17129;}s:9:"thumbnail";a:5:{s:4:"file";s:18:"JMDCPA-150x148.png";s:5:"width";i:150;s:6:"height";i:148;s:9:"mime-type";s:9:"image/png";s:8:"filesize";i:7243;}}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:0:"";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(159, 47, '_wp_attached_file', '2024/06/HLB.jpg'),
(160, 47, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:135;s:6:"height";i:129;s:4:"file";s:15:"2024/06/HLB.jpg";s:8:"filesize";i:11068;s:5:"sizes";a:0:{}s:10:"image_meta";a:12:{s:8:"aperture";s:1:"0";s:6:"credit";s:7:"itadmin";s:6:"camera";s:0:"";s:7:"caption";s:0:"";s:17:"created_timestamp";s:10:"1659021112";s:9:"copyright";s:0:"";s:12:"focal_length";s:1:"0";s:3:"iso";s:1:"0";s:13:"shutter_speed";s:1:"0";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(161, 48, '_wp_attached_file', '2024/06/slider5.jpg'),
(162, 48, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1280;s:4:"file";s:19:"2024/06/slider5.jpg";s:8:"filesize";i:622356;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:19:"slider5-300x200.jpg";s:5:"width";i:300;s:6:"height";i:200;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:17710;}s:5:"large";a:5:{s:4:"file";s:20:"slider5-1024x683.jpg";s:5:"width";i:1024;s:6:"height";i:683;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:137803;}s:9:"thumbnail";a:5:{s:4:"file";s:19:"slider5-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:7942;}s:12:"medium_large";a:5:{s:4:"file";s:19:"slider5-768x512.jpg";s:5:"width";i:768;s:6:"height";i:512;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:85815;}s:9:"1536x1536";a:5:{s:4:"file";s:21:"slider5-1536x1024.jpg";s:5:"width";i:1536;s:6:"height";i:1024;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:260865;}}s:10:"image_meta";a:12:{s:8:"aperture";s:3:"3.8";s:6:"credit";s:0:"";s:6:"camera";s:10:"DMC-FZ1000";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:5:"35.42";s:3:"iso";s:3:"320";s:13:"shutter_speed";s:6:"0.0125";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(163, 49, '_wp_attached_file', '2024/06/slider2.jpg'),
(164, 49, '_wp_attachment_metadata', 'a:6:{s:5:"width";i:1920;s:6:"height";i:1275;s:4:"file";s:19:"2024/06/slider2.jpg";s:8:"filesize";i:577337;s:5:"sizes";a:5:{s:6:"medium";a:5:{s:4:"file";s:19:"slider2-300x199.jpg";s:5:"width";i:300;s:6:"height";i:199;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:14153;}s:5:"large";a:5:{s:4:"file";s:20:"slider2-1024x680.jpg";s:5:"width";i:1024;s:6:"height";i:680;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:120292;}s:9:"thumbnail";a:5:{s:4:"file";s:19:"slider2-150x150.jpg";s:5:"width";i:150;s:6:"height";i:150;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:6809;}s:12:"medium_large";a:5:{s:4:"file";s:19:"slider2-768x510.jpg";s:5:"width";i:768;s:6:"height";i:510;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:73283;}s:9:"1536x1536";a:5:{s:4:"file";s:21:"slider2-1536x1020.jpg";s:5:"width";i:1536;s:6:"height";i:1020;s:9:"mime-type";s:10:"image/jpeg";s:8:"filesize";i:238869;}}s:10:"image_meta";a:12:{s:8:"aperture";s:2:"10";s:6:"credit";s:0:"";s:6:"camera";s:9:"NIKON D90";s:7:"caption";s:0:"";s:17:"created_timestamp";s:1:"0";s:9:"copyright";s:0:"";s:12:"focal_length";s:2:"85";s:3:"iso";s:3:"200";s:13:"shutter_speed";s:4:"0.01";s:5:"title";s:0:"";s:11:"orientation";s:1:"0";s:8:"keywords";a:0:{}}}'),
(165, 50, '_edit_lock', '1717910381:1'),
(166, 50, '_wp_trash_meta_status', 'publish'),
(167, 50, '_wp_trash_meta_time', '1717910393'),
(168, 51, '_edit_lock', '1717910441:1'),
(169, 51, '_wp_trash_meta_status', 'publish'),
(170, 51, '_wp_trash_meta_time', '1717910477'),
(171, 52, '_wp_trash_meta_status', 'publish'),
(172, 52, '_wp_trash_meta_time', '1717910524'),
(327, 95, '_menu_item_target', ''),
(326, 95, '_menu_item_object', 'page'),
(325, 95, '_menu_item_object_id', '57'),
(324, 95, '_menu_item_menu_item_parent', '0'),
(323, 95, '_menu_item_type', 'post_type'),
(322, 93, '_wp_trash_meta_time', '1717912586'),
(321, 93, '_wp_trash_meta_status', 'publish'),
(320, 93, '_edit_lock', '1717912575:1'),
(319, 92, '_wp_trash_meta_time', '1717912388'),
(318, 92, '_wp_trash_meta_status', 'publish'),
(189, 53, '_wp_trash_meta_status', 'publish'),
(190, 53, '_wp_trash_meta_time', '1717910598'),
(191, 8, '_edit_lock', '1717910574:1'),
(192, 57, '_edit_lock', '1717917588:1'),
(193, 57, '_edit_last', '1'),
(194, 59, '_wp_trash_meta_status', 'publish'),
(195, 59, '_wp_trash_meta_time', '1717910846'),
(196, 60, '_edit_lock', '1717910985:1'),
(197, 60, '_wp_trash_meta_status', 'publish'),
(198, 60, '_wp_trash_meta_time', '1717911017'),
(199, 61, '_edit_lock', '1717911045:1'),
(200, 61, '_wp_trash_meta_status', 'publish'),
(201, 61, '_wp_trash_meta_time', '1717911054'),
(202, 62, '_edit_lock', '1717911217:1'),
(203, 62, '_wp_trash_meta_status', 'publish'),
(204, 62, '_wp_trash_meta_time', '1717911221'),
(205, 63, '_edit_lock', '1717917515:1'),
(206, 63, '_edit_last', '1'),
(207, 65, '_edit_lock', '1717911338:1'),
(208, 66, '_edit_lock', '1717917831:1'),
(209, 66, '_edit_last', '1'),
(210, 68, '_edit_lock', '1717917702:1'),
(211, 68, '_edit_last', '1'),
(212, 70, '_edit_lock', '1717917653:1'),
(213, 70, '_edit_last', '1'),
(214, 72, '_edit_lock', '1717917768:1'),
(215, 72, '_edit_last', '1'),
(216, 74, '_edit_lock', '1717926375:1'),
(217, 74, '_edit_last', '1'),
(218, 76, '_edit_lock', '1717925668:1'),
(219, 76, '_edit_last', '1'),
(220, 78, '_edit_lock', '1717911662:1'),
(221, 78, '_edit_last', '1'),
(222, 80, '_edit_lock', '1718200213:1'),
(223, 80, '_edit_last', '1'),
(224, 78, '_wp_trash_meta_status', 'publish'),
(225, 78, '_wp_trash_meta_time', '1717911765'),
(226, 78, '_wp_desired_post_slug', '%e4%b8%ad%e8%b2%a1%e8%97%8d%e9%af%a8%e5%9f%ba%e9%87%91-%e5%89%8d%e5%90%8d%e4%b8%ad%e8%b2%a1%e9%87%8f%e5%8c%96i%e8%99%9f%e5%b0%8d%e6%b2%96%e5%9f%ba%e9%87%91'),
(881, 214, '_ninja_table_caption', ''),
(882, 215, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2021";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(237, 83, '_menu_item_type', 'post_type'),
(238, 83, '_menu_item_menu_item_parent', '86'),
(239, 83, '_menu_item_object_id', '76'),
(240, 83, '_menu_item_object', 'page'),
(241, 83, '_menu_item_target', ''),
(242, 83, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(243, 83, '_menu_item_xfn', ''),
(244, 83, '_menu_item_url', ''),
(329, 95, '_menu_item_xfn', ''),
(246, 84, '_menu_item_type', 'post_type'),
(247, 84, '_menu_item_menu_item_parent', '86'),
(248, 84, '_menu_item_object_id', '74'),
(249, 84, '_menu_item_object', 'page'),
(250, 84, '_menu_item_target', ''),
(251, 84, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(252, 84, '_menu_item_xfn', ''),
(253, 84, '_menu_item_url', ''),
(255, 85, '_menu_item_type', 'post_type'),
(256, 85, '_menu_item_menu_item_parent', '89'),
(257, 85, '_menu_item_object_id', '72'),
(258, 85, '_menu_item_object', 'page'),
(259, 85, '_menu_item_target', ''),
(260, 85, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(261, 85, '_menu_item_xfn', ''),
(262, 85, '_menu_item_url', ''),
(332, 96, '_menu_item_type', 'post_type'),
(264, 86, '_menu_item_type', 'post_type'),
(265, 86, '_menu_item_menu_item_parent', '0'),
(266, 86, '_menu_item_object_id', '70'),
(267, 86, '_menu_item_object', 'page'),
(268, 86, '_menu_item_target', ''),
(269, 86, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(270, 86, '_menu_item_xfn', ''),
(271, 86, '_menu_item_url', ''),
(330, 95, '_menu_item_url', ''),
(273, 87, '_menu_item_type', 'post_type'),
(274, 87, '_menu_item_menu_item_parent', '0'),
(275, 87, '_menu_item_object_id', '68'),
(276, 87, '_menu_item_object', 'page'),
(277, 87, '_menu_item_target', ''),
(278, 87, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(279, 87, '_menu_item_xfn', ''),
(280, 87, '_menu_item_url', ''),
(331, 95, '_menu_item_orphaned', '1717912753'),
(282, 88, '_menu_item_type', 'post_type'),
(283, 88, '_menu_item_menu_item_parent', '0'),
(284, 88, '_menu_item_object_id', '66'),
(285, 88, '_menu_item_object', 'page'),
(286, 88, '_menu_item_target', ''),
(287, 88, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(288, 88, '_menu_item_xfn', ''),
(289, 88, '_menu_item_url', ''),
(328, 95, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(291, 89, '_menu_item_type', 'post_type'),
(292, 89, '_menu_item_menu_item_parent', '0'),
(293, 89, '_menu_item_object_id', '63'),
(294, 89, '_menu_item_object', 'page'),
(295, 89, '_menu_item_target', ''),
(296, 89, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(297, 89, '_menu_item_xfn', ''),
(298, 89, '_menu_item_url', ''),
(334, 96, '_menu_item_object_id', '57'),
(341, 97, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:3:"key";s:4:"year";s:4:"name";s:4:"YEAR";s:11:"breakpoints";s:0:"";s:10:"dateFormat";s:0:"";s:19:"enable_html_content";s:5:"false";s:19:"header_html_content";s:0:"";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:10:"timeFormat";s:0:"";s:14:"force_download";s:0:"";s:9:"data_type";s:4:"text";}i:1;a:15:{s:3:"key";s:10:"monthlynav";s:4:"name";s:11:"Monthly NAV";s:11:"breakpoints";s:0:"";s:10:"dateFormat";s:0:"";s:19:"enable_html_content";s:5:"false";s:19:"header_html_content";s:0:"";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:10:"timeFormat";s:0:"";s:14:"force_download";s:0:"";s:9:"data_type";s:6:"number";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:3:"key";s:6:"ytdnav";s:4:"name";s:7:"YTD NAV";s:11:"breakpoints";s:0:"";s:10:"dateFormat";s:0:"";s:19:"enable_html_content";s:5:"false";s:19:"header_html_content";s:0:"";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:10:"timeFormat";s:0:"";s:14:"force_download";s:0:"";s:9:"data_type";s:6:"number";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(335, 96, '_menu_item_object', 'page'),
(309, 91, '_menu_item_type', 'post_type'),
(310, 91, '_menu_item_menu_item_parent', '89'),
(311, 91, '_menu_item_object_id', '63'),
(312, 91, '_menu_item_object', 'page'),
(313, 91, '_menu_item_target', ''),
(314, 91, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(315, 91, '_menu_item_xfn', ''),
(316, 91, '_menu_item_url', ''),
(333, 96, '_menu_item_menu_item_parent', '0'),
(336, 96, '_menu_item_target', ''),
(337, 96, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(338, 96, '_menu_item_xfn', ''),
(339, 96, '_menu_item_url', ''),
(342, 97, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(343, 97, '_ninja_table_cache_object', 'a:13:{i:0;a:4:{s:4:"year";s:3:"JAN";s:10:"monthlynav";s:6:"-36.78";s:6:"ytdnav";s:6:"-36.78";s:8:"___id___";i:1;}i:1;a:4:{s:4:"year";s:3:"FEB";s:10:"monthlynav";s:6:"-24.83";s:6:"ytdnav";s:6:"-52.48";s:8:"___id___";i:2;}i:2;a:4:{s:4:"year";s:3:"MAR";s:10:"monthlynav";s:4:"2.54";s:6:"ytdnav";s:6:"-51.27";s:8:"___id___";i:3;}i:3;a:4:{s:4:"year";s:3:"APR";s:10:"monthlynav";s:6:"-31.90";s:6:"ytdnav";s:6:"-66.81";s:8:"___id___";i:4;}i:4;a:4:{s:4:"year";s:3:"MAY";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:5;}i:5;a:4:{s:4:"year";s:3:"JUN";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:6;}i:6;a:4:{s:4:"year";s:3:"JUL";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:7;}i:7;a:4:{s:4:"year";s:3:"AUG";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:8;}i:8;a:4:{s:4:"year";s:3:"SEP";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:9;}i:9;a:4:{s:4:"year";s:3:"OCT";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:10;}i:10;a:4:{s:4:"year";s:3:"NOV";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:11;}i:11;a:4:{s:4:"year";s:3:"DEC";s:10:"monthlynav";s:1:"0";s:6:"ytdnav";s:1:"0";s:8:"___id___";i:12;}i:12;a:4:{s:4:"year";s:13:"Year till now";s:10:"monthlynav";s:6:"-66.81";s:6:"ytdnav";s:6:"-66.81";s:8:"___id___";i:13;}}'),
(344, 97, '_ninja_table_cache_html', ''),
(345, 97, '_external_cached_data', ''),
(346, 97, '_last_external_cached_time', ''),
(347, 97, '__ninja_cached_table_html', ''),
(348, 97, '_last_edited_by', '1'),
(349, 97, '_last_edited_time', '2024-06-09 06:01:38'),
(350, 98, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:3:"key";s:4:"year";s:4:"name";s:4:"YEAR";s:11:"breakpoints";s:0:"";s:10:"dateFormat";s:0:"";s:19:"enable_html_content";s:5:"false";s:19:"header_html_content";s:0:"";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:10:"timeFormat";s:0:"";s:14:"force_download";s:0:"";s:9:"data_type";s:4:"text";}i:1;a:15:{s:3:"key";s:3:"224";s:4:"name";s:4:"2024";s:11:"breakpoints";s:0:"";s:10:"dateFormat";s:0:"";s:19:"enable_html_content";s:5:"false";s:19:"header_html_content";s:0:"";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:10:"timeFormat";s:0:"";s:14:"force_download";s:0:"";s:9:"data_type";s:6:"number";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(351, 98, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(352, 98, '_ninja_table_cache_object', 'a:12:{i:0;a:3:{s:4:"year";s:3:"JAN";i:224;s:10:"2002.0764 ";s:8:"___id___";i:14;}i:1;a:3:{s:4:"year";s:3:"FEB";i:224;s:10:"1505.0430 ";s:8:"___id___";i:15;}i:2;a:3:{s:4:"year";s:3:"MAR";i:224;s:10:"1543.2951 ";s:8:"___id___";i:16;}i:3;a:3:{s:4:"year";s:3:"APR";i:224;s:10:"1051.0342 ";s:8:"___id___";i:17;}i:4;a:3:{s:4:"year";s:3:"MAY";i:224;s:0:"";s:8:"___id___";i:18;}i:5;a:3:{s:4:"year";s:3:"JUN";i:224;s:0:"";s:8:"___id___";i:19;}i:6;a:3:{s:4:"year";s:3:"JUL";i:224;s:0:"";s:8:"___id___";i:20;}i:7;a:3:{s:4:"year";s:3:"AUG";i:224;s:0:"";s:8:"___id___";i:21;}i:8;a:3:{s:4:"year";s:3:"SEP";i:224;s:0:"";s:8:"___id___";i:22;}i:9;a:3:{s:4:"year";s:3:"OCT";i:224;s:0:"";s:8:"___id___";i:23;}i:10;a:3:{s:4:"year";s:3:"NOV";i:224;s:0:"";s:8:"___id___";i:24;}i:11;a:3:{s:4:"year";s:3:"DEC";i:224;s:0:"";s:8:"___id___";i:25;}}'),
(353, 98, '_ninja_table_cache_html', ''),
(354, 98, '_external_cached_data', ''),
(355, 98, '_last_external_cached_time', ''),
(356, 98, '__ninja_cached_table_html', ''),
(357, 98, '_last_edited_by', '1'),
(358, 98, '_last_edited_time', '2024-06-09 07:46:44'),
(359, 99, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2024年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2024年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(360, 99, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(361, 99, '_ninja_table_cache_object', 'a:13:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:6:"-36.78";s:7:"ytd_nav";s:6:"-36.78";s:8:"___id___";i:39;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:6:"-24.83";s:7:"ytd_nav";s:6:"-52.48";s:8:"___id___";i:40;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:4:"2.54";s:7:"ytd_nav";s:6:"-51.27";s:8:"___id___";i:41;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:5:"-31.9";s:7:"ytd_nav";s:6:"-66.81";s:8:"___id___";i:42;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:43;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:44;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:45;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:46;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:47;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:48;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:49;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:1:"0";s:7:"ytd_nav";s:1:"0";s:8:"___id___";i:50;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:6:"-66.81";s:7:"ytd_nav";s:6:"-66.81";s:8:"___id___";i:51;}}'),
(362, 99, '_ninja_table_cache_html', ''),
(363, 99, '_external_cached_data', ''),
(364, 99, '_last_external_cached_time', ''),
(365, 99, '__ninja_cached_table_html', ''),
(366, 99, '_last_edited_by', '1'),
(367, 99, '_last_edited_time', '2024-06-12 11:57:08'),
(692, 194, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2022";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(368, 100, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2024";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(369, 100, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}');
INSERT INTO `wptd_postmeta` VALUES
(370, 100, '_ninja_table_cache_object', 'a:12:{i:0;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"2002.0764";s:8:"___id___";i:76;}i:1;a:3:{s:5:"month";s:4:"2月";i:2024;s:8:"1505.043";s:8:"___id___";i:77;}i:2;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1543.2951";s:8:"___id___";i:78;}i:3;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1051.0342";s:8:"___id___";i:79;}i:4;a:3:{s:5:"month";s:4:"5月";i:2024;s:0:"";s:8:"___id___";i:80;}i:5;a:3:{s:5:"month";s:4:"6月";i:2024;s:0:"";s:8:"___id___";i:81;}i:6;a:3:{s:5:"month";s:4:"7月";i:2024;s:0:"";s:8:"___id___";i:82;}i:7;a:3:{s:5:"month";s:4:"8月";i:2024;s:0:"";s:8:"___id___";i:83;}i:8;a:3:{s:5:"month";s:4:"9月";i:2024;s:0:"";s:8:"___id___";i:84;}i:9;a:3:{s:5:"month";s:5:"10月";i:2024;s:0:"";s:8:"___id___";i:85;}i:10;a:3:{s:5:"month";s:5:"11月";i:2024;s:0:"";s:8:"___id___";i:86;}i:11;a:3:{s:5:"month";s:5:"12月";i:2024;s:0:"";s:8:"___id___";i:87;}}'),
(371, 100, '_ninja_table_cache_html', ''),
(372, 100, '_external_cached_data', ''),
(373, 100, '_last_external_cached_time', ''),
(374, 100, '__ninja_cached_table_html', ''),
(375, 100, '_last_edited_by', '1'),
(376, 100, '_last_edited_time', '2024-06-09 07:47:35'),
(386, 102, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:3:{i:0;a:6:{s:18:"tabs_content_title";s:4:"Info";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:4574:"<strong>Zhongcai Marine Whale Fund SP [Formerly known as Zhongcai Algorithm Long Short Fund Series One SP]</strong>\r\n<div>Zhongcai Marine Whale Fund SP was formerly known as Zhongcai Algorithm Long Short Fund Series One SP ("The Fund") the establishment of the fund, Zhongcai Asset Management Limited ("ZAML") appointed Mr. Ge Pei Kun as the fund manager, to manage all investment decisions of Zhongcai Algorithm Long Short Fund Series One SP from April 2018 to May 2022. In June 2022, with the unanimous approval of ZAML and Board of Directors of the fund, to officially change the name of the fund from Zhongcai Algorithm Long Short Fund Series One SP to Zhongcai Marine Whale Fund SP in July 2022.</div>\r\n<div></div>\r\n<div>Zhongcai Marine Whale Fund SP is honored for having Mr. Bian Ximing, the Chairman of the Board of Directors of Zhongcai Group and the Company''s major shareholder, to lead the fund. At the same time, the fund appointed Ms. Han Shiyun, the Director and responsible officer of ZAML, as the Fund Portfolio Manager to manage all investment decisions, subscription, redemption and other fund related matters.</div>\r\n<strong>Fund Introduction</strong>\r\n<div>Zhongcai Marine Whale Fund SP is investing in global markets including the Greater China market. Derivative instruments can be used for investment purpose. The long-short strategy is used to pursue absolute returns. The fund has no fixed benchmark for performance.</div>\r\n<div><strong>Fund Service Providers</strong></div>\r\n<img class="alignnone size-full wp-image-177" src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/apex.png" alt="" width="141" height="136" />\r\n\r\nApex Fund Services\r\n\r\n<img class="alignnone size-full wp-image-178" src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/appleby.png" alt="" width="189" height="89" />\r\n\r\nAPPLEBY\r\n\r\n<img class="alignnone size-medium wp-image-253" src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/JMDCPA-300x130.png" alt="" width="300" height="130" />\r\n\r\nJMD &amp; Partners CPA Limited\r\n<div>\r\n\r\n<strong>Investment Style</strong>\r\n\r\nThe fund manager will adjust the position ratio and holding period based on the value judgment of the different periods of the position variety.\r\n\r\n<strong>Investment Strategy</strong>\r\n\r\nThe fund manager will take appropriate investment directions according to market trends and external factors in determining which investments to invest in, in order to achieve long term capital gains.\r\n\r\n<strong>Investment Risk</strong>\r\n\r\nThe fund is subject to derivatives, leverage and short selling risks. The value of the fund is subject to potentially significant volatility and the risks associated with related counterparty, so it may fluctuate significantly in a short period of time and investor may lost all of the investment.\r\n\r\n</div>\r\n&nbsp;\r\n<div>\r\n\r\n<strong>Fees</strong>\r\n\r\nSubscription fee: N/A\r\n\r\nRedemption Fee: N/A\r\n\r\nManagement Fee: 1% p.a.\r\n\r\nPerformance Fee: The performance fee is equal to (i) 8% (in the case where the Appreciation (as defined below) is below 50%) AND (ii) 16% (in the case where the Appreciation is equal to or above 50%) of the appreciation of the Net Asset Value attributable to each Series of Shares above the High Water Mark.\r\n\r\n</div>\r\n&nbsp;\r\n<div>\r\n\r\n<strong>Subscription and Redemption</strong>\r\n<ol>\r\n 	<li style="list-style-type: none">\r\n<ol>\r\n 	<li style="list-style-type: none">\r\n<ol>\r\n 	<li>The minimum initial investment for each investor is HK$780,000 and the minimum additional investment for an existing Shareholder is HK$400,000. Shares may be purchased on the first Business Day of each calendar month (each a â€œSubscription Dayâ€) at a subscription price of HK$1,000 per Share.</li>\r\n</ol>\r\n</li>\r\n</ol>\r\n</li>\r\n 	<li>Shareholders may not request the redemption of any Shares prior to the expiry of six (6) months following the date of issue of the relevant Shares. Except as provided herein, a Shareholder may request redemption of all or part of its Shares as of the first Business Day of January, April, July or October.</li>\r\n</ol>\r\n<em>The above information is from Zhongcai Asset Management Limited ("ZAML"). ZAML cannot guarantee any accuracy, validity, timeliness or completeness of information. ZAML has expressly refused to recognize any commercial protection, or the appropriateness or liability of a particular purpose. The above information is for reference only. All the terms of the fund will be subject to the Offering Memorandum and the Supplement to the Offering Memorandum.</em>\r\n\r\n</div>";}i:1;a:6:{s:18:"tabs_content_title";s:15:"Net Asset Value";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:761:"<strong>Net Asset Value</strong>\r\n\r\nZhongcai Marine Whale Fund SP [Formerly known as Zhongcai Algorithm Long Short Fund Series One SP]\r\n\r\nFrom 1 July 2022, the fund is oversee by Mr. Bian Ximing, the Chairman of the Board of Directors of Zhongcai Group and the Company''s major shareholder. Ms. Han Shiyun, the responsible officer, is appointed as the Fund Portfolio Manager.\r\n\r\n<em>\r\n* Regarding the Net Asset Value (NAV): The NAV from April 2018 to June 2022 belongs to Zhongcai Algorithm Long Short Fund Series One SP. Zhongcai Algorithm Long Short Fund Series One SP was renamed to Zhongcai Marine Whale Fund SP with additional subscription on 1 July 2022. The NAV of Zhongcai Marine Whale Fund SP will be reflected since July 2022.</em>\r\n\r\n[wptabs id="103"]";}i:2;a:6:{s:18:"tabs_content_title";s:8:"Document";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:556:"<strong>Zhongcai Marine Whale Fund SP [Formerly known as Zhongcai Algorithm Long Short Fund Series One SP]</strong>\r\n<div>For inquiries regarding Zhongcai Marine Whale Fund SP, such as fund introduction, subscription or redemption issues, assessment for professional investor or investment preference analysis, please contact us via the following information or enter your contact details below.\r\n</div>\r\n\r\n<div>enquiries@zhongcai-am.com</div>\r\n<br>\r\n<a class="email-button" href="mailto:enquiries@zhongcai-am.com"><button>Contact Us</button></a>\r\n\r\n</div>";}}}'),
(385, 102, '_edit_lock', '1718204633:1'),
(384, 102, '_edit_last', '1'),
(387, 102, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(388, 103, '_edit_last', '1'),
(389, 103, '_edit_lock', '1717918977:1'),
(390, 103, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:3:{i:0;a:6:{s:18:"tabs_content_title";s:4:"2024";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:116:"NAV RETURN\r\n[ninja_tables id="97"]\r\n[ninja_charts id="1"]\r\nNAV AMOUNT\r\n[ninja_tables id="98"]\r\n[ninja_charts id="2"]";}i:1;a:6:{s:18:"tabs_content_title";s:4:"2023";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:4:"2023";}i:2;a:6:{s:18:"tabs_content_title";s:4:"2022";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:4:"2022";}}}'),
(391, 103, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(392, 104, '_edit_last', '1'),
(393, 104, '_edit_lock', '1718204450:1'),
(394, 104, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:3:{i:0;a:6:{s:18:"tabs_content_title";s:12:"基金概况";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:3597:"<strong>中财蓝鲸基金 [前名中财量化I号(对冲)基金]</strong>\r\n\r\n中财蓝鲸基金前为中财量化I 号（对冲）基金（简称基金），自基金成立至今一直委任中财资产管理有限公司为基金经理，有关中财量化I 号（对冲）基金由2018年4月开始至2022 年5月末一直委任葛培堃为基金的投资组合经理。其后，于2022 年6月，基金在得到中财资产管理有限公司及基金董事局的一致通过下，决定于2022 年7月把中财量化I 号（对冲）基金正式改名为中财蓝鲸基金。\r\n本公司十分荣幸，中财蓝鲸基金能够得到中财集团董事局主席及公司大股东边锡明先生的亲身督导及主抓基金工作，与此同时，中财蓝鲸基金委任了中财资产管理有限公司的董事及负责人员韩士筠小姐出任中财蓝鲸基金的投资组合基金经理，韩士筠小姐将全权负责及处理中财蓝鲸基金的投资决策及申赎等事宜。\r\n\r\n<strong>基金简介</strong>\r\n中财蓝鲸基金投资包括大中华市场在内的全球标的，可采用衍生工具作投资用途，运用多空策略追求绝对收益，基金无固定业绩作比较标准。\r\n\r\n<strong>基金服务提供方</strong>\r\n<table style="width: 100%">\r\n<tbody>\r\n<tr>\r\n<td>Apex Fund Services</td>\r\n<td>APPLEBY</td>\r\n<td>汇业博雅会计师事务所</td>\r\n</tr>\r\n<tr>\r\n<td><img class="wp-image-30 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/apex.png" alt="" width="141" height="136" /></td>\r\n<td><img class="wp-image-31 size-full" style="font-style: inherit;font-weight: 600" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/appleby.png" alt="" width="189" height="89" /></td>\r\n<td><img class="wp-image-47 size-full" style="font-style: inherit;font-weight: 600" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/HLB.jpg" alt="" width="135" height="129" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>投资风格</strong>\r\n基金经理会根据对持仓品种不同周期的价值判断，动态调整持仓比例以及持有周期。\r\n\r\n<strong>投资策略</strong>\r\n基金经理将按市场走势及大环境因素采取合适投资方向，实现长期资本收益。\r\n\r\n<strong>投资风险</strong>\r\n本基金须承受衍生工具、杠杆及沽空风险。本基金的价格须承受潜在显着波幅及相关交易对象风险，故可能会在短时间内大幅波动，投资者有可能损失全部投资。\r\n收费情况\r\n认购费：无\r\n赎回费：无\r\n管理费：1%每年\r\n表现费：如果当年基金盈利不超过50%，则按总盈利的8%收取表现费；如果当年基金盈利超过50%且高于高水位线，则收取16%的表现费。\r\n\r\n<strong>申赎规则</strong>\r\n1.每位投资者的最低初始认购金额为$780,000港元，现有股东的最低追加认购金额为$400,000港元。股份可于每个历月的第一个营业日以每股$1,000 港元认购或追加认购．\r\n2.基金在认购后有6个月的锁定期，在锁定期内不能赎回。之后，股东可以在1, 4, 7, 10月的第一个工作天要求赎回部分或者全部基金股份。\r\n\r\n以上资料均来自中财资产管理，但中财资产管理不能﹐亦不会就任何讯息或讯息的准确性、有效性、及时性或完整性作出任何保证。中财资产管理明确地拒绝承认任何商业保护﹐或某特定目的之适当性或承担任何责任。以上资料仅供参考，有关基金条款一切会依照基金的发行备忘录及补充备忘录为准。";}i:1;a:6:{s:18:"tabs_content_title";s:12:"基金净值";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:2580:"<strong>基金净值</strong>\r\n\r\n中财蓝鲸基金\r\n该基金于2022年7月1日开始，由中财集团董事局主席及公司大股东边锡明先生亲自主抓基金工作，并由负责人员韩士筠小姐出任投资组合基金经理。\r\n*关于基金净值：由2018年４月至2022年６月属中财量化I号(对冲)基金的基金净值。中财量化I号(对冲)基金于2022年7月1日正式更名为中财蓝鲸基金及新增认购；因此，中财蓝鲸基金的基金净值将于2022 年7月开始反映。\r\n\r\n[wptabs id="105"]\r\n\r\n重要信息：投资涉及风险。过往业绩并不表示将来的回报。投资产品的价格及其收益可升亦可跌。在若干情况下，投资者可能无法收回全部投资金额。投资者在认购基金之前，应参考基金说明书的风险因素及联络本公司的持牌代表，本公司将与投资者解释基金的详细情况并与客户进行风险评估，以评估投资者是否合适认购本基金，务求让投资者能获取更多基金详情。关于上表的除费后基金净值百分比变化，当中计算是包括当月的新增资金及扣除赎回资金，至于除费后基金净值与2022年7月1日比较的数据，单位均以1000为基础作计算比较，网站上的所有数据及百分比计算仅供参考用途，投资者不应单靠网站上的信息作出任何投资决定。投资者于不同时间认购或追加的股份均单独进行结算。最终结算方式以基金行政计算方法为准。关于实际的基金净值/每股股值应按投资者各自的持股单位/比例及当月的基金净值表现进行独立计算。若投资者希望索取更多关于本基金的资料，如：基金总发行股数、每股平均股值及基金收费等，可直接联络本公司持牌代表索取更详尽更具体的基金概况信息，本公司建议投资者在决定认购前应详细了解基金的情况或咨询独立财务及专业顾问的意见。本中文译本仅供参考之用。如中文译本之文义与英文原文有歧义，概以英文原文为准。中财资产管理不能，亦不会就任何讯息或讯息的准确性、有效性、及时性或完整性作出任何保证。中财资管将保留于任何时候更改网站上的任何数据及任何数据的权利，中财资管明确地拒绝承认任何商业保护，或某特定目的之适当性或承担任何责任。本网站上的讯息，仅按当时情况而提供，其所包含或表达的一切讯息或意见，如有任何变更，恕不预先通知。\r\n\r\n&nbsp;";}i:2;a:6:{s:18:"tabs_content_title";s:12:"资料文件";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:436:"<strong>中财藍鲸基金 [前名中財量化I號(對沖)基金]</strong>\r\n<div>\r\n\r\n有关中财藍鲸基金的咨询，如基金介绍、申购或赎回问题、专业投资者评估或投资偏好分析等，请通过以下信息联系我们或在下面输入您的联系方式。\r\n<div>enquiries@zhongcai-am.com</div>\r\n<br>\r\n<a class="email-button" href="mailto:enquiries@zhongcai-am.com"><button>联系我们</button></a>\r\n\r\n</div>";}}}'),
(672, 128, '_wp_old_date', '2024-06-09'),
(673, 129, '_wp_old_date', '2024-06-09'),
(674, 130, '_wp_old_date', '2024-06-09'),
(395, 104, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(396, 105, '_edit_last', '1'),
(397, 105, '_edit_lock', '1718204402:1'),
(398, 105, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:7:{i:0;a:6:{s:18:"tabs_content_title";s:4:"2024";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:291:"<strong>除费后基金净值百分比变化（%）</strong>\r\n[ninja_tables id="99"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="3"]\r\n\r\n&nbsp;\r\n\r\n<strong>除费后基金净值与2022年7月1日作比较：</strong>\r\n[ninja_tables id="100"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="4"]";}i:1;a:6:{s:18:"tabs_content_title";s:4:"2023";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:280:"<strong>除费后基金月净值（%）</strong>\r\n[ninja_tables id="196"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="5"]\r\n\r\n&nbsp;\r\n\r\n<strong>除费后基金净值与2022年7月1日作比较：</strong>\r\n[ninja_tables id="199"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="6"]";}i:2;a:6:{s:18:"tabs_content_title";s:4:"2022";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:280:"<strong>除费后基金月净值（%）</strong>\r\n[ninja_tables id="195"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="7"]\r\n\r\n&nbsp;\r\n\r\n<strong>除费后基金净值与2022年7月1日作比较：</strong>\r\n[ninja_tables id="201"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="8"]";}i:3;a:6:{s:18:"tabs_content_title";s:4:"2021";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:281:"<strong>除费后基金月净值（%）</strong>\r\n[ninja_tables id="202"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="9"]\r\n\r\n&nbsp;\r\n\r\n<strong>除费后基金净值与2022年7月1日作比较：</strong>\r\n[ninja_tables id="204"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="11"]";}i:4;a:6:{s:18:"tabs_content_title";s:4:"2020";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:282:"<strong>除费后基金月净值（%）</strong>\r\n[ninja_tables id="205"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="12"]\r\n\r\n&nbsp;\r\n\r\n<strong>除费后基金净值与2022年7月1日作比较：</strong>\r\n[ninja_tables id="206"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="13"]";}i:5;a:6:{s:18:"tabs_content_title";s:4:"2019";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:295:"<strong>除费后基金月净值（%）</strong>\r\n[ninja_tables id="207"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="14"]\r\n\r\n&nbsp;\r\n\r\n<strong>除费后基金净值与2022年7月1日作比较：</strong>\r\n[ninja_tables id="208"]\r\n\r\n<strong>图表</strong>\r\n<div>\r\n[ninja_charts id="15"]</div>";}i:6;a:6:{s:18:"tabs_content_title";s:4:"2018";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:282:"<strong>除费后基金月净值（%）</strong>\r\n[ninja_tables id="209"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="16"]\r\n\r\n&nbsp;\r\n\r\n<strong>除费后基金净值与2022年7月1日作比较：</strong>\r\n[ninja_tables id="210"]\r\n\r\n<strong>图表</strong>\r\n[ninja_charts id="17"]";}}}'),
(399, 105, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(409, 110, '_menu_item_type', 'post_type'),
(410, 110, '_menu_item_menu_item_parent', '127'),
(411, 110, '_menu_item_object_id', '80'),
(412, 110, '_menu_item_object', 'page'),
(413, 110, '_menu_item_target', ''),
(414, 110, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(415, 110, '_menu_item_xfn', ''),
(416, 110, '_menu_item_url', ''),
(419, 111, '_edit_lock', '1717917503:1'),
(420, 112, '_edit_lock', '1717935878:1'),
(421, 112, '_edit_last', '1'),
(422, 114, '_edit_lock', '1717917773:1'),
(423, 114, '_edit_last', '1'),
(424, 116, '_edit_lock', '1718190538:1'),
(425, 116, '_edit_last', '1'),
(426, 118, '_edit_lock', '1717917865:1'),
(427, 118, '_edit_last', '1'),
(428, 120, '_edit_lock', '1717917947:1'),
(429, 120, '_edit_last', '1'),
(430, 122, '_edit_lock', '1717917989:1'),
(431, 122, '_edit_last', '1'),
(432, 124, '_menu_item_type', 'post_type'),
(433, 124, '_menu_item_menu_item_parent', '0'),
(434, 124, '_menu_item_object_id', '122'),
(435, 124, '_menu_item_object', 'page'),
(436, 124, '_menu_item_target', ''),
(437, 124, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(438, 124, '_menu_item_xfn', ''),
(439, 124, '_menu_item_url', ''),
(441, 125, '_menu_item_type', 'post_type'),
(442, 125, '_menu_item_menu_item_parent', '129'),
(443, 125, '_menu_item_object_id', '120'),
(444, 125, '_menu_item_object', 'page'),
(445, 125, '_menu_item_target', ''),
(446, 125, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(447, 125, '_menu_item_xfn', ''),
(448, 125, '_menu_item_url', ''),
(583, 148, '_pingme', '1'),
(450, 126, '_menu_item_type', 'post_type'),
(451, 126, '_menu_item_menu_item_parent', '0'),
(452, 126, '_menu_item_object_id', '118'),
(453, 126, '_menu_item_object', 'page'),
(454, 126, '_menu_item_target', ''),
(455, 126, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(456, 126, '_menu_item_xfn', ''),
(457, 126, '_menu_item_url', ''),
(459, 127, '_menu_item_type', 'post_type'),
(460, 127, '_menu_item_menu_item_parent', '0'),
(461, 127, '_menu_item_object_id', '116'),
(462, 127, '_menu_item_object', 'page'),
(463, 127, '_menu_item_target', ''),
(464, 127, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(465, 127, '_menu_item_xfn', ''),
(466, 127, '_menu_item_url', ''),
(499, 132, '_edit_last', '1'),
(468, 128, '_menu_item_type', 'post_type'),
(469, 128, '_menu_item_menu_item_parent', '0'),
(470, 128, '_menu_item_object_id', '114'),
(471, 128, '_menu_item_object', 'page'),
(472, 128, '_menu_item_target', ''),
(473, 128, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(474, 128, '_menu_item_xfn', ''),
(475, 128, '_menu_item_url', ''),
(558, 145, '_edit_lock', '1717918765:1'),
(477, 129, '_menu_item_type', 'post_type'),
(478, 129, '_menu_item_menu_item_parent', '0'),
(479, 129, '_menu_item_object_id', '112'),
(480, 129, '_menu_item_object', 'page'),
(481, 129, '_menu_item_target', ''),
(482, 129, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(483, 129, '_menu_item_xfn', ''),
(484, 129, '_menu_item_url', ''),
(502, 133, '_edit_last', '1'),
(486, 130, '_menu_item_type', 'post_type'),
(487, 130, '_menu_item_menu_item_parent', '129'),
(488, 130, '_menu_item_object_id', '112'),
(489, 130, '_menu_item_object', 'page'),
(490, 130, '_menu_item_target', ''),
(491, 130, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(492, 130, '_menu_item_xfn', ''),
(493, 130, '_menu_item_url', ''),
(511, 132, '_edit_lock', '1717918523:1'),
(512, 133, '_edit_lock', '1717918511:1'),
(505, 134, '_edit_last', '1'),
(528, 135, '_edit_lock', '1717918552:1'),
(508, 135, '_edit_last', '1'),
(525, 134, '_edit_lock', '1717918566:1'),
(561, 146, '_edit_lock', '1717918780:1'),
(539, 147, '_edit_last', '1'),
(542, 147, '_edit_lock', '1717918742:1'),
(549, 145, '_edit_last', '1'),
(584, 148, '_encloseme', '1'),
(552, 146, '_edit_last', '1'),
(564, 148, '_edit_lock', '1717918794:1'),
(555, 148, '_edit_last', '1'),
(693, 194, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(585, 157, '_edit_lock', '1717921914:1'),
(586, 157, '_wp_trash_meta_status', 'publish'),
(587, 157, '_wp_trash_meta_time', '1717921964'),
(588, 158, '_edit_lock', '1717922154:1'),
(621, 170, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"1";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(622, 171, '_edit_last', '1'),
(623, 171, '_edit_lock', '1717924814:1'),
(624, 171, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:3:{i:0;a:6:{s:18:"tabs_content_title";s:4:"2024";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:116:"NAV RETURN\r\n[ninja_tables id="97"]\r\n[ninja_charts id="1"]\r\nNAV AMOUNT\r\n[ninja_tables id="98"]\r\n[ninja_charts id="2"]";}i:1;a:6:{s:18:"tabs_content_title";s:4:"2023";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:4:"2023";}i:2;a:6:{s:18:"tabs_content_title";s:4:"2022";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:4:"2022";}}}'),
(625, 171, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}');
INSERT INTO `wptd_postmeta` VALUES
(626, 171, '_wp_old_slug', 'zcmwfsp_net_asset_en'),
(627, 172, '_edit_last', '1'),
(628, 172, '_edit_lock', '1718201915:1'),
(629, 172, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:5:{i:0;a:6:{s:18:"tabs_content_title";s:4:"2022";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:174:"除费后基金月净值（%）\r\n[ninja_tables id="197"]\r\n[ninja_charts id="3"]\r\n除费后基金净值与初始发行比较：\r\n[ninja_tables id="194"]\r\n[ninja_charts id="4"]";}i:1;a:6:{s:18:"tabs_content_title";s:4:"2021";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:174:"除费后基金月净值（%）\r\n[ninja_tables id="214"]\r\n[ninja_charts id="3"]\r\n除费后基金净值与初始发行比较：\r\n[ninja_tables id="215"]\r\n[ninja_charts id="4"]";}i:2;a:6:{s:18:"tabs_content_title";s:4:"2020";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:174:"除费后基金月净值（%）\r\n[ninja_tables id="216"]\r\n[ninja_charts id="3"]\r\n除费后基金净值与初始发行比较：\r\n[ninja_tables id="222"]\r\n[ninja_charts id="4"]";}i:3;a:6:{s:18:"tabs_content_title";s:4:"2019";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:174:"除费后基金月净值（%）\r\n[ninja_tables id="218"]\r\n[ninja_charts id="3"]\r\n除费后基金净值与初始发行比较：\r\n[ninja_tables id="219"]\r\n[ninja_charts id="4"]";}i:4;a:6:{s:18:"tabs_content_title";s:4:"2018";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:174:"除费后基金月净值（%）\r\n[ninja_tables id="220"]\r\n[ninja_charts id="3"]\r\n除费后基金净值与初始发行比较：\r\n[ninja_tables id="221"]\r\n[ninja_charts id="4"]";}}}'),
(630, 172, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(631, 172, '_wp_old_slug', 'zcmwfsp_net_asset_cn'),
(632, 173, '_edit_last', '1'),
(633, 173, '_edit_lock', '1718203036:1'),
(634, 173, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:2:{i:0;a:6:{s:18:"tabs_content_title";s:12:"基金概况";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:3683:"<strong>基金简介</strong>\r\n中财量化I号(对冲)基金投资包括大中华市场在内的全球目标，可采用衍生工具作投资用途，并借助新型算法交易技术，运用多空策略追求绝对收益，基金无固定业绩作比较标准。\r\n\r\n<strong>基金服务提供方</strong>\r\n<table style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td>Apex Fund Services</td>\r\n<td>APPLEBY</td>\r\n<td>汇业博雅会计师事务所</td>\r\n</tr>\r\n<tr>\r\n<td><img class="wp-image-30 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/apex.png" alt="" width="141" height="136" /></td>\r\n<td><img class="wp-image-31 size-full" style="font-style: inherit; font-weight: 600;" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/appleby.png" alt="" width="189" height="89" /></td>\r\n<td><img class="wp-image-47 size-full" style="font-style: inherit; font-weight: 600;" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/HLB.jpg" alt="" width="135" height="129" /></td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>投资风格</strong>\r\n基金经理会根据对持仓品种不同周期的价值判断，动态调整持仓比例以及持有周期。\r\n\r\n<strong>投资策略</strong>\r\n基金经理通过运用算法量化交易模型，神经网络人工智能技术，以获得对持仓品种深入的资料研究分析。\r\n\r\n<strong>奖项</strong>\r\n\r\n<table style="width: 100%;">\r\n<tbody>\r\n<tr>\r\n<td>AsiaHedge</td>\r\n<td>Preqin</td>\r\n</tr>\r\n<tr>\r\n<td><img class="wp-image-29 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/AsiaHedge.png" alt="" width="247" height="129" /> </td>\r\n<td><img class="wp-image-28 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/bc489ced-b8fa-4efd-a5f8-e845d2448cd1.png" alt="" width="755" height="183" /> </td>\r\n</tr>\r\n</tbody>\r\n</table>\r\n\r\n[caption id="attachment_29" align="alignleft" width="247"][/caption]\r\n\r\n[caption id="attachment_28" align="alignleft" width="755"][/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n1. 2019年度HFM亚洲对冲基金颁奖礼中获得“年度新锐基金”的最终入围提名。\r\nhttps://asiahedgeawards.awardstage.com/\r\n2. 排名在Preqin 2019年度亚太地区对冲基金荣誉榜中的“2019年度亚太地区多策略对冲基金净回报率”第4位。\r\nhttps://www.preqin.com/insights/research/factsheets/honour-roll-2019-hedge-funds-in-asiapacific\r\n\r\n<strong>投资风险</strong>\r\n本基金须承受衍生工具、杠杆及沽空风险。本基金的价格须承受潜在显着波幅及相关交易对象风险，故可能会在短时间内大幅波动，投资者有可能损失全部投资。\r\n收费情况\r\n认购费：无\r\n赎回费：无\r\n管理费：1.5%每年\r\n表现费：如果当年基金盈利不超过50%，则按总盈利的15%收取表现费；如果当年基金盈利超过50%，则50%以内的盈利收取15%的表现费，而超越50%的盈利收取25%的表现费。（只有当基金净值超越high water mark的情况下才会收取表现费）\r\n\r\n<strong>申赎规则</strong>\r\n基金在认购后有6个月的锁定期，在锁定期内不能赎回。之后，股东可以在每个季度第一个工作天要求赎回部分或者全部基金股份。\r\n\r\n以上资料均来自中财资产管理，但中财资产管理不能﹐亦不会就任何讯息或讯息的准确性、有效性、及时性或完整性作出任何保证。中财资产管理明确地拒绝承认任何商业保护﹐或某特定目的之适当性或承担任何责任。以上资料仅供参考，有关基金条款一切会依照基金的发行备忘录及补充备忘录为准。";}i:1;a:6:{s:18:"tabs_content_title";s:12:"回报表现";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:1685:"<strong>回报表现</strong>\r\n\r\n<strong>中财量化I号(对冲)基金[2022之年6月30日已结束]</strong>\r\n\r\n该基金聘任中财资产管理有限公司为基金管理人。投资主管兼高级基金经理葛培坤先生负责管理所有投资决策、申购、赎回及其他基金相关事宜。\r\n\r\n[wptabs id="172"]\r\n\r\n&nbsp;\r\n\r\n资料来源：Custom House Global Fund Services Limited (Acquired by the Apex Group)。投资涉及风险。过往业绩并不表示将来的回报。投资产品的价格及其收益可升亦可跌。在若干情况下，投资者可能无法收回全部投资金额。投资者在认购基金之前，应参考基金说明书的“风险因素”以获取更多详情。关于上述除费后基金净值的比较仅供参考用途。投资者于不同时间认购或追加的股份均单独进行结算。最终结算方式以基金行政计算方法为准。关于投资者实际的基金净值应按投资者各自的持股单位/比例及当月的基金净值表现进行计算。 若有任何疑问，应咨询独立财务及专业顾问的意见。本中文译本仅供参考之用。如中文译本之文义与英文原文有歧义，概以英文原文为准。中财资产管理不能﹐亦不会就任何讯息或讯息的准确性、有效性、及时性或完整性作出任何保证。中财资管将保留于任何时候更改网站上的任何讯息及任何数据的权利，中财资管明确地拒绝承认任何商业保护﹐或某特定目的之适当性或承担任何责任。本网站上的讯息﹐仅按当时情况而提供﹐其所包含或表达的一切讯息或意见﹐如有任何变更﹐恕不预先通知。";}}}'),
(635, 173, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(636, 173, '_wp_old_slug', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en'),
(637, 74, '_oembed_d036d99091b61df424e441be732a0398', '{{unknown}}'),
(638, 74, '_oembed_11cf6206842c8d0ca7507e5d10e57005', '{{unknown}}'),
(639, 177, '_edit_lock', '1718203227:1'),
(640, 177, '_edit_last', '1'),
(641, 177, '_oembed_d036d99091b61df424e441be732a0398', '{{unknown}}'),
(642, 177, '_oembed_11cf6206842c8d0ca7507e5d10e57005', '{{unknown}}'),
(643, 74, '_oembed_db044c28b1038850330864b97afc204a', '{{unknown}}'),
(644, 74, '_oembed_8f091a5ffc03f06c6bf4bc33824947ed', '{{unknown}}'),
(645, 74, 'site-post-title', ''),
(646, 177, 'site-post-title', ''),
(647, 74, 'theme-transparent-header-meta', ''),
(648, 177, 'theme-transparent-header-meta', ''),
(649, 74, 'adv-header-id-meta', ''),
(650, 177, 'adv-header-id-meta', ''),
(651, 74, 'stick-header-meta', ''),
(652, 177, 'stick-header-meta', ''),
(653, 74, 'footnotes', ''),
(654, 181, 'footnotes', ''),
(655, 177, '_oembed_db044c28b1038850330864b97afc204a', '{{unknown}}'),
(656, 177, '_oembed_8f091a5ffc03f06c6bf4bc33824947ed', '{{unknown}}'),
(657, 182, '_edit_lock', '1717926108:1'),
(658, 182, '_wp_trash_meta_status', 'publish'),
(659, 182, '_wp_trash_meta_time', '1717926121'),
(660, 184, '_menu_item_type', 'post_type'),
(661, 184, '_menu_item_menu_item_parent', '127'),
(662, 184, '_menu_item_object_id', '177'),
(663, 184, '_menu_item_object', 'page'),
(664, 184, '_menu_item_target', ''),
(665, 184, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(666, 184, '_menu_item_xfn', ''),
(667, 184, '_menu_item_url', ''),
(668, 183, '_wp_trash_meta_status', 'publish'),
(669, 183, '_wp_trash_meta_time', '1717926193'),
(670, 185, '_wp_trash_meta_status', 'publish'),
(671, 185, '_wp_trash_meta_time', '1717926226'),
(675, 125, '_wp_old_date', '2024-06-09'),
(676, 126, '_wp_old_date', '2024-06-09'),
(677, 127, '_wp_old_date', '2024-06-09'),
(678, 110, '_wp_old_date', '2024-06-09'),
(679, 184, '_wp_old_date', '2024-06-09'),
(680, 124, '_wp_old_date', '2024-06-09'),
(682, 96, '_wp_old_date', '2024-06-09'),
(683, 89, '_wp_old_date', '2024-06-09'),
(684, 91, '_wp_old_date', '2024-06-09'),
(685, 85, '_wp_old_date', '2024-06-09'),
(686, 87, '_wp_old_date', '2024-06-09'),
(687, 86, '_wp_old_date', '2024-06-09'),
(688, 83, '_wp_old_date', '2024-06-09'),
(689, 84, '_wp_old_date', '2024-06-09'),
(690, 88, '_wp_old_date', '2024-06-09'),
(694, 194, '_ninja_table_cache_object', 'a:14:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:92;}i:1;a:3:{s:5:"month";s:4:"1月";i:2024;s:8:"210.5910";s:8:"___id___";i:93;}i:2;a:3:{i:2024;s:8:"129.6347";s:5:"month";s:4:"2月";s:8:"___id___";i:128;}i:3;a:3:{s:5:"month";s:4:"3月";i:2024;s:7:"36.1682";s:8:"___id___";i:94;}i:4;a:3:{s:5:"month";s:4:"4月";i:2024;s:7:"29.7490";s:8:"___id___";i:95;}i:5;a:3:{s:5:"month";s:4:"5月";i:2024;s:7:"18.1227";s:8:"___id___";i:96;}i:6;a:3:{s:5:"month";s:4:"6月";i:2024;s:7:"27.9990";s:8:"___id___";i:97;}i:7;a:3:{s:5:"month";s:4:"7月";i:2024;s:0:"";s:8:"___id___";i:98;}i:8;a:3:{s:5:"month";s:4:"8月";i:2024;s:0:"";s:8:"___id___";i:99;}i:9;a:3:{s:5:"month";s:4:"9月";i:2024;s:0:"";s:8:"___id___";i:91;}i:10;a:3:{s:5:"month";s:5:"10月";i:2024;s:0:"";s:8:"___id___";i:90;}i:11;a:3:{s:5:"month";s:5:"11月";i:2024;s:0:"";s:8:"___id___";i:89;}i:12;a:3:{s:5:"month";s:5:"12月";i:2024;s:0:"";s:8:"___id___";i:88;}i:13;a:3:{i:2024;s:7:"27.9990";s:5:"month";s:12:"成立至今";s:8:"___id___";i:129;}}'),
(695, 194, '_ninja_table_cache_html', ''),
(696, 194, '_external_cached_data', ''),
(697, 194, '_last_external_cached_time', ''),
(698, 194, '__ninja_cached_table_html', ''),
(699, 194, '_last_edited_by', '1'),
(700, 194, '_last_edited_time', '2024-06-12 14:04:16'),
(701, 195, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2022年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2022年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(702, 195, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(703, 195, '_ninja_table_cache_object', 'a:13:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:6:"13.69 ";s:7:"ytd_nav";s:6:"13.69 ";s:8:"___id___";i:113;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:7:"-36.44 ";s:7:"ytd_nav";s:7:"-30.01 ";s:8:"___id___";i:114;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:7:"-72.10 ";s:7:"ytd_nav";s:7:"-80.40 ";s:8:"___id___";i:115;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:7:"-17.75 ";s:7:"ytd_nav";s:7:"-83.94 ";s:8:"___id___";i:116;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:7:"-39.08 ";s:7:"ytd_nav";s:7:"-90.22 ";s:8:"___id___";i:117;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:7:"-19.17 ";s:7:"ytd_nav";s:7:"-91.84 ";s:8:"___id___";i:118;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:7:"5470.26";s:7:"ytd_nav";s:6:"348.77";s:8:"___id___";i:119;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:6:"-13.90";s:7:"ytd_nav";s:6:"286.39";s:8:"___id___";i:120;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:6:"-24.97";s:7:"ytd_nav";s:6:"189.92";s:8:"___id___";i:121;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:6:"-17.34";s:7:"ytd_nav";s:6:"139.66";s:8:"___id___";i:122;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:5:"73.16";s:7:"ytd_nav";s:6:"314.99";s:8:"___id___";i:123;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:5:"24.24";s:7:"ytd_nav";s:6:"415.57";s:8:"___id___";i:124;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:7:"415.57 ";s:7:"ytd_nav";s:6:"415.57";s:8:"___id___";i:125;}}'),
(704, 195, '_ninja_table_cache_html', ''),
(705, 195, '_external_cached_data', ''),
(706, 195, '_last_external_cached_time', ''),
(707, 195, '__ninja_cached_table_html', ''),
(708, 195, '_last_edited_by', '1'),
(709, 195, '_last_edited_time', '2024-06-12 12:13:50'),
(710, 195, '_ninja_table_caption', ''),
(711, 194, '_ninja_table_caption', ''),
(875, 214, '_ninja_table_cache_html', ''),
(876, 214, '_external_cached_data', ''),
(877, 214, '_last_external_cached_time', ''),
(878, 214, '__ninja_cached_table_html', ''),
(879, 214, '_last_edited_by', '1'),
(880, 214, '_last_edited_time', '2024-06-12 14:09:20'),
(742, 199, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2023";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(743, 199, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(712, 196, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2023年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2023年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(713, 196, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(714, 196, '_ninja_table_cache_object', 'a:13:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:6:"38.63 ";s:7:"ytd_nav";s:5:"38.63";s:8:"___id___";i:143;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:5:"-3.16";s:7:"ytd_nav";s:5:"34.26";s:8:"___id___";i:142;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:5:"15.07";s:7:"ytd_nav";s:5:"54.50";s:8:"___id___";i:141;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:5:"-3.13";s:7:"ytd_nav";s:5:"49.66";s:8:"___id___";i:140;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:5:"-1.92";s:7:"ytd_nav";s:5:"46.78";s:8:"___id___";i:139;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:6:"-14.47";s:7:"ytd_nav";s:5:"25.54";s:8:"___id___";i:138;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:5:"42.63";s:7:"ytd_nav";s:5:"79.06";s:8:"___id___";i:137;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:6:"-11.41";s:7:"ytd_nav";s:5:"58.64";s:8:"___id___";i:136;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:6:"-37.74";s:7:"ytd_nav";s:5:"-1.23";s:8:"___id___";i:135;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:5:"69.93";s:7:"ytd_nav";s:5:"67.54";s:8:"___id___";i:134;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:5:"-1.01";s:7:"ytd_nav";s:5:"65.84";s:8:"___id___";i:133;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:5:"49.60";s:7:"ytd_nav";s:6:"148.10";s:8:"___id___";i:132;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:6:"148.10";s:7:"ytd_nav";s:6:"148.10";s:8:"___id___";i:131;}}'),
(722, 197, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2022年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2022年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(723, 197, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(715, 196, '_ninja_table_cache_html', ''),
(716, 196, '_external_cached_data', ''),
(717, 196, '_last_external_cached_time', ''),
(718, 196, '__ninja_cached_table_html', ''),
(719, 196, '_last_edited_by', '1'),
(720, 196, '_last_edited_time', '2024-06-12 12:10:19'),
(721, 196, '_ninja_table_caption', ''),
(724, 197, '_ninja_table_cache_object', 'a:14:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:6:"13.69 ";s:7:"ytd_nav";s:6:"13.69 ";s:8:"___id___";i:113;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:7:"-36.44 ";s:7:"ytd_nav";s:7:"-30.01 ";s:8:"___id___";i:114;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:7:"-72.10 ";s:7:"ytd_nav";s:7:"-80.40 ";s:8:"___id___";i:115;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:7:"-17.75 ";s:7:"ytd_nav";s:7:"-83.94 ";s:8:"___id___";i:116;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:7:"-39.08 ";s:7:"ytd_nav";s:7:"-90.22 ";s:8:"___id___";i:117;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:7:"-19.17 ";s:7:"ytd_nav";s:7:"-91.84 ";s:8:"___id___";i:118;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:0:"";s:7:"ytd_nav";s:0:"";s:8:"___id___";i:119;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:0:"";s:7:"ytd_nav";s:0:"";s:8:"___id___";i:120;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:0:"";s:7:"ytd_nav";s:0:"";s:8:"___id___";i:121;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:0:"";s:7:"ytd_nav";s:0:"";s:8:"___id___";i:122;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:0:"";s:7:"ytd_nav";s:0:"";s:8:"___id___";i:123;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:0:"";s:7:"ytd_nav";s:0:"";s:8:"___id___";i:124;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:7:"-91.94 ";s:7:"ytd_nav";s:7:"-91.94 ";s:8:"___id___";i:125;}i:13;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:7:"-97.20 ";s:7:"ytd_nav";s:7:"-97.20 ";s:8:"___id___";i:126;}}'),
(725, 197, '_ninja_table_cache_html', ''),
(726, 197, '_external_cached_data', ''),
(727, 197, '_last_external_cached_time', ''),
(728, 197, '__ninja_cached_table_html', ''),
(729, 197, '_last_edited_by', '1'),
(730, 197, '_last_edited_time', '2024-06-12 14:06:45'),
(731, 197, '_ninja_table_caption', ''),
(874, 214, '_ninja_table_cache_object', 'a:14:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:6:"-13.28";s:7:"ytd_nav";s:6:"-13.28";s:8:"___id___";i:224;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:5:"-8.78";s:7:"ytd_nav";s:6:"-20.90";s:8:"___id___";i:223;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:4:"7.56";s:7:"ytd_nav";s:7:"-14..91";s:8:"___id___";i:222;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:4:"6.24";s:7:"ytd_nav";s:5:"-9.60";s:8:"___id___";i:221;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:5:"5.01 ";s:7:"ytd_nav";s:5:"-5.08";s:8:"___id___";i:220;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"2.78";s:7:"ytd_nav";s:5:"-2.44";s:8:"___id___";i:219;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:6:"-57.47";s:7:"ytd_nav";s:6:"-58.50";s:8:"___id___";i:218;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:5:"-4.16";s:7:"ytd_nav";s:6:"-60.23";s:8:"___id___";i:217;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:6:"-27.42";s:7:"ytd_nav";s:6:"-71.13";s:8:"___id___";i:216;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"3.82";s:7:"ytd_nav";s:6:"-70.03";s:8:"___id___";i:215;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:6:"-45.55";s:7:"ytd_nav";s:6:"-83.68";s:8:"___id___";i:214;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:6:"-31.97";s:7:"ytd_nav";s:6:"-88.89";s:8:"___id___";i:213;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:6:"-88.89";s:7:"ytd_nav";s:6:"-88.89";s:8:"___id___";i:212;}i:13;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:6:"-81.48";s:7:"ytd_nav";s:6:"-81.48";s:8:"___id___";i:225;}}'),
(872, 214, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2021年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2021年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(873, 214, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(744, 199, '_ninja_table_cache_object', 'a:12:{i:0;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"1769.6870";s:8:"___id___";i:179;}i:1;a:3:{i:2024;s:9:"1713.8416";s:5:"month";s:4:"2月";s:8:"___id___";i:173;}i:2;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1972.1887";s:8:"___id___";i:180;}i:3;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1910.4683";s:8:"___id___";i:181;}i:4;a:3:{s:5:"month";s:4:"5月";i:2024;s:9:"1873.7177";s:8:"___id___";i:182;}i:5;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1602.5659";s:8:"___id___";i:183;}i:6;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"2285.7303";s:8:"___id___";i:184;}i:7;a:3:{s:5:"month";s:4:"8月";i:2024;s:9:"2025.0342";s:8:"___id___";i:185;}i:8;a:3:{s:5:"month";s:4:"9月";i:2024;s:9:"1260.7953";s:8:"___id___";i:177;}i:9;a:3:{s:5:"month";s:5:"10月";i:2024;s:9:"2138.6289";s:8:"___id___";i:176;}i:10;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"2116.9671";s:8:"___id___";i:175;}i:11;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"3167.0821";s:8:"___id___";i:174;}}'),
(773, 202, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(745, 199, '_ninja_table_cache_html', ''),
(746, 199, '_external_cached_data', ''),
(747, 199, '_last_external_cached_time', ''),
(748, 199, '__ninja_cached_table_html', ''),
(749, 199, '_last_edited_by', '1'),
(750, 199, '_last_edited_time', '2024-06-12 12:17:21'),
(751, 199, '_ninja_table_caption', ''),
(762, 201, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2022";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(763, 201, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(772, 202, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2021年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2021年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(764, 201, '_ninja_table_cache_object', 'a:12:{i:0;a:3:{s:5:"month";s:4:"1月";i:2024;s:8:"210.5910";s:8:"___id___";i:205;}i:1;a:3:{i:2024;s:8:"129.6347";s:5:"month";s:4:"2月";s:8:"___id___";i:200;}i:2;a:3:{s:5:"month";s:4:"3月";i:2024;s:7:"36.1682";s:8:"___id___";i:206;}i:3;a:3:{s:5:"month";s:4:"4月";i:2024;s:7:"29.7490";s:8:"___id___";i:207;}i:4;a:3:{s:5:"month";s:4:"5月";i:2024;s:7:"18.1227";s:8:"___id___";i:208;}i:5;a:3:{s:5:"month";s:4:"6月";i:2024;s:7:"27.9990";s:8:"___id___";i:209;}i:6;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"1111.1071";s:8:"___id___";i:210;}i:7;a:3:{s:5:"month";s:4:"8月";i:2024;s:8:"956.6752";s:8:"___id___";i:211;}i:8;a:3:{s:5:"month";s:4:"9月";i:2024;s:8:"717.8221";s:8:"___id___";i:204;}i:9;a:3:{s:5:"month";s:5:"10月";i:2024;s:8:"593.3685";s:8:"___id___";i:203;}i:10;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"1027.4798";s:8:"___id___";i:202;}i:11;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"1276.5107";s:8:"___id___";i:201;}}'),
(765, 201, '_ninja_table_cache_html', ''),
(766, 201, '_external_cached_data', ''),
(767, 201, '_last_external_cached_time', ''),
(768, 201, '__ninja_cached_table_html', ''),
(769, 201, '_last_edited_by', '1'),
(770, 201, '_last_edited_time', '2024-06-12 12:27:03'),
(771, 201, '_ninja_table_caption', ''),
(774, 202, '_ninja_table_cache_object', 'a:14:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:6:"-13.28";s:7:"ytd_nav";s:6:"-13.28";s:8:"___id___";i:224;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:5:"-8.78";s:7:"ytd_nav";s:6:"-20.90";s:8:"___id___";i:223;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:4:"7.56";s:7:"ytd_nav";s:7:"-14..91";s:8:"___id___";i:222;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:4:"6.24";s:7:"ytd_nav";s:5:"-9.60";s:8:"___id___";i:221;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:5:"5.01 ";s:7:"ytd_nav";s:5:"-5.08";s:8:"___id___";i:220;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"2.78";s:7:"ytd_nav";s:5:"-2.44";s:8:"___id___";i:219;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:6:"-57.47";s:7:"ytd_nav";s:6:"-58.50";s:8:"___id___";i:218;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:5:"-4.16";s:7:"ytd_nav";s:6:"-60.23";s:8:"___id___";i:217;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:6:"-27.42";s:7:"ytd_nav";s:6:"-71.13";s:8:"___id___";i:216;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"3.82";s:7:"ytd_nav";s:6:"-70.03";s:8:"___id___";i:215;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:6:"-45.55";s:7:"ytd_nav";s:6:"-83.68";s:8:"___id___";i:214;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:6:"-31.97";s:7:"ytd_nav";s:6:"-88.89";s:8:"___id___";i:213;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:6:"-88.89";s:7:"ytd_nav";s:6:"-88.89";s:8:"___id___";i:212;}i:13;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:6:"-81.48";s:7:"ytd_nav";s:6:"-81.48";s:8:"___id___";i:225;}}'),
(775, 202, '_ninja_table_cache_html', ''),
(776, 202, '_external_cached_data', ''),
(777, 202, '_last_external_cached_time', ''),
(778, 202, '__ninja_cached_table_html', ''),
(779, 202, '_last_edited_by', '1'),
(780, 202, '_last_edited_time', '2024-06-12 12:32:05'),
(781, 202, '_ninja_table_caption', ''),
(794, 204, '_ninja_table_cache_object', 'a:14:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:244;}i:1;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"1446.8072";s:8:"___id___";i:245;}i:2;a:3:{i:2024;s:9:"1319.8191";s:5:"month";s:4:"2月";s:8:"___id___";i:239;}i:3;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1419.6373";s:8:"___id___";i:246;}i:4;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1508.2204";s:8:"___id___";i:247;}i:5;a:3:{s:5:"month";s:4:"5月";i:2024;s:9:"1583.7229";s:8:"___id___";i:248;}i:6;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1627.8155";s:8:"___id___";i:249;}i:7;a:3:{s:5:"month";s:4:"7月";i:2024;s:8:"692.3671";s:8:"___id___";i:250;}i:8;a:3:{s:5:"month";s:4:"8月";i:2024;s:8:"663.5730";s:8:"___id___";i:251;}i:9;a:3:{s:5:"month";s:4:"9月";i:2024;s:8:"481.6264";s:8:"___id___";i:243;}i:10;a:3:{s:5:"month";s:5:"10月";i:2024;s:8:"500.0474";s:8:"___id___";i:242;}i:11;a:3:{s:5:"month";s:5:"11月";i:2024;s:8:"272.2792";s:8:"___id___";i:241;}i:12;a:3:{s:5:"month";s:5:"12月";i:2024;s:8:"185.2249";s:8:"___id___";i:240;}i:13;a:3:{i:2024;s:8:"185.2249";s:5:"month";s:12:"成立至今";s:8:"___id___";i:238;}}'),
(793, 204, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(792, 204, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2021";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(802, 205, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2020年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2020年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(795, 204, '_ninja_table_cache_html', ''),
(796, 204, '_external_cached_data', ''),
(797, 204, '_last_external_cached_time', ''),
(798, 204, '__ninja_cached_table_html', ''),
(799, 204, '_last_edited_by', '1'),
(800, 204, '_last_edited_time', '2024-06-12 13:06:57'),
(801, 204, '_ninja_table_caption', '');
INSERT INTO `wptd_postmeta` VALUES
(803, 205, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(804, 205, '_ninja_table_cache_object', 'a:14:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:4:"0.45";s:7:"ytd_nav";s:4:"0.45";s:8:"___id___";i:265;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:4:"1.15";s:7:"ytd_nav";s:4:"1.60";s:8:"___id___";i:264;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:5:"-0.24";s:7:"ytd_nav";s:4:"1.36";s:8:"___id___";i:263;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:4:"1.19";s:7:"ytd_nav";s:4:"2.57";s:8:"___id___";i:262;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:4:"1.62";s:7:"ytd_nav";s:4:"4.24";s:8:"___id___";i:261;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"1.68";s:7:"ytd_nav";s:4:"5.99";s:8:"___id___";i:260;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:4:"1.88";s:7:"ytd_nav";s:4:"7.97";s:8:"___id___";i:259;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:4:"2.16";s:7:"ytd_nav";s:5:"10.30";s:8:"___id___";i:258;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:4:"1.83";s:7:"ytd_nav";s:5:"12.32";s:8:"___id___";i:257;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"1.55";s:7:"ytd_nav";s:5:"14.06";s:8:"___id___";i:256;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:4:"3.73";s:7:"ytd_nav";s:5:"18.31";s:8:"___id___";i:255;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:4:"1.82";s:7:"ytd_nav";s:5:"20.46";s:8:"___id___";i:254;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:5:"20.46";s:7:"ytd_nav";s:5:"20.46";s:8:"___id___";i:253;}i:13;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:5:"66.85";s:7:"ytd_nav";s:5:"66.85";s:8:"___id___";i:252;}}'),
(805, 205, '_ninja_table_cache_html', ''),
(806, 205, '_external_cached_data', ''),
(807, 205, '_last_external_cached_time', ''),
(808, 205, '__ninja_cached_table_html', ''),
(809, 205, '_last_edited_by', '1'),
(810, 205, '_last_edited_time', '2024-06-12 12:41:51'),
(811, 205, '_ninja_table_caption', ''),
(812, 206, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2020";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(813, 206, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(814, 206, '_ninja_table_cache_object', 'a:14:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:272;}i:1;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"1391.2656";s:8:"___id___";i:273;}i:2;a:3:{i:2024;s:9:"1407.2554";s:5:"month";s:4:"2月";s:8:"___id___";i:267;}i:3;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1403.9405";s:8:"___id___";i:274;}i:4;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1420.6391";s:8:"___id___";i:275;}i:5;a:3:{s:5:"month";s:4:"5月";i:2024;s:9:"1443.7232";s:8:"___id___";i:276;}i:6;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1467.9684";s:8:"___id___";i:277;}i:7;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"1495.4991";s:8:"___id___";i:278;}i:8;a:3:{s:5:"month";s:4:"8月";i:2024;s:9:"1527.7321";s:8:"___id___";i:279;}i:9;a:3:{s:5:"month";s:4:"9月";i:2024;s:9:"1555.6368";s:8:"___id___";i:271;}i:10;a:3:{s:5:"month";s:5:"10月";i:2024;s:9:"1579.7529";s:8:"___id___";i:270;}i:11;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"1638.7071";s:8:"___id___";i:269;}i:12;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"1668.4570";s:8:"___id___";i:268;}i:13;a:3:{i:2024;s:9:"1668.4570";s:5:"month";s:12:"成立至今";s:8:"___id___";i:266;}}'),
(815, 206, '_ninja_table_cache_html', ''),
(816, 206, '_external_cached_data', ''),
(817, 206, '_last_external_cached_time', ''),
(818, 206, '__ninja_cached_table_html', ''),
(819, 206, '_last_edited_by', '1'),
(820, 206, '_last_edited_time', '2024-06-12 12:44:47'),
(821, 206, '_ninja_table_caption', ''),
(822, 207, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2019年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2019年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(823, 207, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(824, 207, '_ninja_table_cache_object', 'a:14:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:4:"2.18";s:7:"ytd_nav";s:4:"2.18";s:8:"___id___";i:293;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:4:"1.69";s:7:"ytd_nav";s:4:"3.87";s:8:"___id___";i:292;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:4:"2.75";s:7:"ytd_nav";s:4:"6.76";s:8:"___id___";i:291;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:4:"1.83";s:7:"ytd_nav";s:4:"8.72";s:8:"___id___";i:290;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:4:"0.46";s:7:"ytd_nav";s:4:"9.22";s:8:"___id___";i:289;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"1.41";s:7:"ytd_nav";s:5:"10.75";s:8:"___id___";i:288;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:4:"1.16";s:7:"ytd_nav";s:5:"12.04";s:8:"___id___";i:287;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:4:"3.92";s:7:"ytd_nav";s:5:"16.43";s:8:"___id___";i:286;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:4:"0.98";s:7:"ytd_nav";s:5:"17.57";s:8:"___id___";i:285;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"1.13";s:7:"ytd_nav";s:5:"18.91";s:8:"___id___";i:284;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:4:"1.14";s:7:"ytd_nav";s:5:"20.26";s:8:"___id___";i:283;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:4:"1.11";s:7:"ytd_nav";s:5:"21.60";s:8:"___id___";i:282;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:5:"21.60";s:7:"ytd_nav";s:5:"21.60";s:8:"___id___";i:281;}i:13;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:5:"38.50";s:7:"ytd_nav";s:5:"38.50";s:8:"___id___";i:280;}}'),
(825, 207, '_ninja_table_cache_html', ''),
(826, 207, '_external_cached_data', ''),
(827, 207, '_last_external_cached_time', ''),
(828, 207, '__ninja_cached_table_html', ''),
(829, 207, '_last_edited_by', '1'),
(830, 207, '_last_edited_time', '2024-06-12 13:04:50'),
(831, 207, '_ninja_table_caption', ''),
(832, 208, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2019";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(833, 208, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(834, 208, '_ninja_table_cache_object', 'a:14:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:300;}i:1;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"1163.8071";s:8:"___id___";i:301;}i:2;a:3:{i:2024;s:9:"1183.5176";s:5:"month";s:4:"2月";s:8:"___id___";i:295;}i:3;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1216.0473";s:8:"___id___";i:302;}i:4;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1238.2905";s:8:"___id___";i:303;}i:5;a:3:{s:5:"month";s:4:"5月";i:2024;s:9:"1243.9691";s:8:"___id___";i:304;}i:6;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1261.4962";s:8:"___id___";i:305;}i:7;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"1276.0797";s:8:"___id___";i:306;}i:8;a:3:{s:5:"month";s:4:"8月";i:2024;s:9:"1326.1734";s:8:"___id___";i:307;}i:9;a:3:{s:5:"month";s:4:"9月";i:2024;s:9:"1339.1763";s:8:"___id___";i:299;}i:10;a:3:{s:5:"month";s:5:"10月";i:2024;s:9:"1354.3513";s:8:"___id___";i:298;}i:11;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"1369.8016";s:8:"___id___";i:297;}i:12;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"1385.4030";s:8:"___id___";i:296;}i:13;a:3:{i:2024;s:9:"1385.4030";s:5:"month";s:12:"成立至今";s:8:"___id___";i:294;}}'),
(835, 208, '_ninja_table_cache_html', ''),
(836, 208, '_external_cached_data', ''),
(837, 208, '_last_external_cached_time', ''),
(838, 208, '__ninja_cached_table_html', ''),
(839, 208, '_last_edited_by', '1'),
(840, 208, '_last_edited_time', '2024-06-12 13:06:42'),
(841, 208, '_ninja_table_caption', ''),
(842, 209, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2018年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2018年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(843, 209, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(844, 209, '_ninja_table_cache_object', 'a:11:{i:0;a:4:{s:5:"month";s:15:"4月16日发行";s:11:"monthly_nav";s:4:"0.31";s:7:"ytd_nav";s:4:"0.31";s:8:"___id___";i:321;}i:1;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:4:"1.61";s:7:"ytd_nav";s:4:"1.92";s:8:"___id___";i:320;}i:2;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"0.80";s:7:"ytd_nav";s:4:"2.73";s:8:"___id___";i:319;}i:3;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:4:"0.98";s:7:"ytd_nav";s:4:"3.74";s:8:"___id___";i:318;}i:4;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:4:"1.27";s:7:"ytd_nav";s:4:"5.06";s:8:"___id___";i:317;}i:5;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:4:"0.72";s:7:"ytd_nav";s:4:"5.81";s:8:"___id___";i:316;}i:6;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"1.55";s:7:"ytd_nav";s:4:"7.45";s:8:"___id___";i:315;}i:7;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:4:"3.13";s:7:"ytd_nav";s:5:"10.82";s:8:"___id___";i:314;}i:8;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:4:"2.78";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:313;}i:9;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:5:"13.90";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:309;}i:10;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:5:"13.90";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:308;}}'),
(845, 209, '_ninja_table_cache_html', ''),
(846, 209, '_external_cached_data', ''),
(847, 209, '_last_external_cached_time', ''),
(848, 209, '__ninja_cached_table_html', ''),
(849, 209, '_last_edited_by', '1'),
(850, 209, '_last_edited_time', '2024-06-12 12:54:33'),
(851, 209, '_ninja_table_caption', ''),
(852, 210, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2018";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(853, 210, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(854, 210, '_ninja_table_cache_object', 'a:11:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:328;}i:1;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1003.0856";s:8:"___id___";i:329;}i:2;a:3:{i:2024;s:9:"1019.2201";s:5:"month";s:4:"5月";s:8:"___id___";i:323;}i:3;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1027.3539";s:8:"___id___";i:330;}i:4;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"1037.3973";s:8:"___id___";i:331;}i:5;a:3:{s:5:"month";s:4:"8月";i:2024;s:9:"1050.5678";s:8:"___id___";i:332;}i:6;a:3:{s:5:"month";s:4:"9月";i:2024;s:9:"1058.1203";s:8:"___id___";i:333;}i:7;a:3:{s:5:"month";s:5:"10月";i:2024;s:9:"1074.5222";s:8:"___id___";i:334;}i:8;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"1108.1890";s:8:"___id___";i:335;}i:9;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"1138.9947";s:8:"___id___";i:327;}i:10;a:3:{s:5:"month";s:12:"成立至今";i:2024;s:9:"1138.9947";s:8:"___id___";i:326;}}'),
(855, 210, '_ninja_table_cache_html', ''),
(856, 210, '_external_cached_data', ''),
(857, 210, '_last_external_cached_time', ''),
(858, 210, '__ninja_cached_table_html', ''),
(859, 210, '_last_edited_by', '1'),
(860, 210, '_last_edited_time', '2024-06-12 13:05:53'),
(861, 210, '_ninja_table_caption', ''),
(883, 215, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(884, 215, '_ninja_table_cache_object', 'a:14:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:244;}i:1;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"1446.8072";s:8:"___id___";i:245;}i:2;a:3:{i:2024;s:9:"1319.8191";s:5:"month";s:4:"2月";s:8:"___id___";i:239;}i:3;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1419.6373";s:8:"___id___";i:246;}i:4;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1508.2204";s:8:"___id___";i:247;}i:5;a:3:{s:5:"month";s:4:"5月";i:2024;s:9:"1583.7229";s:8:"___id___";i:248;}i:6;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1627.8155";s:8:"___id___";i:249;}i:7;a:3:{s:5:"month";s:4:"7月";i:2024;s:8:"692.3671";s:8:"___id___";i:250;}i:8;a:3:{s:5:"month";s:4:"8月";i:2024;s:8:"663.5730";s:8:"___id___";i:251;}i:9;a:3:{s:5:"month";s:4:"9月";i:2024;s:8:"481.6264";s:8:"___id___";i:243;}i:10;a:3:{s:5:"month";s:5:"10月";i:2024;s:8:"500.0474";s:8:"___id___";i:242;}i:11;a:3:{s:5:"month";s:5:"11月";i:2024;s:8:"272.2792";s:8:"___id___";i:241;}i:12;a:3:{s:5:"month";s:5:"12月";i:2024;s:8:"185.2249";s:8:"___id___";i:240;}i:13;a:3:{i:2024;s:8:"185.2249";s:5:"month";s:12:"成立至今";s:8:"___id___";i:238;}}'),
(885, 215, '_ninja_table_cache_html', ''),
(886, 215, '_external_cached_data', ''),
(887, 215, '_last_external_cached_time', ''),
(888, 215, '__ninja_cached_table_html', ''),
(889, 215, '_last_edited_by', '1'),
(890, 215, '_last_edited_time', '2024-06-12 14:10:22'),
(891, 215, '_ninja_table_caption', ''),
(892, 216, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2020年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2020年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(893, 216, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(894, 216, '_ninja_table_cache_object', 'a:14:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:4:"0.45";s:7:"ytd_nav";s:4:"0.45";s:8:"___id___";i:265;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:4:"1.15";s:7:"ytd_nav";s:4:"1.60";s:8:"___id___";i:264;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:5:"-0.24";s:7:"ytd_nav";s:4:"1.36";s:8:"___id___";i:263;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:4:"1.19";s:7:"ytd_nav";s:4:"2.57";s:8:"___id___";i:262;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:4:"1.62";s:7:"ytd_nav";s:4:"4.24";s:8:"___id___";i:261;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"1.68";s:7:"ytd_nav";s:4:"5.99";s:8:"___id___";i:260;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:4:"1.88";s:7:"ytd_nav";s:4:"7.97";s:8:"___id___";i:259;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:4:"2.16";s:7:"ytd_nav";s:5:"10.30";s:8:"___id___";i:258;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:4:"1.83";s:7:"ytd_nav";s:5:"12.32";s:8:"___id___";i:257;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"1.55";s:7:"ytd_nav";s:5:"14.06";s:8:"___id___";i:256;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:4:"3.73";s:7:"ytd_nav";s:5:"18.31";s:8:"___id___";i:255;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:4:"1.82";s:7:"ytd_nav";s:5:"20.46";s:8:"___id___";i:254;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:5:"20.46";s:7:"ytd_nav";s:5:"20.46";s:8:"___id___";i:253;}i:13;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:5:"66.85";s:7:"ytd_nav";s:5:"66.85";s:8:"___id___";i:252;}}'),
(895, 216, '_ninja_table_cache_html', ''),
(896, 216, '_external_cached_data', ''),
(897, 216, '_last_external_cached_time', ''),
(898, 216, '__ninja_cached_table_html', ''),
(899, 216, '_last_edited_by', '1'),
(900, 216, '_last_edited_time', '2024-06-12 14:12:12'),
(901, 216, '_ninja_table_caption', ''),
(955, 222, '_ninja_table_cache_html', ''),
(956, 222, '_external_cached_data', ''),
(957, 222, '_last_external_cached_time', ''),
(958, 222, '__ninja_cached_table_html', ''),
(959, 222, '_last_edited_by', '1'),
(960, 222, '_last_edited_time', '2024-06-12 14:19:12'),
(961, 222, '_ninja_table_caption', ''),
(962, 224, '_edit_lock', '1718204475:1'),
(963, 224, '_edit_last', '1'),
(965, 228, '_edit_last', '1'),
(966, 228, '_edit_lock', '1718203227:1'),
(967, 228, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:2:{i:0;a:6:{s:18:"tabs_content_title";s:4:"Info";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:4555:"<strong>Introduction</strong>\r\n\r\n<strong>Zhongcai Algorithm Long Short Fund Series One SP [Ended on 30 June 2022]</strong>\r\n\r\nThe fund has appointed Zhongcai Asset Management Limited as the Fund Manager. Mr. Ge Pei Kun, of Head of Investment and Senior Fund Manager is managing all investment decisions, subscription, redemption and other fund related matters.\r\n\r\n<strong>Fund Introduction</strong>\r\n\r\nZhongcai Algorithm Long Short Fund Series One SP is investing in global markets including the Greater China market. Derivative instruments can be used for investment purpose. With the algorithmic trading technology, the long-short strategy is used to pursue absolute returns. The fund has no fixed benchmark for performance.\r\n\r\n<strong>Fund Service Providers</strong>\r\n\r\n[caption id="attachment_30" align="alignleft" width="141"]<img class="wp-image-30 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/apex.png" alt="" width="141" height="136" /> Apex Fund Services[/caption]\r\n\r\n[caption id="attachment_31" align="alignleft" width="189"]<img class="wp-image-31 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/appleby.png" alt="" width="189" height="89" /> APPLEBY[/caption]\r\n\r\n[caption id="attachment_47" align="alignleft" width="135"]<img class="wp-image-47 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/HLB.jpg" alt="" width="135" height="129" /> HLB Hodgson Impey Cheng[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong>Investment Style</strong>\r\n\r\nThe fund manager will adjust the position ratio and holding period based on the value judgment of the different periods of the position variety.\r\n\r\n<strong>Investment Strategy</strong>\r\n\r\nThe fund manager uses algorithmic quantitative trading model and neural network artificial intelligence technique to obtain in-depth data research and analysis.\r\n\r\n<strong>Awards</strong>\r\n\r\n[caption id="attachment_29" align="alignleft" width="247"]<img class="wp-image-29 size-full" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/AsiaHedge.png" alt="" width="247" height="129" /> AsiaHedge[/caption]\r\n\r\n[caption id="attachment_28" align="alignleft" width="251"]<img class="wp-image-28" src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/bc489ced-b8fa-4efd-a5f8-e845d2448cd1.png" alt="" width="251" height="61" /> Preqin[/caption]\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n1. Nominated for Final Shortlist of "New Fund of the Year" at The HFM AsiaHedge Awards 2019 in Hong Kong.\r\n\r\nhttps://asiahedgeawards.awardstage.com/\r\n\r\nÂ 2. Ranked No.4 in "Net Returns of Top Performing Asia-Pacific-Based Multi-Strategy Hedge Funds in 2019 YTD"of Preqin™ Honour Roll 2019: Hedge Funds in Asia-Pacific.\r\n\r\nhttps://www.preqin.com/insights/research/factsheets/honour-roll-2019-hedge-funds-in-asiapacific\r\n\r\n<strong>Investment Risk</strong>\r\n\r\nThe fund is subject to derivatives, leverage and short selling risks. The value of the fund is subject to potentially significant volatility and the risks associated with related counterparty, so it may fluctuate significantly in a short period of time and investor may lost all of the investment.\r\n\r\n<strong>Fees</strong>\r\n\r\n<strong>Subscription fee:</strong> N/A\r\n\r\n<strong>Redemption Fee:</strong> N/A\r\n\r\n<strong>Management Fee:</strong> 1.5% p.a.\r\n\r\n<strong>Performance Fee:</strong> The performance fee is equal to (i) 15% (in the case where the Appreciation (as defined below) is below 50%) AND (ii) 25% (in the case where the Appreciation is equal to or above 50%) of the appreciation of the Net Asset Value attributable to each Series of Shares with respect to a particular calendar year (Appreciation) above the High Water Mark.\r\n\r\n<strong>Redemption</strong>\r\n\r\nShareholders may not request the redemption of any Shares prior to the expiry of six (6) months following the date of issue of the relevant Shares. Except as provided herein, a Shareholder may request redemption of all or part of its Shares as of the first Business Day of each quarter.\r\n\r\nThe above information is from Zhongcai Asset Management Limited (ZAML<span style="font-size: 16px;">). ZAML cannot guarantee any accuracy, validity, timeliness or completeness of information. ZAML has expressly refused to recognize any commercial protection, or the appropriateness or liability of a particular purpose. The above information is for reference only. All the terms of the fund will be subject to the Offering Memorandum and the Supplement to the Offering Memorandum.</span>";}i:1;a:6:{s:18:"tabs_content_title";s:11:"Performance";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:378:"<strong>Performance</strong>\r\n\r\n<strong>Zhongcai Algorithm Long Short Fund Series One SP [Ended on 30 June 2022]</strong>\r\n\r\nThe fund has appointed Zhongcai Asset Management Limited as the Fund Manager. Mr. Ge Pei Kun, of Head of Investment and Senior Fund Manager is managing all investment decisions, subscription, redemption and other fund related matters.\r\n[wptabs id="171"]";}}}'),
(953, 222, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(954, 222, '_ninja_table_cache_object', 'a:14:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:272;}i:1;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"1391.2656";s:8:"___id___";i:273;}i:2;a:3:{i:2024;s:9:"1407.2554";s:5:"month";s:4:"2月";s:8:"___id___";i:267;}i:3;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1403.9405";s:8:"___id___";i:274;}i:4;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1420.6391";s:8:"___id___";i:275;}i:5;a:3:{s:5:"month";s:4:"5月";i:2024;s:9:"1443.7232";s:8:"___id___";i:276;}i:6;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1467.9684";s:8:"___id___";i:277;}i:7;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"1495.4991";s:8:"___id___";i:278;}i:8;a:3:{s:5:"month";s:4:"8月";i:2024;s:9:"1527.7321";s:8:"___id___";i:279;}i:9;a:3:{s:5:"month";s:4:"9月";i:2024;s:9:"1555.6368";s:8:"___id___";i:271;}i:10;a:3:{s:5:"month";s:5:"10月";i:2024;s:9:"1579.7529";s:8:"___id___";i:270;}i:11;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"1638.7071";s:8:"___id___";i:269;}i:12;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"1668.4570";s:8:"___id___";i:268;}i:13;a:3:{i:2024;s:9:"1668.4570";s:5:"month";s:12:"成立至今";s:8:"___id___";i:266;}}'),
(952, 222, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2020";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(912, 218, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2019年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2019年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(913, 218, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(914, 218, '_ninja_table_cache_object', 'a:14:{i:0;a:4:{s:5:"month";s:4:"1月";s:11:"monthly_nav";s:4:"2.18";s:7:"ytd_nav";s:4:"2.18";s:8:"___id___";i:293;}i:1;a:4:{s:5:"month";s:4:"2月";s:11:"monthly_nav";s:4:"1.69";s:7:"ytd_nav";s:4:"3.87";s:8:"___id___";i:292;}i:2;a:4:{s:5:"month";s:4:"3月";s:11:"monthly_nav";s:4:"2.75";s:7:"ytd_nav";s:4:"6.76";s:8:"___id___";i:291;}i:3;a:4:{s:5:"month";s:4:"4月";s:11:"monthly_nav";s:4:"1.83";s:7:"ytd_nav";s:4:"8.72";s:8:"___id___";i:290;}i:4;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:4:"0.46";s:7:"ytd_nav";s:4:"9.22";s:8:"___id___";i:289;}i:5;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"1.41";s:7:"ytd_nav";s:5:"10.75";s:8:"___id___";i:288;}i:6;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:4:"1.16";s:7:"ytd_nav";s:5:"12.04";s:8:"___id___";i:287;}i:7;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:4:"3.92";s:7:"ytd_nav";s:5:"16.43";s:8:"___id___";i:286;}i:8;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:4:"0.98";s:7:"ytd_nav";s:5:"17.57";s:8:"___id___";i:285;}i:9;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"1.13";s:7:"ytd_nav";s:5:"18.91";s:8:"___id___";i:284;}i:10;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:4:"1.14";s:7:"ytd_nav";s:5:"20.26";s:8:"___id___";i:283;}i:11;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:4:"1.11";s:7:"ytd_nav";s:5:"21.60";s:8:"___id___";i:282;}i:12;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:5:"21.60";s:7:"ytd_nav";s:5:"21.60";s:8:"___id___";i:281;}i:13;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:5:"38.50";s:7:"ytd_nav";s:5:"38.50";s:8:"___id___";i:280;}}'),
(915, 218, '_ninja_table_cache_html', ''),
(916, 218, '_external_cached_data', ''),
(917, 218, '_last_external_cached_time', ''),
(918, 218, '__ninja_cached_table_html', ''),
(919, 218, '_last_edited_by', '1'),
(920, 218, '_last_edited_time', '2024-06-12 14:12:40'),
(921, 218, '_ninja_table_caption', ''),
(922, 219, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2019";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(923, 219, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(924, 219, '_ninja_table_cache_object', 'a:14:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:300;}i:1;a:3:{s:5:"month";s:4:"1月";i:2024;s:9:"1163.8071";s:8:"___id___";i:301;}i:2;a:3:{i:2024;s:9:"1183.5176";s:5:"month";s:4:"2月";s:8:"___id___";i:295;}i:3;a:3:{s:5:"month";s:4:"3月";i:2024;s:9:"1216.0473";s:8:"___id___";i:302;}i:4;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1238.2905";s:8:"___id___";i:303;}i:5;a:3:{s:5:"month";s:4:"5月";i:2024;s:9:"1243.9691";s:8:"___id___";i:304;}i:6;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1261.4962";s:8:"___id___";i:305;}i:7;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"1276.0797";s:8:"___id___";i:306;}i:8;a:3:{s:5:"month";s:4:"8月";i:2024;s:9:"1326.1734";s:8:"___id___";i:307;}i:9;a:3:{s:5:"month";s:4:"9月";i:2024;s:9:"1339.1763";s:8:"___id___";i:299;}i:10;a:3:{s:5:"month";s:5:"10月";i:2024;s:9:"1354.3513";s:8:"___id___";i:298;}i:11;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"1369.8016";s:8:"___id___";i:297;}i:12;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"1385.4030";s:8:"___id___";i:296;}i:13;a:3:{i:2024;s:9:"1385.4030";s:5:"month";s:12:"成立至今";s:8:"___id___";i:294;}}'),
(925, 219, '_ninja_table_cache_html', ''),
(926, 219, '_external_cached_data', ''),
(927, 219, '_last_external_cached_time', ''),
(928, 219, '__ninja_cached_table_html', ''),
(929, 219, '_last_edited_by', '1'),
(930, 219, '_last_edited_time', '2024-06-12 14:12:55'),
(931, 219, '_ninja_table_caption', ''),
(932, 220, '_ninja_table_columns', 'a:3:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:34:"2018年单月基金净值百分比";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}i:2;a:15:{s:4:"name";s:34:"2018年至今基金净值百分比";s:3:"key";s:7:"ytd_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(933, 220, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(934, 220, '_ninja_table_cache_object', 'a:11:{i:0;a:4:{s:5:"month";s:15:"4月16日发行";s:11:"monthly_nav";s:4:"0.31";s:7:"ytd_nav";s:4:"0.31";s:8:"___id___";i:321;}i:1;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:4:"1.61";s:7:"ytd_nav";s:4:"1.92";s:8:"___id___";i:320;}i:2;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:4:"0.80";s:7:"ytd_nav";s:4:"2.73";s:8:"___id___";i:319;}i:3;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:4:"0.98";s:7:"ytd_nav";s:4:"3.74";s:8:"___id___";i:318;}i:4;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:4:"1.27";s:7:"ytd_nav";s:4:"5.06";s:8:"___id___";i:317;}i:5;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:4:"0.72";s:7:"ytd_nav";s:4:"5.81";s:8:"___id___";i:316;}i:6;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:4:"1.55";s:7:"ytd_nav";s:4:"7.45";s:8:"___id___";i:315;}i:7;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:4:"3.13";s:7:"ytd_nav";s:5:"10.82";s:8:"___id___";i:314;}i:8;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:4:"2.78";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:313;}i:9;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:5:"13.90";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:309;}i:10;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:5:"13.90";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:308;}}'),
(935, 220, '_ninja_table_cache_html', ''),
(936, 220, '_external_cached_data', ''),
(937, 220, '_last_external_cached_time', ''),
(938, 220, '__ninja_cached_table_html', ''),
(939, 220, '_last_edited_by', '1'),
(940, 220, '_last_edited_time', '2024-06-12 14:13:09'),
(941, 220, '_ninja_table_caption', ''),
(942, 221, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2018";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(943, 221, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(944, 221, '_ninja_table_cache_object', 'a:11:{i:0;a:3:{s:5:"month";s:22:"2018年4月16日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:328;}i:1;a:3:{s:5:"month";s:4:"4月";i:2024;s:9:"1003.0856";s:8:"___id___";i:329;}i:2;a:3:{i:2024;s:9:"1019.2201";s:5:"month";s:4:"5月";s:8:"___id___";i:323;}i:3;a:3:{s:5:"month";s:4:"6月";i:2024;s:9:"1027.3539";s:8:"___id___";i:330;}i:4;a:3:{s:5:"month";s:4:"7月";i:2024;s:9:"1037.3973";s:8:"___id___";i:331;}i:5;a:3:{s:5:"month";s:4:"8月";i:2024;s:9:"1050.5678";s:8:"___id___";i:332;}i:6;a:3:{s:5:"month";s:4:"9月";i:2024;s:9:"1058.1203";s:8:"___id___";i:333;}i:7;a:3:{s:5:"month";s:5:"10月";i:2024;s:9:"1074.5222";s:8:"___id___";i:334;}i:8;a:3:{s:5:"month";s:5:"11月";i:2024;s:9:"1108.1890";s:8:"___id___";i:335;}i:9;a:3:{s:5:"month";s:5:"12月";i:2024;s:9:"1138.9947";s:8:"___id___";i:327;}i:10;a:3:{s:5:"month";s:12:"成立至今";i:2024;s:9:"1138.9947";s:8:"___id___";i:326;}}'),
(945, 221, '_ninja_table_cache_html', ''),
(946, 221, '_external_cached_data', ''),
(947, 221, '_last_external_cached_time', ''),
(948, 221, '__ninja_cached_table_html', ''),
(949, 221, '_last_edited_by', '1'),
(950, 221, '_last_edited_time', '2024-06-12 14:13:23'),
(951, 221, '_ninja_table_caption', ''),
(968, 228, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"1";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}');
INSERT INTO `wptd_postmeta` VALUES
(969, 228, '_wp_trash_meta_status', 'draft'),
(970, 228, '_wp_trash_meta_time', '1718203375'),
(971, 228, '_wp_desired_post_slug', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en'),
(972, 229, '_edit_last', '1'),
(973, 229, '_edit_lock', '1718204308:1'),
(974, 229, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:2:{i:0;a:6:{s:18:"tabs_content_title";s:12:"基金概况";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:1302:"<strong>基金简介</strong>\r\n\r\n中财II号(成长)基金主要投资于二级股票市场。基金投资地域并不局限于香港，基金经理也积极在全球市场，包括美股和A股寻找合适的投资机会。基金最高杠杆为30%，并且基金不涉及衍生产品的投资。\r\n\r\n<strong>收费情况</strong>\r\n认购费：无\r\n赎回费：无\r\n管理费：1.5%每年\r\n表现费：如果当年基金盈利如果不超过50%，则按总盈利的15%收取表现费；如果当年基金盈利超过50%，则50%以内的盈利收取15%的表现费，而超越50%的盈利收取25%的表现费。（只有当基金净值超越high water mark的情况下才会收取表现费）\r\n\r\n<strong>申赎规则</strong>\r\n基金在认购后有6个月的锁定期，在锁定期内不能赎回。之后，股东可以在每个季度第一个工作天要求赎回部分或者全部基金股份。\r\n\r\n以上资料均来自中财资产管理，但中财资产管理不能﹐亦不会就任何讯息或讯息的准确性、有效性、及时性或完整性作出任何保证。中财资产管理明确地拒绝承认任何商业保护﹐或某特定目的之适当性或承担任何责任。以上资料仅供参考，有关基金条款一切会依照基金的发行备忘录及补充备忘录为准。";}i:1;a:6:{s:18:"tabs_content_title";s:12:"回报表现";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:1602:"<strong>回报表现</strong>\r\n\r\n<strong>中财II号(成长)基金 [中财II号(成长)基金现已关闭]</strong>\r\n\r\n该基金由投资总监兼资金经理 李云舟 先生管理所有的投资决策，申赎等事宜。\r\n\r\n[wptabs id="230"]\r\n\r\n&nbsp;\r\n\r\n资料来源：Custom House Global Fund Services Limited (Acquired by the Apex Group)。投资涉及风险。过往业绩并不表示将来的回报。投资产品的价格及其收益可升亦可跌。在若干情况下，投资者可能无法收回全部投资金额。投资者在认购基金之前，应参考基金说明书的“风险因素”以获取更多详情。关于上述除费后基金净值的比较仅供参考用途。投资者于不同时间认购或追加的股份均单独进行结算。最终结算方式以基金行政计算方法为准。关于投资者实际的基金净值应按投资者各自的持股单位/比例及当月的基金净值表现进行计算。 若有任何疑问，应咨询独立财务及专业顾问的意见。本中文译本仅供参考之用。如中文译本之文义与英文原文有歧义，概以英文原文为准。中财资产管理不能﹐亦不会就任何讯息或讯息的准确性、有效性、及时性或完整性作出任何保证。中财资管将保留于任何时候更改网站上的任何讯息及任何数据的权利，中财资管明确地拒绝承认任何商业保护﹐或某特定目的之适当性或承担任何责任。本网站上的讯息﹐仅按当时情况而提供﹐其所包含或表达的一切讯息或意见﹐如有任何变更﹐恕不预先通知。";}}}'),
(978, 230, '_edit_last', '1'),
(979, 230, '_edit_lock', '1718204237:1'),
(980, 230, 'sp_tab_source_options', 'a:2:{s:15:"sptpro_tab_type";s:12:"content-tabs";s:21:"sptpro_content_source";a:1:{i:0;a:6:{s:18:"tabs_content_title";s:4:"2018";s:21:"tabs_content_subtitle";s:0:"";s:17:"tabs_content_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:16:"tabs_custom_icon";a:8:{s:3:"url";s:0:"";s:2:"id";s:0:"";s:5:"width";s:0:"";s:6:"height";s:0:"";s:9:"thumbnail";s:0:"";s:3:"alt";s:0:"";s:5:"title";s:0:"";s:11:"description";s:0:"";}s:12:"tabs_linking";s:0:"";s:24:"tabs_content_description";s:122:"除费后基金月回报（%）：\r\n[ninja_tables id="231"]\r\n除费后基金月净值（HKD）：\r\n[ninja_tables id="232"]";}}}'),
(975, 229, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(976, 229, '_wp_old_slug', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en'),
(977, 229, '_wp_old_slug', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en-2'),
(1004, 234, '_menu_item_type', 'post_type'),
(981, 230, 'sp_tab_shortcode_options', 'a:40:{s:18:"sptpro_tabs_layout";s:10:"horizontal";s:32:"sptpro_tabs_horizontal_alignment";s:29:"tab-horizontal-alignment-left";s:27:"sptpro_tabs_activator_event";s:26:"tabs-activator-event-click";s:17:"sptpro_tab_opened";s:1:"1";s:16:"sptpro_preloader";s:1:"1";s:20:"sptpro_section_title";s:1:"0";s:26:"sptpro_margin_between_tabs";a:1:{s:3:"all";s:2:"10";}s:16:"sptpro_tabs_icon";s:1:"1";s:20:"sptpro_tab_icon_size";a:1:{s:3:"all";s:2:"16";}s:23:"sptpro_icon_space_title";a:1:{s:3:"all";s:2:"10";}s:21:"sptpro_tab_icon_color";a:3:{s:14:"tab-icon-color";s:4:"#444";s:21:"tab-icon-color-active";s:4:"#444";s:20:"tab-icon-color-hover";s:4:"#444";}s:24:"sptpro_tab_icon_position";s:22:"tab-icon-position-left";s:24:"sptpro_showhide_subtitle";s:0:"";s:24:"sptpro_title_heading_tag";s:2:"H4";s:29:"sptpro_active_indicator_arrow";s:0:"";s:25:"sptpro_tabs_bg_color_type";s:5:"solid";s:21:"sptpro_title_bg_color";a:3:{s:14:"title-bg-color";s:4:"#eee";s:21:"title-active-bg-color";s:4:"#fff";s:20:"title-hover-bg-color";s:4:"#fff";}s:20:"sptpro_title_padding";a:4:{s:3:"top";s:2:"15";s:5:"right";s:2:"15";s:6:"bottom";s:2:"15";s:4:"left";s:2:"15";}s:18:"sptpro_tabs_border";a:4:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";s:13:"border_radius";s:1:"2";}s:34:"sptpro_active_tab_style_horizontal";s:28:"horizontal-active-tab-normal";s:35:"sptpro_margin_between_tabs_and_desc";a:1:{s:6:"bottom";s:1:"0";}s:20:"sptpro_desc_bg_color";s:7:"#ffffff";s:19:"sptpro_desc_padding";a:4:{s:3:"top";s:2:"20";s:5:"right";s:2:"20";s:6:"bottom";s:2:"20";s:4:"left";s:2:"20";}s:18:"sptpro_desc_border";a:3:{s:3:"all";s:1:"1";s:5:"style";s:5:"solid";s:5:"color";s:7:"#cccccc";}s:32:"sptpro_flat_tab_style_horizontal";s:26:"horizontal-flat-tab-normal";s:19:"sptpro_fixed_height";s:4:"auto";s:23:"sptpro_set_small_screen";a:1:{s:3:"all";s:3:"480";}s:27:"sptpro_tabs_on_small_screen";s:10:"full_widht";s:31:"sptpro_expand_and_collapse_icon";s:1:"1";s:21:"sptpro_tabs_animation";s:1:"1";s:26:"sptpro_tabs_animation_type";s:6:"fadeIn";s:21:"sptpro_animation_time";s:3:"500";s:30:"sptpro_section_title_font_load";s:0:"";s:25:"sptpro_section_title_typo";a:13:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"600";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"28";s:11:"line-height";s:2:"28";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#444444";s:13:"margin-bottom";s:2:"30";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:27:"sptpro_tabs_title_font_load";s:0:"";s:22:"sptpro_tabs_title_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:3:"600";s:10:"font-style";s:6:"normal";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"22";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:11:"hover_color";s:4:"#444";s:12:"active_color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:25:"sptpro_subtitle_font_load";s:0:"";s:20:"sptpro_subtitle_typo";a:14:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:6:"center";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"14";s:11:"line-height";s:2:"18";s:14:"letter-spacing";s:1:"0";s:5:"color";s:7:"#616161";s:11:"hover_color";s:7:"#616161";s:12:"active_color";s:7:"#616161";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}s:21:"sptpro_desc_font_load";s:0:"";s:16:"sptpro_desc_typo";a:12:{s:11:"font-family";s:0:"";s:11:"font-weight";s:0:"";s:10:"font-style";s:3:"400";s:6:"subset";s:0:"";s:10:"text-align";s:4:"left";s:14:"text-transform";s:4:"none";s:9:"font-size";s:2:"16";s:11:"line-height";s:2:"24";s:14:"letter-spacing";s:1:"0";s:5:"color";s:4:"#444";s:4:"type";s:6:"google";s:4:"unit";s:2:"px";}}'),
(982, 230, '_wp_old_slug', 'zcmwfsp_net_asset_cn'),
(983, 230, '_wp_old_slug', 'zcmwfsp_net_asset_cn-2'),
(984, 231, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:7:"2018年";s:3:"key";s:11:"monthly_nav";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(994, 232, '_ninja_table_columns', 'a:2:{i:0;a:12:{s:4:"name";s:6:"月份";s:3:"key";s:5:"month";s:11:"breakpoints";s:0:"";s:9:"data_type";s:4:"text";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";}i:1;a:15:{s:4:"name";s:4:"2018";s:3:"key";s:4:"2024";s:11:"breakpoints";s:0:"";s:9:"data_type";s:6:"number";s:10:"dateFormat";s:0:"";s:10:"timeFormat";s:0:"";s:19:"header_html_content";s:0:"";s:19:"enable_html_content";s:5:"false";s:12:"contentAlign";s:0:"";s:9:"textAlign";s:0:"";s:12:"maxWidthUnit";s:2:"px";s:14:"force_download";s:0:"";s:14:"decimal_system";s:2:"us";s:16:"decimalSeparator";s:1:".";s:17:"thousandSeparator";s:1:",";}}'),
(985, 231, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(986, 231, '_ninja_table_cache_object', 'a:10:{i:0;a:4:{s:5:"month";s:4:"5月";s:11:"monthly_nav";s:5:"-1.60";s:7:"ytd_nav";s:4:"1.92";s:8:"___id___";i:479;}i:1;a:4:{s:5:"month";s:4:"6月";s:11:"monthly_nav";s:5:"-3.96";s:7:"ytd_nav";s:4:"2.73";s:8:"___id___";i:478;}i:2;a:4:{s:5:"month";s:4:"7月";s:11:"monthly_nav";s:5:"-2.14";s:7:"ytd_nav";s:4:"3.74";s:8:"___id___";i:477;}i:3;a:4:{s:5:"month";s:4:"8月";s:11:"monthly_nav";s:5:"-2.84";s:7:"ytd_nav";s:4:"5.06";s:8:"___id___";i:476;}i:4;a:4:{s:5:"month";s:4:"9月";s:11:"monthly_nav";s:4:"1.38";s:7:"ytd_nav";s:4:"5.81";s:8:"___id___";i:475;}i:5;a:4:{s:5:"month";s:5:"10月";s:11:"monthly_nav";s:6:"-19.19";s:7:"ytd_nav";s:4:"7.45";s:8:"___id___";i:474;}i:6;a:4:{s:5:"month";s:5:"11月";s:11:"monthly_nav";s:4:"1.79";s:7:"ytd_nav";s:5:"10.82";s:8:"___id___";i:473;}i:7;a:4:{s:5:"month";s:5:"12月";s:11:"monthly_nav";s:5:"-6.76";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:472;}i:8;a:4:{s:5:"month";s:12:"年初至今";s:11:"monthly_nav";s:5:"30.14";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:471;}i:9;a:4:{s:5:"month";s:12:"成立至今";s:11:"monthly_nav";s:5:"30.14";s:7:"ytd_nav";s:5:"13.90";s:8:"___id___";i:470;}}'),
(995, 232, '_ninja_table_settings', 'a:19:{s:7:"perPage";s:2:"20";s:8:"show_all";s:1:"0";s:7:"library";s:8:"footable";s:7:"css_lib";s:11:"semantic_ui";s:11:"enable_ajax";s:0:"";s:11:"css_classes";a:5:{i:0;s:10:"selectable";i:1;s:6:"celled";i:2;s:7:"striped";i:3;s:7:"compact";i:4;s:17:"vertical_centered";}s:13:"enable_search";s:0:"";s:14:"column_sorting";s:0:"";s:15:"default_sorting";s:9:"old_first";s:12:"sorting_type";s:13:"by_created_at";s:11:"table_color";s:20:"ninja_no_color_table";s:11:"render_type";s:10:"ajax_table";s:15:"frontend_loader";s:3:"yes";s:16:"table_color_type";s:17:"pre_defined_color";s:11:"expand_type";s:7:"default";s:9:"stackable";s:2:"no";s:17:"table_font_family";s:7:"inherit";s:15:"table_font_size";s:2:"14";s:22:"alternate_color_status";s:2:"no";}'),
(996, 232, '_ninja_table_cache_object', 'a:10:{i:0;a:3:{s:5:"month";s:22:"2018年5月14日发行";i:2024;s:9:"1000.0000";s:8:"___id___";i:484;}i:1;a:3:{i:2024;s:8:"983.9913";s:5:"month";s:4:"5月";s:8:"___id___";i:481;}i:2;a:3:{s:5:"month";s:4:"6月";i:2024;s:8:"945.0131";s:8:"___id___";i:486;}i:3;a:3:{s:5:"month";s:4:"7月";i:2024;s:8:"924.7790";s:8:"___id___";i:487;}i:4;a:3:{s:5:"month";s:4:"8月";i:2024;s:8:"898.4866";s:8:"___id___";i:488;}i:5;a:3:{s:5:"month";s:4:"9月";i:2024;s:8:"910.8903";s:8:"___id___";i:489;}i:6;a:3:{s:5:"month";s:5:"10月";i:2024;s:8:"736.0675";s:8:"___id___";i:490;}i:7;a:3:{s:5:"month";s:5:"11月";i:2024;s:8:"749.2673";s:8:"___id___";i:491;}i:8;a:3:{s:5:"month";s:5:"12月";i:2024;s:8:"698.6220";s:8:"___id___";i:483;}i:9;a:3:{s:5:"month";s:12:"成立至今";i:2024;s:8:"698.6220";s:8:"___id___";i:482;}}'),
(987, 231, '_ninja_table_cache_html', ''),
(988, 231, '_external_cached_data', ''),
(989, 231, '_last_external_cached_time', ''),
(990, 231, '__ninja_cached_table_html', ''),
(991, 231, '_last_edited_by', '1'),
(992, 231, '_last_edited_time', '2024-06-12 14:50:48'),
(993, 231, '_ninja_table_caption', ''),
(1005, 234, '_menu_item_menu_item_parent', '127'),
(1006, 234, '_menu_item_object_id', '224'),
(1007, 234, '_menu_item_object', 'page'),
(1008, 234, '_menu_item_target', ''),
(1009, 234, '_menu_item_classes', 'a:1:{i:0;s:0:"";}'),
(1010, 234, '_menu_item_xfn', ''),
(1011, 234, '_menu_item_url', ''),
(997, 232, '_ninja_table_cache_html', ''),
(998, 232, '_external_cached_data', ''),
(999, 232, '_last_external_cached_time', ''),
(1000, 232, '__ninja_cached_table_html', ''),
(1001, 232, '_last_edited_by', '1'),
(1002, 232, '_last_edited_time', '2024-06-12 14:54:48'),
(1003, 232, '_ninja_table_caption', '');

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

--
-- Table structure for table `wptd_posts`
--

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

--
-- Dumping data for table `wptd_posts`
--

INSERT INTO `wptd_posts` VALUES
(1, 1, '2024-06-09 01:51:17', '2024-06-09 01:51:17', '<!-- 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!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2024-06-09 01:51:17', '2024-06-09 01:51:17', '', 0, 'https://www2.zhongcai-am.com/?p=1', 0, 'post', '', 1),
(2, 1, '2024-06-09 01:51:17', '2024-06-09 01:51:17', '<!-- 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&#241;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="https://www2.zhongcai-am.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', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2024-06-09 01:51:17', '2024-06-09 01:51:17', '', 0, 'https://www2.zhongcai-am.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2024-06-09 01:51:17', '2024-06-09 01:51:17', '<!-- wp:heading --><h2>Who we are</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Our website address is: https://www2.zhongcai-am.com.</p><!-- /wp:paragraph --><!-- wp:heading --><h2>Comments</h2><!-- /wp:heading --><!-- wp:paragraph --><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&#8217;s IP address and browser user agent string to help spam detection.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Media</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Cookies</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Embedded content from other websites</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Who we share your data with</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>How long we retain your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>What rights you have over your data</h2><!-- /wp:heading --><!-- wp:paragraph --><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><!-- /wp:paragraph --><!-- wp:heading --><h2>Where your data is sent</h2><!-- /wp:heading --><!-- wp:paragraph --><p><strong class="privacy-policy-tutorial">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p><!-- /wp:paragraph -->', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2024-06-09 01:51:17', '2024-06-09 01:51:17', '', 0, 'https://www2.zhongcai-am.com/?page_id=3', 0, 'page', '', 0),
(4, 0, '2024-06-09 01:53:21', '2024-06-09 01:53:21', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2024-06-09 01:53:21', '2024-06-09 01:53:21', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/navigation/', 0, 'wp_navigation', '', 0),
(5, 1, '2024-06-09 02:01:01', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2024-06-09 02:01:01', '0000-00-00 00:00:00', '', 0, 'https://www2.zhongcai-am.com/?p=5', 0, 'post', '', 0),
(6, 1, '2024-06-09 02:01:03', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2024-06-09 02:01:03', '0000-00-00 00:00:00', '', 0, 'https://www2.zhongcai-am.com/?p=6', 0, 'post', '', 0),
(7, 1, '2024-06-09 04:59:26', '2024-06-09 04:59:26', '', 'Logo', '', 'inherit', 'open', 'closed', '', 'logo', '', '', '2024-06-09 04:59:26', '2024-06-09 04:59:26', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/logo.png', 0, 'attachment', 'image/png', 0),
(8, 1, '2024-06-09 04:59:26', '2024-06-09 04:59:26', '<!-- wp:cover {"minHeight":720,"minHeightUnit":"px","customGradient":"linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 73%,rgb(193,15,255) 100%)","isDark":false,"align":"full"} -->\n<div class="wp-block-cover alignfull is-light" style="min-height:720px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 73%,rgb(193,15,255) 100%)"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"inherit":true,"type":"constrained"}} -->\n<div class="wp-block-group alignwide"><!-- wp:media-text {"mediaPosition":"right","mediaId":118,"mediaLink":"","mediaType":"image","mediaWidth":43,"verticalAlignment":"center"} -->\n<div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:auto 43%"><div class="wp-block-media-text__content"><!-- wp:heading {"textAlign":"left","level":1,"textColor":"white"} -->\n<h1 class="has-text-align-left has-white-color has-text-color">Your Idea Matters!</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pulvinar enim ac tortor nulla facilisi tristique facilisi <br>elementum sollicitudin eget lorem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="#">Make a Website</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div><figure class="wp-block-media-text__media"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg" alt="" class="wp-image-118 size-full"/></figure></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"0px"}}},"backgroundColor":"ast-global-color-5","layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-ast-global-color-5-background-color has-background" style="padding-bottom:0px"><!-- wp:columns {"verticalAlignment":"top","style":{"spacing":{"blockGap":"40px"}}} -->\n<div class="wp-block-columns are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":134,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/building.svg" alt="" class="wp-image-134"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Local Business</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":135,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg" alt="" class="wp-image-135"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Online Store</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":136,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/blog.svg" alt="" class="wp-image-136"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Blogging</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":137,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg" alt="" class="wp-image-137"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Portfolio</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</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":{"bottom":"0px","top":"144px"}}},"layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull" id="services" style="padding-top:144px;padding-bottom:0px"><!-- wp:heading -->\n<h2>Our Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"style":{"spacing":{"margin":{"top":"50px"}}}} -->\n<div class="wp-block-columns" style="margin-top:50px"><!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":230,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg" alt="" class="wp-image-230"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Branding Design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":232,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg" alt="" class="wp-image-232"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Graphic Design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":231,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/web.jpg" alt="" class="wp-image-231"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Web Development</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</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":"143px","bottom":"144px"}}},"backgroundColor":"ast-global-color-5","layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-ast-global-color-5-background-color has-background" id="about" style="padding-top:143px;padding-bottom:144px"><!-- wp:media-text {"align":"","mediaPosition":"right","mediaId":237,"mediaLink":"","mediaType":"image","verticalAlignment":"center"} -->\n<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center"><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"right":"80px"}}},"layout":{"inherit":true,"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-right:80px"><!-- wp:heading {"style":{"spacing":{"padding":{"right":"40px"}}}} -->\n<h2 style="padding-right:40px">We help teams build the business of their dreams</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Et in risus egestas nec vitae odio ac nibh vestibulum volutpat aliquet aenean erat lobortis non.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nibh egestas dictumst cursus est turpis quis tincidunt pulvinar maecenas eget massa vel, ante nam blandit egestas enim id quis sit maecenas id nunc tempus auctor orci, enim imperdiet proin nibh mattis.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class="wp-block-media-text__media"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg" alt="" class="wp-image-237 size-full"/></figure></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","backgroundColor":"ast-global-color-4","layout":{"inherit":false,"contentSize":"800px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-ast-global-color-4-background-color has-background" id="reviews"><!-- wp:image {"align":"center","id":235,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/avatar.png" alt="" class="wp-image-235"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"22px","lineHeight":1.6}}} -->\n<p class="has-text-align-center" style="font-size:22px;line-height:1.6">“The best part is that Astra comes with hundreds of professionally designed templates for just about every industry, makes it super easy for non-techy users to build a website.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center"><strong>Wade Warren</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"144px","bottom":"144px"}}},"layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull" id="whyus" style="padding-top:144px;padding-bottom:144px"><!-- wp:heading -->\n<h2>Why Choose Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"style":{"spacing":{"blockGap":"80px","margin":{"top":"60px"}}}} -->\n<div class="wp-block-columns" style="margin-top:60px"><!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":162,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg" alt="" class="wp-image-162"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Passionate</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tempor ullamcorper urna, est, lectus amet sit tempor pretium mi sed morbi cras posuere sit ultrices bibendum augue sit ornare.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":163,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/professional.svg" alt="" class="wp-image-163"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Professional</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tempor ullamcorper urna, est, lectus amet sit tempor pretium mi sed morbi cras posuere sit ultrices bibendum augue sit ornare.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":164,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/support.svg" alt="" class="wp-image-164"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Support</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tempor ullamcorper urna, est, lectus amet sit tempor pretium mi sed morbi cras posuere sit ultrices bibendum augue sit ornare.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"color":{"gradient":"linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 64%,rgb(193,15,255) 98%)"},"spacing":{"padding":{"top":"104px","bottom":"104px"}}},"layout":{"inherit":false,"contentSize":"520px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-background" id="contact" style="background:linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 64%,rgb(193,15,255) 98%);padding-top:104px;padding-bottom:104px"><!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#ffffff"}}} -->\n<h2 class="has-text-align-center has-text-color" style="color:#ffffff">Get a professional website today!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"50px"}}}} -->\n<div class="wp-block-buttons alignwide" style="margin-top:50px"><!-- wp:button -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button">Make a Website</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2024-06-09 04:59:26', '2024-06-09 04:59:26', '', 0, 'https://www2.zhongcai-am.com/?page_id=8', 0, 'page', '', 0),
(9, 1, '2024-06-09 04:59:26', '2024-06-09 04:59:26', '{\n    "nav_menus_created_posts": {\n        "starter_content": true,\n        "value": [\n            7,\n            8\n        ],\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:09"\n    },\n    "nav_menu[-1]": {\n        "value": {\n            "name": "Primary",\n            "description": "",\n            "parent": 0,\n            "auto_add": false\n        },\n        "type": "nav_menu",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-1]": {\n        "value": {\n            "object_id": 8,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 0,\n            "type": "post_type",\n            "title": "Home",\n            "url": "",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Home",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-2]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 1,\n            "type": "custom",\n            "title": "Services",\n            "url": "#services",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-3]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 2,\n            "type": "custom",\n            "title": "About",\n            "url": "#about",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-4]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 3,\n            "type": "custom",\n            "title": "Reviews",\n            "url": "#reviews",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-5]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 4,\n            "type": "custom",\n            "title": "Why Us",\n            "url": "#whyus",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-6]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 5,\n            "type": "custom",\n            "title": "Contact",\n            "url": "#contact",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -1,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "astra::nav_menu_locations[primary]": {\n        "starter_content": true,\n        "value": -1,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:09"\n    },\n    "nav_menu[-7]": {\n        "value": {\n            "name": "Primary",\n            "description": "",\n            "parent": 0,\n            "auto_add": false\n        },\n        "type": "nav_menu",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-7]": {\n        "value": {\n            "object_id": 8,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 0,\n            "type": "post_type",\n            "title": "Home",\n            "url": "",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Home",\n            "nav_menu_term_id": -7,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-8]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 1,\n            "type": "custom",\n            "title": "Services",\n            "url": "#services",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -7,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-9]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 2,\n            "type": "custom",\n            "title": "About",\n            "url": "#about",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -7,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-10]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 3,\n            "type": "custom",\n            "title": "Reviews",\n            "url": "#reviews",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -7,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-11]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 4,\n            "type": "custom",\n            "title": "Why Us",\n            "url": "#whyus",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -7,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "nav_menu_item[-12]": {\n        "value": {\n            "object_id": 0,\n            "object": "",\n            "menu_item_parent": 0,\n            "position": 5,\n            "type": "custom",\n            "title": "Contact",\n            "url": "#contact",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "",\n            "nav_menu_term_id": -7,\n            "_invalid": false,\n            "type_label": "Custom Link"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    },\n    "astra::nav_menu_locations[mobile_menu]": {\n        "starter_content": true,\n        "value": -7,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:09"\n    },\n    "page_on_front": {\n        "starter_content": true,\n        "value": 8,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:09"\n    },\n    "show_on_front": {\n        "starter_content": true,\n        "value": "page",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:09"\n    },\n    "astra::custom_logo": {\n        "starter_content": true,\n        "value": 7,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:09"\n    },\n    "old_sidebars_widgets_data": {\n        "value": {\n            "wp_inactive_widgets": [],\n            "sidebar-main": [\n                "block-2",\n                "block-3",\n                "block-4"\n            ],\n            "footer-sidebar-one": [\n                "block-5",\n                "block-6"\n            ],\n            "footer-sidebar-two": [],\n            "footer-sidebar-three": [],\n            "footer-sidebar-four": []\n        },\n        "type": "global_variable",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:09"\n    },\n    "astra-settings[ast-single-page-title]": {\n        "value": false,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 04:59:26"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '68b748a7-5973-4ecc-b771-e677c7ea5357', '', '', '2024-06-09 04:59:26', '2024-06-09 04:59:26', '', 0, 'https://www2.zhongcai-am.com/?p=9', 0, 'customize_changeset', '', 0),
(10, 1, '2024-06-09 04:59:26', '2024-06-09 04:59:26', '<!-- wp:cover {"minHeight":720,"minHeightUnit":"px","customGradient":"linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 73%,rgb(193,15,255) 100%)","isDark":false,"align":"full"} -->\n<div class="wp-block-cover alignfull is-light" style="min-height:720px"><span aria-hidden="true" class="wp-block-cover__background has-background-dim-100 has-background-dim has-background-gradient" style="background:linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 73%,rgb(193,15,255) 100%)"></span><div class="wp-block-cover__inner-container"><!-- wp:group {"align":"wide","layout":{"inherit":true,"type":"constrained"}} -->\n<div class="wp-block-group alignwide"><!-- wp:media-text {"mediaPosition":"right","mediaId":118,"mediaLink":"","mediaType":"image","mediaWidth":43,"verticalAlignment":"center"} -->\n<div class="wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center" style="grid-template-columns:auto 43%"><div class="wp-block-media-text__content"><!-- wp:heading {"textAlign":"left","level":1,"textColor":"white"} -->\n<h1 class="has-text-align-left has-white-color has-text-color">Your Idea Matters!</h1>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Pulvinar enim ac tortor nulla facilisi tristique facilisi <br>elementum sollicitudin eget lorem.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class="wp-block-buttons"><!-- wp:button -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button" href="#">Make a Website</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div><figure class="wp-block-media-text__media"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/hero-img.svg" alt="" class="wp-image-118 size-full"/></figure></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"bottom":"0px"}}},"backgroundColor":"ast-global-color-5","layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-ast-global-color-5-background-color has-background" style="padding-bottom:0px"><!-- wp:columns {"verticalAlignment":"top","style":{"spacing":{"blockGap":"40px"}}} -->\n<div class="wp-block-columns are-vertically-aligned-top"><!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":134,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/building.svg" alt="" class="wp-image-134"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Local Business</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":135,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/shopping-bag.svg" alt="" class="wp-image-135"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Online Store</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":136,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/blog.svg" alt="" class="wp-image-136"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Blogging</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"verticalAlignment":"top","style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column is-vertically-aligned-top"><!-- wp:image {"id":137,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/portfolio.svg" alt="" class="wp-image-137"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"textAlign":"left","level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 class="has-text-align-left" style="margin-top:16px">Portfolio</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {"align":"left"} -->\n<p class="has-text-align-left">Lorem ipsum dolor consectetur adipiscing elit eiusmod.</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":{"bottom":"0px","top":"144px"}}},"layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull" id="services" style="padding-top:144px;padding-bottom:0px"><!-- wp:heading -->\n<h2>Our Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"style":{"spacing":{"margin":{"top":"50px"}}}} -->\n<div class="wp-block-columns" style="margin-top:50px"><!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":230,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/branding.jpg" alt="" class="wp-image-230"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Branding Design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":232,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/graphic.jpg" alt="" class="wp-image-232"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Graphic Design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":231,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/web.jpg" alt="" class="wp-image-231"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Web Development</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sem quis erat nibh id neque tincidunt molestie convallis ut nibh vel, lorem consequat ullamcorper.</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":"143px","bottom":"144px"}}},"backgroundColor":"ast-global-color-5","layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-ast-global-color-5-background-color has-background" id="about" style="padding-top:143px;padding-bottom:144px"><!-- wp:media-text {"align":"","mediaPosition":"right","mediaId":237,"mediaLink":"","mediaType":"image","verticalAlignment":"center"} -->\n<div class="wp-block-media-text has-media-on-the-right is-stacked-on-mobile is-vertically-aligned-center"><div class="wp-block-media-text__content"><!-- wp:group {"style":{"spacing":{"padding":{"right":"80px"}}},"layout":{"inherit":true,"type":"constrained"}} -->\n<div class="wp-block-group" style="padding-right:80px"><!-- wp:heading {"style":{"spacing":{"padding":{"right":"40px"}}}} -->\n<h2 style="padding-right:40px">We help teams build the business of their dreams</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Et in risus egestas nec vitae odio ac nibh vestibulum volutpat aliquet aenean erat lobortis non.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Nibh egestas dictumst cursus est turpis quis tincidunt pulvinar maecenas eget massa vel, ante nam blandit egestas enim id quis sit maecenas id nunc tempus auctor orci, enim imperdiet proin nibh mattis.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div><figure class="wp-block-media-text__media"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/about-us.jpg" alt="" class="wp-image-237 size-full"/></figure></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","backgroundColor":"ast-global-color-4","layout":{"inherit":false,"contentSize":"800px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-ast-global-color-4-background-color has-background" id="reviews"><!-- wp:image {"align":"center","id":235,"sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image aligncenter size-full"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/avatar.png" alt="" class="wp-image-235"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"center","style":{"typography":{"fontSize":"22px","lineHeight":1.6}}} -->\n<p class="has-text-align-center" style="font-size:22px;line-height:1.6">“The best part is that Astra comes with hundreds of professionally designed templates for just about every industry, makes it super easy for non-techy users to build a website.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center"><strong>Wade Warren</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"spacing":{"padding":{"top":"144px","bottom":"144px"}}},"layout":{"inherit":false,"contentSize":"1200px","type":"constrained"}} -->\n<div class="wp-block-group alignfull" id="whyus" style="padding-top:144px;padding-bottom:144px"><!-- wp:heading -->\n<h2>Why Choose Us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {"style":{"spacing":{"blockGap":"80px","margin":{"top":"60px"}}}} -->\n<div class="wp-block-columns" style="margin-top:60px"><!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":162,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/passionate.svg" alt="" class="wp-image-162"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Passionate</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tempor ullamcorper urna, est, lectus amet sit tempor pretium mi sed morbi cras posuere sit ultrices bibendum augue sit ornare.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":163,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/professional.svg" alt="" class="wp-image-163"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Professional</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tempor ullamcorper urna, est, lectus amet sit tempor pretium mi sed morbi cras posuere sit ultrices bibendum augue sit ornare.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"style":{"spacing":{"blockGap":"8px"}}} -->\n<div class="wp-block-column"><!-- wp:image {"id":164,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/themes/astra/inc/assets/images/starter-content/support.svg" alt="" class="wp-image-164"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {"level":3,"style":{"spacing":{"margin":{"top":"16px"}}}} -->\n<h3 style="margin-top:16px">Support</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Tempor ullamcorper urna, est, lectus amet sit tempor pretium mi sed morbi cras posuere sit ultrices bibendum augue sit ornare.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {"align":"full","style":{"color":{"gradient":"linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 64%,rgb(193,15,255) 98%)"},"spacing":{"padding":{"top":"104px","bottom":"104px"}}},"layout":{"inherit":false,"contentSize":"520px","type":"constrained"}} -->\n<div class="wp-block-group alignfull has-background" id="contact" style="background:linear-gradient(35deg,rgb(6,0,151) 0%,rgb(130,4,255) 64%,rgb(193,15,255) 98%);padding-top:104px;padding-bottom:104px"><!-- wp:heading {"textAlign":"center","style":{"color":{"text":"#ffffff"}}} -->\n<h2 class="has-text-align-center has-text-color" style="color:#ffffff">Get a professional website today!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {"align":"wide","layout":{"type":"flex","justifyContent":"center","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"50px"}}}} -->\n<div class="wp-block-buttons alignwide" style="margin-top:50px"><!-- wp:button -->\n<div class="wp-block-button"><a class="wp-block-button__link wp-element-button">Make a Website</a></div>\n<!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->', 'Home', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2024-06-09 04:59:26', '2024-06-09 04:59:26', '', 8, 'https://www2.zhongcai-am.com/?p=10', 0, 'revision', '', 0),
(159, 1, '2024-06-09 08:40:03', '2024-06-09 08:40:03', '{\n    "astra-settings[header-desktop-items]": {\n        "value": {\n            "popup": {\n                "popup_content": [\n                    "mobile-menu"\n                ]\n            },\n            "above": {\n                "above_left": [],\n                "above_left_center": [],\n                "above_center": [],\n                "above_right_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_left_center": [],\n                "primary_center": [],\n                "primary_right_center": [],\n                "primary_right": []\n            },\n            "below": {\n                "below_left": [],\n                "below_left_center": [],\n                "below_center": [],\n                "below_right_center": [],\n                "below_right": [\n                    "menu-1"\n                ]\n            },\n            "flag": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:40:03"\n    },\n    "astra-settings[header-preset-style]": {\n        "value": "preset_1",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:39:14"\n    },\n    "astra-settings[header-mobile-items]": {\n        "value": {\n            "popup": {\n                "popup_content": []\n            },\n            "above": {\n                "above_left": [],\n                "above_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_center": [],\n                "primary_right": [\n                    "mobile-trigger"\n                ]\n            },\n            "below": {\n                "below_left": [],\n                "below_center": [],\n                "below_right": []\n            },\n            "flag": true\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:39:14"\n    },\n    "astra-settings[header-mobile-popup-items]": {\n        "value": false,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:39:14"\n    },\n    "astra-settings[hba-header-separator]": {\n        "value": "0",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:40:03"\n    },\n    "astra-settings[hb-header-height]": {\n        "value": {\n            "desktop": 80,\n            "tablet": "",\n            "mobile": ""\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:40:03"\n    },\n    "astra-settings[header-button1-text]": {\n        "value": "Sign up",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:40:03"\n    },\n    "astra-settings[header-html-1]": {\n        "value": "<a href=\\"#\\">Log in</a>",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:40:03"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '41d115e6-6425-4608-9735-bb4bba980d9e', '', '', '2024-06-09 08:40:03', '2024-06-09 08:40:03', '', 0, 'https://www2.zhongcai-am.com/?p=159', 0, 'customize_changeset', '', 0);
INSERT INTO `wptd_posts` VALUES
(23, 1, '2024-06-09 05:17:44', '2024-06-09 05:17:44', '', 'slider1_1', '', 'inherit', 'open', 'closed', '', 'slider1_1', '', '', '2024-06-09 05:17:44', '2024-06-09 05:17:44', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(24, 1, '2024-06-09 05:17:45', '2024-06-09 05:17:45', '', 'favicon', '', 'inherit', 'open', 'closed', '', 'favicon', '', '', '2024-06-09 05:17:45', '2024-06-09 05:17:45', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/favicon.png', 0, 'attachment', 'image/png', 0),
(25, 1, '2024-06-09 05:17:45', '2024-06-09 05:17:45', '', 'favicon-1', '', 'inherit', 'open', 'closed', '', 'favicon-1', '', '', '2024-06-09 05:17:45', '2024-06-09 05:17:45', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/favicon-1.png', 0, 'attachment', 'image/png', 0),
(26, 1, '2024-06-09 05:17:46', '2024-06-09 05:17:46', '', 'banner', '', 'inherit', 'open', 'closed', '', 'banner', '', '', '2024-06-09 05:17:46', '2024-06-09 05:17:46', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/banner.jpg', 0, 'attachment', 'image/jpeg', 0),
(27, 1, '2024-06-09 05:17:47', '2024-06-09 05:17:47', '', 'logo', '', 'inherit', 'open', 'closed', '', 'logo-2', '', '', '2024-06-09 05:17:47', '2024-06-09 05:17:47', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/logo-1.png', 0, 'attachment', 'image/png', 0),
(28, 1, '2024-06-09 05:17:47', '2024-06-09 05:17:47', '', 'bc489ced-b8fa-4efd-a5f8-e845d2448cd1', '', 'inherit', 'open', 'closed', '', 'bc489ced-b8fa-4efd-a5f8-e845d2448cd1', '', '', '2024-06-09 05:17:47', '2024-06-09 05:17:47', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/bc489ced-b8fa-4efd-a5f8-e845d2448cd1.png', 0, 'attachment', 'image/png', 0),
(29, 1, '2024-06-09 05:17:48', '2024-06-09 05:17:48', '', 'AsiaHedge', '', 'inherit', 'open', 'closed', '', 'asiahedge', '', '', '2024-06-09 05:17:48', '2024-06-09 05:17:48', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/AsiaHedge.png', 0, 'attachment', 'image/png', 0),
(30, 1, '2024-06-09 05:17:49', '2024-06-09 05:17:49', '', 'apex', '', 'inherit', 'open', 'closed', '', 'apex', '', '', '2024-06-09 05:17:49', '2024-06-09 05:17:49', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/apex.png', 0, 'attachment', 'image/png', 0),
(31, 1, '2024-06-09 05:17:49', '2024-06-09 05:17:49', '', 'appleby', '', 'inherit', 'open', 'closed', '', 'appleby', '', '', '2024-06-09 05:17:49', '2024-06-09 05:17:49', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/appleby.png', 0, 'attachment', 'image/png', 0),
(32, 1, '2024-06-09 05:17:50', '2024-06-09 05:17:50', '', 'MS_HAN', '', 'inherit', 'open', 'closed', '', 'ms_han', '', '', '2024-06-09 05:17:50', '2024-06-09 05:17:50', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/MS_HAN.jpg', 0, 'attachment', 'image/jpeg', 0),
(33, 1, '2024-06-09 05:17:51', '2024-06-09 05:17:51', '', 'WithIntelligence', '', 'inherit', 'open', 'closed', '', 'withintelligence', '', '', '2024-06-09 05:17:51', '2024-06-09 05:17:51', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/WithIntelligence.jpg', 0, 'attachment', 'image/jpeg', 0),
(34, 1, '2024-06-09 05:17:52', '2024-06-09 05:17:52', '', 'xgzc', '', 'inherit', 'open', 'closed', '', 'xgzc', '', '', '2024-06-09 05:17:52', '2024-06-09 05:17:52', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/xgzc.jpg', 0, 'attachment', 'image/jpeg', 0),
(35, 1, '2024-06-09 05:17:52', '2024-06-09 05:17:52', '', '20180531163717', '', 'inherit', 'open', 'closed', '', '20180531163717', '', '', '2024-06-09 05:17:52', '2024-06-09 05:17:52', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/20180531163717.jpg', 0, 'attachment', 'image/jpeg', 0),
(36, 1, '2024-06-09 05:17:53', '2024-06-09 05:17:53', '', '20180611130120', '', 'inherit', 'open', 'closed', '', '20180611130120', '', '', '2024-06-09 05:17:53', '2024-06-09 05:17:53', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/20180611130120.jpg', 0, 'attachment', 'image/jpeg', 0),
(37, 1, '2024-06-09 05:17:54', '2024-06-09 05:17:54', '', 'silder4_1', '', 'inherit', 'open', 'closed', '', 'silder4_1', '', '', '2024-06-09 05:17:54', '2024-06-09 05:17:54', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/silder4_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(38, 1, '2024-06-09 05:17:55', '2024-06-09 05:17:55', '', 'slider1', '', 'inherit', 'open', 'closed', '', 'slider1', '', '', '2024-06-09 05:17:55', '2024-06-09 05:17:55', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1.jpg', 0, 'attachment', 'image/jpeg', 0),
(39, 1, '2024-06-09 05:17:56', '2024-06-09 05:17:56', '', 'slider1_1-1', '', 'inherit', 'open', 'closed', '', 'slider1_1-1', '', '', '2024-06-09 05:17:56', '2024-06-09 05:17:56', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1_1-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(40, 1, '2024-06-09 05:17:57', '2024-06-09 05:17:57', '', 'slider2_1', '', 'inherit', 'open', 'closed', '', 'slider2_1', '', '', '2024-06-09 05:17:57', '2024-06-09 05:17:57', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider2_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(41, 1, '2024-06-09 05:17:58', '2024-06-09 05:17:58', '', 'slider3', '', 'inherit', 'open', 'closed', '', 'slider3', '', '', '2024-06-09 05:17:58', '2024-06-09 05:17:58', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider3.jpg', 0, 'attachment', 'image/jpeg', 0),
(42, 1, '2024-06-09 05:18:00', '2024-06-09 05:18:00', '', 'slider3_1', '', 'inherit', 'open', 'closed', '', 'slider3_1', '', '', '2024-06-09 05:18:00', '2024-06-09 05:18:00', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider3_1.jpg', 0, 'attachment', 'image/jpeg', 0),
(43, 1, '2024-06-09 05:18:01', '2024-06-09 05:18:01', '', 'slider4', '', 'inherit', 'open', 'closed', '', 'slider4', '', '', '2024-06-09 05:18:01', '2024-06-09 05:18:01', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider4.jpg', 0, 'attachment', 'image/jpeg', 0),
(44, 1, '2024-06-09 05:18:03', '2024-06-09 05:18:03', '', 'tech-detail', '', 'inherit', 'open', 'closed', '', 'tech-detail', '', '', '2024-06-09 05:18:03', '2024-06-09 05:18:03', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/tech-detail.png', 0, 'attachment', 'image/png', 0),
(45, 1, '2024-06-09 05:18:03', '2024-06-09 05:18:03', '', 'cropped-favicon', '', 'inherit', 'open', 'closed', '', 'cropped-favicon', '', '', '2024-06-09 05:18:03', '2024-06-09 05:18:03', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/cropped-favicon.png', 0, 'attachment', 'image/png', 0),
(46, 1, '2024-06-09 05:18:04', '2024-06-09 05:18:04', '', 'JMDCPA', '', 'inherit', 'open', 'closed', '', 'jmdcpa', '', '', '2024-06-09 05:18:04', '2024-06-09 05:18:04', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/JMDCPA.png', 0, 'attachment', 'image/png', 0),
(47, 1, '2024-06-09 05:18:05', '2024-06-09 05:18:05', '', 'HLB', '', 'inherit', 'open', 'closed', '', 'hlb', '', '', '2024-06-09 05:18:05', '2024-06-09 05:18:05', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/HLB.jpg', 0, 'attachment', 'image/jpeg', 0),
(48, 1, '2024-06-09 05:18:06', '2024-06-09 05:18:06', '', 'slider5', '', 'inherit', 'open', 'closed', '', 'slider5', '', '', '2024-06-09 05:18:06', '2024-06-09 05:18:06', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider5.jpg', 0, 'attachment', 'image/jpeg', 0),
(49, 1, '2024-06-09 05:18:07', '2024-06-09 05:18:07', '', 'slider2', '', 'inherit', 'open', 'closed', '', 'slider2', '', '', '2024-06-09 05:18:07', '2024-06-09 05:18:07', '', 0, 'https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider2.jpg', 0, 'attachment', 'image/jpeg', 0),
(50, 1, '2024-06-09 05:19:53', '2024-06-09 05:19:53', '{\n    "astra::custom_logo": {\n        "value": 27,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:19:28"\n    },\n    "astra-settings[display-site-title-responsive]": {\n        "value": {\n            "desktop": 0,\n            "tablet": false,\n            "mobile": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:19:28"\n    },\n    "site_icon": {\n        "value": 24,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:19:53"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f021b1a0-e121-4eb4-a5dd-bd4ff063e63b', '', '', '2024-06-09 05:19:53', '2024-06-09 05:19:53', '', 0, 'https://www2.zhongcai-am.com/?p=50', 0, 'customize_changeset', '', 0),
(51, 1, '2024-06-09 05:21:17', '2024-06-09 05:21:17', '{\n    "astra-settings[single-page-ast-content-layout]": {\n        "value": "default",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:20:29"\n    },\n    "astra-settings[ast-single-page-title]": {\n        "value": false,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:20:29"\n    },\n    "astra-settings[header-desktop-items]": {\n        "value": {\n            "popup": {\n                "popup_content": [\n                    "mobile-menu"\n                ]\n            },\n            "above": {\n                "above_left": [],\n                "above_left_center": [],\n                "above_center": [],\n                "above_right_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_left_center": [],\n                "primary_center": [],\n                "primary_right_center": [],\n                "primary_right": [\n                    "menu-1",\n                    "social-icons-1"\n                ]\n            },\n            "below": {\n                "below_left": [],\n                "below_left_center": [],\n                "below_center": [],\n                "below_right_center": [],\n                "below_right": []\n            },\n            "flag": true\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:21:17"\n    },\n    "astra-settings[header-mobile-items]": {\n        "value": {\n            "popup": {\n                "popup_content": [\n                    "mobile-menu"\n                ]\n            },\n            "above": {\n                "above_left": [],\n                "above_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_center": [],\n                "primary_right": [\n                    "mobile-trigger"\n                ]\n            },\n            "below": {\n                "below_left": [],\n                "below_center": [],\n                "below_right": []\n            },\n            "flag": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:21:17"\n    },\n    "astra-settings[ast-search-page-title]": {\n        "value": false,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:21:17"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2e49c19b-3899-4ed6-83b9-c93370bd1f13', '', '', '2024-06-09 05:21:17', '2024-06-09 05:21:17', '', 0, 'https://www2.zhongcai-am.com/?p=51', 0, 'customize_changeset', '', 0),
(52, 1, '2024-06-09 05:22:04', '2024-06-09 05:22:04', '{\n    "astra-settings[footer-copyright-editor]": {\n        "value": "Copyright [copyright] [current_year] [site_title] | Powered by [BW]",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:22:04"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '995aabf7-64e7-43e1-91c0-760819c93695', '', '', '2024-06-09 05:22:04', '2024-06-09 05:22:04', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/995aabf7-64e7-43e1-91c0-760819c93695/', 0, 'customize_changeset', '', 0),
(53, 1, '2024-06-09 05:23:18', '2024-06-09 05:23:18', '{\n    "astra::nav_menu_locations[primary]": {\n        "value": -4381387567408304000,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:23:18"\n    },\n    "astra::nav_menu_locations[mobile_menu]": {\n        "value": -4381387567408304000,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:23:18"\n    },\n    "nav_menu[-4381387567408304000]": {\n        "value": {\n            "name": "MainMenu",\n            "description": "",\n            "parent": 0,\n            "auto_add": false\n        },\n        "type": "nav_menu",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:23:18"\n    },\n    "nav_menu_item[-2579143840799496000]": {\n        "value": {\n            "object_id": 8,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 1,\n            "type": "post_type",\n            "title": "Home",\n            "url": "https://www2.zhongcai-am.com/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Home",\n            "nav_menu_term_id": -4381387567408304000,\n            "_invalid": false,\n            "type_label": "Front Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:23:18"\n    },\n    "nav_menu_item[-4374817231961411600]": {\n        "value": {\n            "object_id": 2,\n            "object": "page",\n            "menu_item_parent": 0,\n            "position": 2,\n            "type": "post_type",\n            "title": "Sample Page",\n            "url": "https://www2.zhongcai-am.com/sample-page/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "Sample Page",\n            "nav_menu_term_id": -4381387567408304000,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:23:18"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2de4620c-2615-452e-95bd-7ffe72017d02', '', '', '2024-06-09 05:23:18', '2024-06-09 05:23:18', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/2de4620c-2615-452e-95bd-7ffe72017d02/', 0, 'customize_changeset', '', 0),
(92, 1, '2024-06-09 05:53:08', '2024-06-09 05:53:08', '{\n    "astra-settings[hbb-header-bg-obj-responsive]": {\n        "value": {\n            "desktop": {\n                "background-color": "#1a3120",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll",\n                "background-type": "color"\n            },\n            "tablet": {\n                "background-color": "",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll"\n            },\n            "mobile": {\n                "background-color": "",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll"\n            }\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:53:08"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '797b35e8-9e8e-4a40-998a-5759b7ddf200', '', '', '2024-06-09 05:53:08', '2024-06-09 05:53:08', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/797b35e8-9e8e-4a40-998a-5759b7ddf200/', 0, 'customize_changeset', '', 0),
(56, 1, '2024-06-09 05:24:58', '2024-06-09 05:24:58', '{"version": 2, "isGlobalStylesUserThemeJSON": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-astra', '', '', '2024-06-09 05:24:58', '2024-06-09 05:24:58', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/wp-global-styles-astra/', 0, 'wp_global_styles', '', 0),
(57, 1, '2024-06-09 05:26:23', '2024-06-09 05:26:23', '<!-- wp:image {"align":"full","id":39,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image alignfull size-large"><img src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1_1-1-1024x360.jpg" alt="" class="wp-image-39"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Welcome to Zhongcai Asset Management Limited</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Zhongcai Asset Management Limited (“ZAML”) is a licensed corporation. It is licensed by the Securities and Futures Commission to conduct Type 1 (Dealing in Securities), Type 4 (Advising on Securities) and Type 9 (Asset Management) regulated activity since 2013.</p>\n<!-- /wp:paragraph -->', 'HOME', '', 'publish', 'closed', 'closed', '', 'home-2', '', '', '2024-06-09 05:57:47', '2024-06-09 05:57:47', '', 0, 'https://www2.zhongcai-am.com/?page_id=57', 0, 'page', '', 0),
(58, 1, '2024-06-09 05:26:23', '2024-06-09 05:26:23', '<!-- wp:image {"id":39,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image size-large"><img src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1_1-1-1024x360.jpg" alt="" class="wp-image-39"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Welcome to Zhongcai Asset Management Limited</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Zhongcai Asset Management Limited (“ZAML”) is a licensed corporation. It is licensed by the Securities and Futures Commission to conduct Type 1 (Dealing in Securities), Type 4 (Advising on Securities) and Type 9 (Asset Management) regulated activity since 2013.</p>\n<!-- /wp:paragraph -->', 'HOME', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2024-06-09 05:26:23', '2024-06-09 05:26:23', '', 57, 'https://www2.zhongcai-am.com/?p=58', 0, 'revision', '', 0),
(59, 1, '2024-06-09 05:27:26', '2024-06-09 05:27:26', '{\n    "page_on_front": {\n        "value": "57",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:27:26"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'd1b2d1e3-438c-4ae1-9d76-8a230c4d6618', '', '', '2024-06-09 05:27:26', '2024-06-09 05:27:26', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/d1b2d1e3-438c-4ae1-9d76-8a230c4d6618/', 0, 'customize_changeset', '', 0),
(60, 1, '2024-06-09 05:30:17', '2024-06-09 05:30:17', '{\n    "astra-settings[text-color]": {\n        "value": "#334155",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:29:45"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'bc25d1c5-766e-45d1-9db1-4f7c3b42f92c', '', '', '2024-06-09 05:30:17', '2024-06-09 05:30:17', '', 0, 'https://www2.zhongcai-am.com/?p=60', 0, 'customize_changeset', '', 0),
(61, 1, '2024-06-09 05:30:54', '2024-06-09 05:30:54', '{\n    "astra-settings[hb-header-bg-obj-responsive]": {\n        "value": {\n            "desktop": {\n                "background-color": "var(--ast-global-color-5)",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll",\n                "background-type": "color"\n            },\n            "tablet": {\n                "background-color": "",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll"\n            },\n            "mobile": {\n                "background-color": "",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll"\n            }\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:30:54"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'c2d45aa3-7f06-41e6-ab5b-019bb363ed6c', '', '', '2024-06-09 05:30:54', '2024-06-09 05:30:54', '', 0, 'https://www2.zhongcai-am.com/?p=61', 0, 'customize_changeset', '', 0),
(62, 1, '2024-06-09 05:33:41', '2024-06-09 05:33:41', '{\n    "astra-settings[header-desktop-items]": {\n        "value": {\n            "popup": {\n                "popup_content": [\n                    "mobile-menu"\n                ]\n            },\n            "above": {\n                "above_left": [],\n                "above_left_center": [],\n                "above_center": [],\n                "above_right_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_left_center": [],\n                "primary_center": [],\n                "primary_right_center": [],\n                "primary_right": []\n            },\n            "below": {\n                "below_left": [],\n                "below_left_center": [],\n                "below_center": [],\n                "below_right_center": [],\n                "below_right": [\n                    "menu-1"\n                ]\n            },\n            "flag": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:31:45"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1f761bd4-a7c6-41ae-b439-9fa04278aeeb', '', '', '2024-06-09 05:33:41', '2024-06-09 05:33:41', '', 0, 'https://www2.zhongcai-am.com/?p=62', 0, 'customize_changeset', '', 0),
(63, 1, '2024-06-09 05:35:08', '2024-06-09 05:35:08', '<!-- wp:paragraph -->\n<p>Zhongcai Asset Management Limited (ZAML) is a related company of Zhongcai Merchants Investment Group (“Zhongcai Group”). Found in 1995 in Hangzhou, China, Zhongcai Group is a socialized, market-oriented, modernized comprehensive enterprise group that has been involved in chemical building materials, financing and guarantees, pawn and auctions, futures brokerage, securities brokerage, asset management, internet finance, electronics business, real estate management, tourism development, property development, capital investment and other fields. The group employs more than 14,000 people and its subsidiaries are located in 34 major cities in China. Zhongcai Group has subsidiaries in Hong Kong including Zhongcai (Holdings) Limited and Hong Kong Zhongcai Finance Investment Limited. The related companies are Zhongcai Asset Management Limited, Zhongcai Securities Limited and Zhongcai Finance Limited. As a backbone enterprise, the group of companies had increasingly become a new pole in the international operation of Zhongcai Group''s business components.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ZAML is a licensed corporation. It is licensed by the Securities and Futures Commission to conduct Type 1 (Dealing in Securities), Type 4 (Advising on Securities) and Type 9 (Asset Management) regulated activity. Zhongcai Group owns its office building in Hong Kong and is committed to continuously satisfying its clients'' asset management and investment needs in Hong Kong by providing independent investment advice and asset management services.</p>\n<!-- /wp:paragraph -->', 'About ZAML', '', 'publish', 'closed', 'closed', '', 'about-zaml', '', '', '2024-06-09 05:35:09', '2024-06-09 05:35:09', '', 0, 'https://www2.zhongcai-am.com/?page_id=63', 0, 'page', '', 0),
(64, 1, '2024-06-09 05:35:08', '2024-06-09 05:35:08', '<!-- wp:paragraph -->\n<p>Zhongcai Asset Management Limited (ZAML) is a related company of Zhongcai Merchants Investment Group (“Zhongcai Group”). Found in 1995 in Hangzhou, China, Zhongcai Group is a socialized, market-oriented, modernized comprehensive enterprise group that has been involved in chemical building materials, financing and guarantees, pawn and auctions, futures brokerage, securities brokerage, asset management, internet finance, electronics business, real estate management, tourism development, property development, capital investment and other fields. The group employs more than 14,000 people and its subsidiaries are located in 34 major cities in China. Zhongcai Group has subsidiaries in Hong Kong including Zhongcai (Holdings) Limited and Hong Kong Zhongcai Finance Investment Limited. The related companies are Zhongcai Asset Management Limited, Zhongcai Securities Limited and Zhongcai Finance Limited. As a backbone enterprise, the group of companies had increasingly become a new pole in the international operation of Zhongcai Group''s business components.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>ZAML is a licensed corporation. It is licensed by the Securities and Futures Commission to conduct Type 1 (Dealing in Securities), Type 4 (Advising on Securities) and Type 9 (Asset Management) regulated activity. Zhongcai Group owns its office building in Hong Kong and is committed to continuously satisfying its clients'' asset management and investment needs in Hong Kong by providing independent investment advice and asset management services.</p>\n<!-- /wp:paragraph -->', 'About ZAML', '', 'inherit', 'closed', 'closed', '', '63-revision-v1', '', '', '2024-06-09 05:35:08', '2024-06-09 05:35:08', '', 63, 'https://www2.zhongcai-am.com/?p=64', 0, 'revision', '', 0),
(65, 1, '2024-06-09 05:35:38', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2024-06-09 05:35:38', '0000-00-00 00:00:00', '', 0, 'https://www2.zhongcai-am.com/?page_id=65', 0, 'page', '', 0),
(66, 1, '2024-06-09 05:35:54', '2024-06-09 05:35:54', '<!-- wp:paragraph -->\n<p>Zhongcai Asset Management Limited<br>4/F, Zhongcai Centre,<br>131 Queen’s Road Central,<br>Hong Kong</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>T: (852) 2815 7466</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>F: (852) 2815 7468</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>enquiries@zhongcai-am.com</p>\n<!-- /wp:paragraph -->', 'Contact Us', '', 'publish', 'closed', 'closed', '', 'contact-us', '', '', '2024-06-09 05:35:55', '2024-06-09 05:35:55', '', 0, 'https://www2.zhongcai-am.com/?page_id=66', 0, 'page', '', 0),
(67, 1, '2024-06-09 05:35:54', '2024-06-09 05:35:54', '<!-- wp:paragraph -->\n<p>Zhongcai Asset Management Limited<br>4/F, Zhongcai Centre,<br>131 Queen’s Road Central,<br>Hong Kong</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>T: (852) 2815 7466</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>F: (852) 2815 7468</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>enquiries@zhongcai-am.com</p>\n<!-- /wp:paragraph -->', 'Contact Us', '', 'inherit', 'closed', 'closed', '', '66-revision-v1', '', '', '2024-06-09 05:35:54', '2024-06-09 05:35:54', '', 66, 'https://www2.zhongcai-am.com/?p=67', 0, 'revision', '', 0),
(68, 1, '2024-06-09 05:36:21', '2024-06-09 05:36:21', '<!-- wp:shortcode -->\n[posts_table category="news-en" columns="title,date" sort_order="desc" date_format="j M, Y" post_status="publish"]\n<!-- /wp:shortcode -->', 'Posts', '', 'publish', 'closed', 'closed', '', 'posts', '', '', '2024-06-09 05:36:21', '2024-06-09 05:36:21', '', 0, 'https://www2.zhongcai-am.com/?page_id=68', 0, 'page', '', 0),
(69, 1, '2024-06-09 05:36:21', '2024-06-09 05:36:21', '<!-- wp:shortcode -->\n[posts_table category="news-en" columns="title,date" sort_order="desc" date_format="j M, Y" post_status="publish"]\n<!-- /wp:shortcode -->', 'Posts', '', 'inherit', 'closed', 'closed', '', '68-revision-v1', '', '', '2024-06-09 05:36:21', '2024-06-09 05:36:21', '', 68, 'https://www2.zhongcai-am.com/?p=69', 0, 'revision', '', 0),
(70, 1, '2024-06-09 05:36:51', '2024-06-09 05:36:51', '<!-- wp:paragraph -->\n<p>Zhongcai Global Fund SPC is an exempted segregated portfolio company incorporated in the Cayman Islands with limited liability. At the moment, the company has one fund for professional investors to subscribe, Zhongcai Marine Whale Fund SP. The fund had appointed Zhongcai Asset Management Limited as the Fund Manager.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Zhongcai Marine Whale Fund SP has appointed Ms. Han Shiyun, the Fund Portfolio Manager to manage all investment decisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We can tailor-made professional asset management proposal with greater flexibility or specific investment themes and structures in accordance to the needs of investors.</p>\n<!-- /wp:paragraph -->', 'Product Overview', '', 'publish', 'closed', 'closed', '', 'product-overview', '', '', '2024-06-09 05:36:52', '2024-06-09 05:36:52', '', 0, 'https://www2.zhongcai-am.com/?page_id=70', 0, 'page', '', 0),
(71, 1, '2024-06-09 05:36:51', '2024-06-09 05:36:51', '<!-- wp:paragraph -->\n<p>Zhongcai Global Fund SPC is an exempted segregated portfolio company incorporated in the Cayman Islands with limited liability. At the moment, the company has one fund for professional investors to subscribe, Zhongcai Marine Whale Fund SP. The fund had appointed Zhongcai Asset Management Limited as the Fund Manager.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Zhongcai Marine Whale Fund SP has appointed Ms. Han Shiyun, the Fund Portfolio Manager to manage all investment decisions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We can tailor-made professional asset management proposal with greater flexibility or specific investment themes and structures in accordance to the needs of investors.</p>\n<!-- /wp:paragraph -->', 'Product Overview', '', 'inherit', 'closed', 'closed', '', '70-revision-v1', '', '', '2024-06-09 05:36:51', '2024-06-09 05:36:51', '', 70, 'https://www2.zhongcai-am.com/?p=71', 0, 'revision', '', 0),
(72, 1, '2024-06-09 05:38:04', '2024-06-09 05:38:04', '<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"180px"} -->\n<div class="wp-block-column" style="flex-basis:180px"><!-- wp:image {"id":180,"width":"184px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/MS_HAN.jpg" alt="" class="wp-image-180" style="width:184px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:paragraph -->\n<p><strong>Fund Portfolio Manager - Ms. Han Shiyun</strong><br>Ms. Han Shiyun （“Ms. Han”）is the CFO of Zhongcai Merchants Investment Group. She was appointed by the Board of Directors of Zhongcai Group as the Director of Zhongcai Asset Management Limited (“ZAML”) and Zhongcai Securities Limited (“ZSL”) in 2013 and 2014 respectively. Ms. Han passed the Licensing Examination for Securities and Futures Intermediaries in 2014 and became a licensed representative. Upon meeting the strict requirements of the Hong Kong Securities and Futures Commission (“HKSFC”) on the competence of responsible officer (“RO”), Ms. Han became the RO of ZSL and ZAML to carry out Type 1 (Dealing in Securities), Type 4 (Advising on Securities) and Type 9 (Asset Management) regulated activities in 2016 and 2018 respectively.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Ms. Han was appointed by ZAML as the Fund Portfolio Manager of the Zhongcai Marine Whale Fund SP (“Marine Whale”) in 2022. She is responsible to manage all investment decisions of Marine Whale. Ms. Han will take appropriate investment directions according to market trends and external factors in determining which investments to invest in, in order to achieve investment objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} -->\n<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:image {"id":183,"width":"215px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/20180531163717.jpg" alt="" class="wp-image-183" style="width:215px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:paragraph -->\n<p>Head of Investment and Senior Fund Manager - Mr. Ge Pei Kun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(Mr. Ge served as Senior Fund Manager of Zhongcai Algorithm Long Short Fund Series One SP)<br>from April 2018 to 31 May 2022)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Ge Pei Kun ("Mr. Ge") was graduated from the Faculty of Finance of the University of Hong Kong. He joined Hong Kong Zhongcai Financial Investment Limited in 2011 as the Director of Investment. Before joining Zhongcai Group, he worked in PricewaterhouseCoopers Hong Kong. Mr. Ge currently serves as the Head of Investment and Senior Fund Manager of Zhongcai Asset Management Limited (“ZAML”). He was appointed by ZAML to manage all investment decisions of Zhongcai Algorithm Long Short Fund Series One SP from April 2018 to 31 May 2022.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->', 'Team Overview', '', 'publish', 'closed', 'closed', '', 'team-overview', '', '', '2024-06-09 05:38:05', '2024-06-09 05:38:05', '', 0, 'https://www2.zhongcai-am.com/?page_id=72', 0, 'page', '', 0),
(73, 1, '2024-06-09 05:38:04', '2024-06-09 05:38:04', '<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"180px"} -->\n<div class="wp-block-column" style="flex-basis:180px"><!-- wp:image {"id":180,"width":"184px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/MS_HAN.jpg" alt="" class="wp-image-180" style="width:184px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:paragraph -->\n<p><strong>Fund Portfolio Manager - Ms. Han Shiyun</strong><br>Ms. Han Shiyun （“Ms. Han”）is the CFO of Zhongcai Merchants Investment Group. She was appointed by the Board of Directors of Zhongcai Group as the Director of Zhongcai Asset Management Limited (“ZAML”) and Zhongcai Securities Limited (“ZSL”) in 2013 and 2014 respectively. Ms. Han passed the Licensing Examination for Securities and Futures Intermediaries in 2014 and became a licensed representative. Upon meeting the strict requirements of the Hong Kong Securities and Futures Commission (“HKSFC”) on the competence of responsible officer (“RO”), Ms. Han became the RO of ZSL and ZAML to carry out Type 1 (Dealing in Securities), Type 4 (Advising on Securities) and Type 9 (Asset Management) regulated activities in 2016 and 2018 respectively.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>Ms. Han was appointed by ZAML as the Fund Portfolio Manager of the Zhongcai Marine Whale Fund SP (“Marine Whale”) in 2022. She is responsible to manage all investment decisions of Marine Whale. Ms. Han will take appropriate investment directions according to market trends and external factors in determining which investments to invest in, in order to achieve investment objectives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} -->\n<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:image {"id":183,"width":"215px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/20180531163717.jpg" alt="" class="wp-image-183" style="width:215px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:paragraph -->\n<p>Head of Investment and Senior Fund Manager - Mr. Ge Pei Kun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(Mr. Ge served as Senior Fund Manager of Zhongcai Algorithm Long Short Fund Series One SP)<br>from April 2018 to 31 May 2022)</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Mr. Ge Pei Kun ("Mr. Ge") was graduated from the Faculty of Finance of the University of Hong Kong. He joined Hong Kong Zhongcai Financial Investment Limited in 2011 as the Director of Investment. Before joining Zhongcai Group, he worked in PricewaterhouseCoopers Hong Kong. Mr. Ge currently serves as the Head of Investment and Senior Fund Manager of Zhongcai Asset Management Limited (“ZAML”). He was appointed by ZAML to manage all investment decisions of Zhongcai Algorithm Long Short Fund Series One SP from April 2018 to 31 May 2022.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->', 'Team Overview', '', 'inherit', 'closed', 'closed', '', '72-revision-v1', '', '', '2024-06-09 05:38:04', '2024-06-09 05:38:04', '', 72, 'https://www2.zhongcai-am.com/?p=73', 0, 'revision', '', 0),
(74, 1, '2024-06-09 05:39:26', '2024-06-09 05:39:26', '<!-- wp:shortcode -->\n[wptabs id="170"]\n<!-- /wp:shortcode -->', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]', '', 'publish', 'closed', 'closed', '', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended', '', '', '2024-06-09 09:46:14', '2024-06-09 09:46:14', '', 0, 'https://www2.zhongcai-am.com/?page_id=74', 0, 'page', '', 0),
(75, 1, '2024-06-09 05:39:26', '2024-06-09 05:39:26', '', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2024-06-09 05:39:26', '2024-06-09 05:39:26', '', 74, 'https://www2.zhongcai-am.com/?p=75', 0, 'revision', '', 0),
(76, 1, '2024-06-09 05:40:07', '2024-06-09 05:40:07', '<!-- wp:shortcode -->\n[wptabs id="102"]\n<!-- /wp:shortcode -->', 'Zhongcai Marine Whale Fund SP', '', 'publish', 'closed', 'closed', '', 'zhongcai-marine-whale-fund-sp', '', '', '2024-06-09 09:34:18', '2024-06-09 09:34:18', '', 0, 'https://www2.zhongcai-am.com/?page_id=76', 0, 'page', '', 0),
(77, 1, '2024-06-09 05:40:07', '2024-06-09 05:40:07', '<!-- wp:shortcode -->\n[wptabs id="147"]\n<!-- /wp:shortcode -->', 'Zhongcai Marine Whale Fund SP', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2024-06-09 05:40:07', '2024-06-09 05:40:07', '', 76, 'https://www2.zhongcai-am.com/?p=77', 0, 'revision', '', 0),
(78, 1, '2024-06-09 05:41:01', '2024-06-09 05:41:01', '<!-- wp:paragraph -->\n<p><strong>中財藍鯨基金 [前名中財量化I號(對沖)基金]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="205"]\n<!-- /wp:shortcode -->', '中財藍鯨基金 [前名中財量化I號(對沖)基金]', '', 'trash', 'closed', 'closed', '', '%e4%b8%ad%e8%b2%a1%e8%97%8d%e9%af%a8%e5%9f%ba%e9%87%91-%e5%89%8d%e5%90%8d%e4%b8%ad%e8%b2%a1%e9%87%8f%e5%8c%96i%e8%99%9f%e5%b0%8d%e6%b2%96%e5%9f%ba%e9%87%91__trashed', '', '', '2024-06-09 05:42:45', '2024-06-09 05:42:45', '', 0, 'https://www2.zhongcai-am.com/?page_id=78', 0, 'page', '', 0),
(79, 1, '2024-06-09 05:41:01', '2024-06-09 05:41:01', '<!-- wp:paragraph -->\n<p><strong>中財藍鯨基金 [前名中財量化I號(對沖)基金]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="205"]\n<!-- /wp:shortcode -->', '中財藍鯨基金 [前名中財量化I號(對沖)基金]', '', 'inherit', 'closed', 'closed', '', '78-revision-v1', '', '', '2024-06-09 05:41:01', '2024-06-09 05:41:01', '', 78, 'https://www2.zhongcai-am.com/?p=79', 0, 'revision', '', 0),
(80, 1, '2024-06-09 05:42:32', '2024-06-09 05:42:32', '<!-- wp:paragraph -->\n<p><strong>中财蓝鲸基金 [前名中财量化I号(对冲)基金]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="104"]\n<!-- /wp:shortcode -->', '中财蓝鲸基金 [前名中财量化I号(对冲)基金]', '', 'publish', 'closed', 'closed', '', '%e4%b8%ad%e8%b2%a1%e8%97%8d%e9%af%a8%e5%9f%ba%e9%87%91-%e5%89%8d%e5%90%8d%e4%b8%ad%e8%b2%a1%e9%87%8f%e5%8c%96i%e8%99%9f%e5%b0%8d%e6%b2%96%e5%9f%ba%e9%87%91', '', '', '2024-06-12 13:50:12', '2024-06-12 13:50:12', '', 0, 'https://www2.zhongcai-am.com/?page_id=80', 0, 'page', '', 0),
(108, 1, '2024-06-09 07:17:54', '2024-06-09 07:17:54', '<!-- wp:paragraph -->\n<p>中財藍鯨基金 [前名中財量化I號(對沖)基金]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="104"]\n<!-- /wp:shortcode -->', '中財藍鯨基金 [前名中財量化I號(對沖)基金]', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2024-06-09 07:17:54', '2024-06-09 07:17:54', '', 80, 'https://www2.zhongcai-am.com/?p=108', 0, 'revision', '', 0),
(81, 1, '2024-06-09 05:42:32', '2024-06-09 05:42:32', '<!-- wp:paragraph -->\n<p><a href="https://www2.zhongcai-am.com/wp-admin/post.php?post=78&amp;action=edit">中財藍鯨基金 [前名中財量化I號(對沖)基金]</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="205"]\n<!-- /wp:shortcode -->', '中財藍鯨基金 [前名中財量化I號(對沖)基金]', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2024-06-09 05:42:32', '2024-06-09 05:42:32', '', 80, 'https://www2.zhongcai-am.com/?p=81', 0, 'revision', '', 0),
(216, 1, '2024-06-12 14:10:49', '2024-06-12 14:10:49', '', 'zcfsp1_net_table_2020_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2020_cn-csv-duplicate-2', '', '', '2024-06-12 14:12:12', '2024-06-12 14:12:12', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2020_cn-csv-duplicate-2/', 0, 'ninja-table', '', 0),
(83, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', ' ', '', '', 'publish', 'closed', 'closed', '', '83', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=83', 7, 'nav_menu_item', '', 0),
(84, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', ' ', '', '', 'publish', 'closed', 'closed', '', '84', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=84', 8, 'nav_menu_item', '', 0),
(85, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', ' ', '', '', 'publish', 'closed', 'closed', '', '85', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=85', 4, 'nav_menu_item', '', 0),
(86, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', '', 'Fund Information', '', 'publish', 'closed', 'closed', '', 'fund-information', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=86', 6, 'nav_menu_item', '', 0),
(87, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', ' ', '', '', 'publish', 'closed', 'closed', '', '87', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=87', 5, 'nav_menu_item', '', 0),
(88, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', ' ', '', '', 'publish', 'closed', 'closed', '', '88', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=88', 9, 'nav_menu_item', '', 0),
(89, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', '', 'About Us', '', 'publish', 'closed', 'closed', '', 'about-us', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=89', 2, 'nav_menu_item', '', 0),
(91, 1, '2024-06-12 13:55:32', '2024-06-09 05:44:55', ' ', '', '', 'publish', 'closed', 'closed', '', '91', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=91', 3, 'nav_menu_item', '', 0),
(97, 1, '2024-06-09 06:00:12', '2024-06-09 06:00:12', '', 'zcmwfsp_net_table_2024_en.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2024_en-csv', '', '', '2024-06-09 06:00:12', '2024-06-09 06:00:12', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2024_en-csv/', 0, 'ninja-table', '', 0),
(93, 1, '2024-06-09 05:56:26', '2024-06-09 05:56:26', '{\n    "astra-settings[header-menu1-color-responsive]": {\n        "value": {\n            "desktop": "rgba(242,245,247,0.76)",\n            "tablet": "",\n            "mobile": ""\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:55:15"\n    },\n    "astra-settings[header-menu1-bg-obj-responsive]": {\n        "value": {\n            "desktop": {\n                "background-color": "#223318",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll",\n                "background-type": "color"\n            },\n            "tablet": {\n                "background-color": "",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll"\n            },\n            "mobile": {\n                "background-color": "",\n                "background-image": "",\n                "background-repeat": "repeat",\n                "background-position": "center center",\n                "background-size": "auto",\n                "background-attachment": "scroll"\n            }\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 05:56:26"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'e03668ef-f412-4ab0-96f0-8a04ff908fb1', '', '', '2024-06-09 05:56:26', '2024-06-09 05:56:26', '', 0, 'https://www2.zhongcai-am.com/?p=93', 0, 'customize_changeset', '', 0),
(94, 1, '2024-06-09 05:57:46', '2024-06-09 05:57:46', '<!-- wp:image {"align":"full","id":39,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image alignfull size-large"><img src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1_1-1-1024x360.jpg" alt="" class="wp-image-39"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Welcome to Zhongcai Asset Management Limited</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">Zhongcai Asset Management Limited (“ZAML”) is a licensed corporation. It is licensed by the Securities and Futures Commission to conduct Type 1 (Dealing in Securities), Type 4 (Advising on Securities) and Type 9 (Asset Management) regulated activity since 2013.</p>\n<!-- /wp:paragraph -->', 'HOME', '', 'inherit', 'closed', 'closed', '', '57-revision-v1', '', '', '2024-06-09 05:57:46', '2024-06-09 05:57:46', '', 57, 'https://www2.zhongcai-am.com/?p=94', 0, 'revision', '', 0),
(95, 1, '2024-06-09 05:59:13', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2024-06-09 05:59:13', '0000-00-00 00:00:00', '', 0, 'https://www2.zhongcai-am.com/?p=95', 1, 'nav_menu_item', '', 0),
(96, 1, '2024-06-12 13:55:32', '2024-06-09 05:59:22', ' ', '', '', 'publish', 'closed', 'closed', '', '96', '', '', '2024-06-12 13:55:32', '2024-06-12 13:55:32', '', 0, 'https://www2.zhongcai-am.com/?p=96', 1, 'nav_menu_item', '', 0),
(98, 1, '2024-06-09 06:01:57', '2024-06-09 06:01:57', '', 'zcmwfsp_net_table2_2024_en.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2024_en-csv', '', '', '2024-06-09 06:01:57', '2024-06-09 06:01:57', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2024_en-csv/', 0, 'ninja-table', '', 0),
(99, 1, '2024-06-09 06:02:57', '2024-06-09 06:02:57', '', 'zcmwfsp_net_table_2024_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2024_cn-csv', '', '', '2024-06-09 06:02:57', '2024-06-09 06:02:57', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2024_cn-csv/', 0, 'ninja-table', '', 0),
(100, 1, '2024-06-09 06:08:52', '2024-06-09 06:08:52', '', 'zcmwfsp_net_table2_2024_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2024_cn-csv', '', '', '2024-06-09 06:08:52', '2024-06-09 06:08:52', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2024_cn-csv/', 0, 'ninja-table', '', 0),
(102, 1, '2024-06-09 06:52:37', '2024-06-09 06:52:37', '', 'Zhongcai Marine Whale Fund SP_EN', '', 'publish', 'closed', 'closed', '', 'zhongcai-marine-whale-fund-sp_en', '', '', '2024-06-12 15:03:52', '2024-06-12 15:03:52', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=102', 0, 'sp_wp_tabs', '', 0),
(103, 1, '2024-06-09 07:12:58', '2024-06-09 07:12:58', '', 'ZCMWFSP_NET_ASSET_EN', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_asset_en', '', '', '2024-06-09 07:44:06', '2024-06-09 07:44:06', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=103', 0, 'sp_wp_tabs', '', 0),
(104, 1, '2024-06-09 07:15:05', '2024-06-09 07:15:05', '', 'Zhongcai Marine Whale Fund SP_CN', '', 'publish', 'closed', 'closed', '', 'zhongcai-marine-whale-fund-sp_cn', '', '', '2024-06-12 15:03:11', '2024-06-12 15:03:11', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=104', 0, 'sp_wp_tabs', '', 0),
(105, 1, '2024-06-09 07:16:32', '2024-06-09 07:16:32', '', 'ZCMWFSP_NET_ASSET_CN', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_asset_cn', '', '', '2024-06-12 13:26:12', '2024-06-12 13:26:12', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=105', 0, 'sp_wp_tabs', '', 0),
(106, 1, '2024-06-09 07:17:19', '2024-06-09 07:17:19', '<!-- wp:shortcode -->\n[wptabs id="102"]\n<!-- /wp:shortcode -->', 'Zhongcai Marine Whale Fund SP', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2024-06-09 07:17:19', '2024-06-09 07:17:19', '', 76, 'https://www2.zhongcai-am.com/?p=106', 0, 'revision', '', 0),
(107, 1, '2024-06-09 07:17:46', '2024-06-09 07:17:46', '<!-- wp:paragraph -->\n<p><a href="https://www2.zhongcai-am.com/wp-admin/post.php?post=78&amp;action=edit">中財藍鯨基金 [前名中財量化I號(對沖)基金]</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="104"]\n<!-- /wp:shortcode -->', '中財藍鯨基金 [前名中財量化I號(對沖)基金]', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2024-06-09 07:17:46', '2024-06-09 07:17:46', '', 80, 'https://www2.zhongcai-am.com/?p=107', 0, 'revision', '', 0),
(110, 1, '2024-06-12 14:56:47', '2024-06-09 07:20:31', ' ', '', '', 'publish', 'closed', 'closed', '', '110', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=110', 7, 'nav_menu_item', '', 0),
(215, 1, '2024-06-12 14:10:00', '2024-06-12 14:10:00', '', 'zcfsp1_net_table2_2021_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2021_cn-csv-duplicate-2', '', '', '2024-06-12 14:10:22', '2024-06-12 14:10:22', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2021_cn-csv-duplicate-2/', 0, 'ninja-table', '', 0),
(111, 1, '2024-06-09 07:20:38', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2024-06-09 07:20:38', '0000-00-00 00:00:00', '', 0, 'https://www2.zhongcai-am.com/?page_id=111', 0, 'page', '', 0),
(112, 1, '2024-06-09 07:21:40', '2024-06-09 07:21:40', '<!-- wp:paragraph -->\n<p><strong>关于中财资产管理有限公司</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财资产管理有限公司("中财资产管理”)是中财招商投资集团("中财集团")的关联公司。中财集团于1995年在中国杭州成立，是一家社会化、市场化、现代化的综合性企业集团，已涉足化学建材、融资担保、典当拍卖、期货经纪、证券经纪、资产管理、互联网金融、电子商务、地产经营、旅业开发、置业发展、资本投资等领域。集团员工超过14,000人，旗下公司遍布中国34个主要城市。中财集团在香港分别设有附属公司包括中财实业（集团）有限公司及香港中财金融投资有限公司，而关联公司包括中财资产管理有限公司、中财证券有限公司、中财财务有限公司等公司为骨干企业，已日益打造成为中财集团事业组件之国际化经营的崭新一极。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财资产管理是一家香港注册公司，中财资产管理早于2013年获香港证券及期货事务监察委员会根据证券及期货条例规定获发从事第1类（证券交易），第4类（就证券提供意见）及第9类（提供资产管理）的受规管活动牌照。中财集团于香港拥有自持的办公物业，致力于持续满足客户在香港的资产管理与投资需求，并提供独立的投资建议和资产管理服务。</p>\n<!-- /wp:paragraph -->', '中财资产管理', '', 'publish', 'closed', 'closed', '', '%e5%85%b3%e4%ba%8e%e4%b8%ad%e8%b4%a2%e8%b5%84%e4%ba%a7%e7%ae%a1%e7%90%86%e6%9c%89%e9%99%90%e5%85%ac%e5%8f%b8', '', '', '2024-06-09 12:24:37', '2024-06-09 12:24:37', '', 0, 'https://www2.zhongcai-am.com/?page_id=112', 0, 'page', '', 0),
(113, 1, '2024-06-09 07:21:40', '2024-06-09 07:21:40', '<!-- wp:paragraph -->\n<p>中财资产管理有限公司("中财资产管理”)是中财招商投资集团("中财集团")的关联公司。中财集团于1995年在中国杭州成立，是一家社会化、市场化、现代化的综合性企业集团，已涉足化学建材、融资担保、典当拍卖、期货经纪、证券经纪、资产管理、互联网金融、电子商务、地产经营、旅业开发、置业发展、资本投资等领域。集团员工超过14,000人，旗下公司遍布中国34个主要城市。中财集团在香港分别设有附属公司包括中财实业（集团）有限公司及香港中财金融投资有限公司，而关联公司包括中财资产管理有限公司、中财证券有限公司、中财财务有限公司等公司为骨干企业，已日益打造成为中财集团事业组件之国际化经营的崭新一极。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财资产管理是一家香港注册公司，中财资产管理早于2013年获香港证券及期货事务监察委员会根据证券及期货条例规定获发从事第1类（证券交易），第4类（就证券提供意见）及第9类（提供资产管理）的受规管活动牌照。中财集团于香港拥有自持的办公物业，致力于持续满足客户在香港的资产管理与投资需求，并提供独立的投资建议和资产管理服务。</p>\n<!-- /wp:paragraph -->', '关于中财资产管理有限公司', '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2024-06-09 07:21:40', '2024-06-09 07:21:40', '', 112, 'https://www2.zhongcai-am.com/?p=113', 0, 'revision', '', 0),
(114, 1, '2024-06-09 07:22:51', '2024-06-09 07:22:51', '<!-- wp:image {"align":"full","id":39,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image alignfull size-large"><img src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1_1-1-1024x360.jpg" alt="" class="wp-image-39"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center"><strong>欢迎来到中财资产管理有限公司</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">中财资产管理有限公司（"中财资产管理"）是一家香港注册公司，中财资产管理早于2013年获香港证券及期货事务监察委员会根据证券及期货条例规定获发从事第1类（证券交易），第4类（就证券提供意见）及第9类（提供资产管理）的受规管活动牌照。</p>\n<!-- /wp:paragraph -->', '主頁', '', 'publish', 'closed', 'closed', '', '%e4%b8%bb%e9%a0%81', '', '', '2024-06-09 07:22:52', '2024-06-09 07:22:52', '', 0, 'https://www2.zhongcai-am.com/?page_id=114', 0, 'page', '', 0),
(115, 1, '2024-06-09 07:22:51', '2024-06-09 07:22:51', '<!-- wp:image {"align":"full","id":39,"sizeSlug":"large","linkDestination":"none"} -->\n<figure class="wp-block-image alignfull size-large"><img src="https://www2.zhongcai-am.com/wp-content/uploads/2024/06/slider1_1-1-1024x360.jpg" alt="" class="wp-image-39"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center"><strong>欢迎来到中财资产管理有限公司</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {"align":"center"} -->\n<p class="has-text-align-center">中财资产管理有限公司（"中财资产管理"）是一家香港注册公司，中财资产管理早于2013年获香港证券及期货事务监察委员会根据证券及期货条例规定获发从事第1类（证券交易），第4类（就证券提供意见）及第9类（提供资产管理）的受规管活动牌照。</p>\n<!-- /wp:paragraph -->', '主頁', '', 'inherit', 'closed', 'closed', '', '114-revision-v1', '', '', '2024-06-09 07:22:51', '2024-06-09 07:22:51', '', 114, 'https://www2.zhongcai-am.com/?p=115', 0, 'revision', '', 0);
INSERT INTO `wptd_posts` VALUES
(116, 1, '2024-06-09 07:23:34', '2024-06-09 07:23:34', '<!-- wp:paragraph -->\n<p>中财环球基金独立投资组合公司是于开曼群岛注册成立，并获豁免独立投资组合公司，此组合公司为有限责任公司。目前该组合公司旗下设立一只可供专业投资者认购的基金，即中财蓝鲸基金。该基金现委任中财资产管理有限公司为基金经理。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财蓝鲸基金已委任中财资产管理有限公司负责人员韩士筠小姐出任投资组合基金经理管理所有投资决策事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>我们也可根据投资人需求量体裁衣，设计灵活性更高或具有特定投资主题和结构的专业资产管理方案。</p>\n<!-- /wp:paragraph -->', '产品概况', '', 'publish', 'closed', 'closed', '', '%e4%ba%a7%e5%93%81%e6%a6%82%e5%86%b5', '', '', '2024-06-09 07:23:35', '2024-06-09 07:23:35', '', 0, 'https://www2.zhongcai-am.com/?page_id=116', 0, 'page', '', 0),
(117, 1, '2024-06-09 07:23:34', '2024-06-09 07:23:34', '<!-- wp:paragraph -->\n<p>中财环球基金独立投资组合公司是于开曼群岛注册成立，并获豁免独立投资组合公司，此组合公司为有限责任公司。目前该组合公司旗下设立一只可供专业投资者认购的基金，即中财蓝鲸基金。该基金现委任中财资产管理有限公司为基金经理。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财蓝鲸基金已委任中财资产管理有限公司负责人员韩士筠小姐出任投资组合基金经理管理所有投资决策事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>我们也可根据投资人需求量体裁衣，设计灵活性更高或具有特定投资主题和结构的专业资产管理方案。</p>\n<!-- /wp:paragraph -->', '产品概况', '', 'inherit', 'closed', 'closed', '', '116-revision-v1', '', '', '2024-06-09 07:23:34', '2024-06-09 07:23:34', '', 116, 'https://www2.zhongcai-am.com/?p=117', 0, 'revision', '', 0),
(118, 1, '2024-06-09 07:24:24', '2024-06-09 07:24:24', '<!-- wp:shortcode -->\n[posts_table category="news-cn" columns="title,date" sort_order="desc" date_format="j M, Y" post_status="publish"]\n<!-- /wp:shortcode -->', '公司动态', '', 'publish', 'closed', 'closed', '', '%e5%85%ac%e5%8f%b8%e5%8a%a8%e6%80%81', '', '', '2024-06-09 07:24:25', '2024-06-09 07:24:25', '', 0, 'https://www2.zhongcai-am.com/?page_id=118', 0, 'page', '', 0),
(119, 1, '2024-06-09 07:24:24', '2024-06-09 07:24:24', '<!-- wp:shortcode -->\n[posts_table category="news-cn" columns="title,date" sort_order="desc" date_format="j M, Y" post_status="publish"]\n<!-- /wp:shortcode -->', '公司动态', '', 'inherit', 'closed', 'closed', '', '118-revision-v1', '', '', '2024-06-09 07:24:24', '2024-06-09 07:24:24', '', 118, 'https://www2.zhongcai-am.com/?p=119', 0, 'revision', '', 0),
(120, 1, '2024-06-09 07:25:45', '2024-06-09 07:25:45', '<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"180px"} -->\n<div class="wp-block-column" style="flex-basis:180px"><!-- wp:image {"id":180,"width":"184px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/MS_HAN.jpg" alt="" class="wp-image-180" style="width:184px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:paragraph -->\n<p><strong>投資組合基金經理 韓士筠</strong><br>韓士筠小姐（“韓小姐”）是中財招商投資集團首席財務官。她分別於2013年及2014年獲中財董事局委任成為中財資產管理有限公司及中財證券有限公司董事。韓小姐於2014年通過證券及期貨從業員資格考試後隨即成為香港證監會的持牌代表，其後，韓小姐能在符合香港證監會對負責人員(“RO”)的嚴格要求下，她分別於2016年及2018年獲香港證監會正式批核並取得第一類（證券交易）、第四類（就證券提供意見）及第九類（資產管理）的香港證監會負責人員(“RO”)牌照。</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>韓小姐於2022年獲中財資產管理有限公司委任成為中財藍鯨基金的投資組合基金經理，未來，她將按市場及大環境因素為基金打造合適的投資方向，實現投資目標。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} -->\n<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:image {"id":183,"width":"215px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/20180531163717.jpg" alt="" class="wp-image-183" style="width:215px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:paragraph -->\n<p><strong>投資總監兼資深基金經理 葛培堃</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(葛培堃 於2018年4月至2022年5月31日期間, 出任中財量化I號(對沖)基金的投資組合經理)\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>葛培堃先生(“葛先生”)畢業于香港大學金融學系，於2011年加入香港中財金融投資有限公司，出任投資部總監，此前葛先生曾就職于普華永道香港。葛先生現任職中財資產管理有限公司，擔任投資總監兼資深基金經理，葛先生曾於2018年4月至2022年5月31日期間獲中財資產管理有限公司委任其負責管理中財量化I號(對沖)基金的所有投資決策及運作事宜。</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->', '團隊介紹', '', 'publish', 'closed', 'closed', '', '%e5%9c%98%e9%9a%8a%e4%bb%8b%e7%b4%b9', '', '', '2024-06-09 07:25:46', '2024-06-09 07:25:46', '', 0, 'https://www2.zhongcai-am.com/?page_id=120', 0, 'page', '', 0),
(121, 1, '2024-06-09 07:25:45', '2024-06-09 07:25:45', '<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"180px"} -->\n<div class="wp-block-column" style="flex-basis:180px"><!-- wp:image {"id":180,"width":"184px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/MS_HAN.jpg" alt="" class="wp-image-180" style="width:184px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:paragraph -->\n<p><strong>投資組合基金經理 韓士筠</strong><br>韓士筠小姐（“韓小姐”）是中財招商投資集團首席財務官。她分別於2013年及2014年獲中財董事局委任成為中財資產管理有限公司及中財證券有限公司董事。韓小姐於2014年通過證券及期貨從業員資格考試後隨即成為香港證監會的持牌代表，其後，韓小姐能在符合香港證監會對負責人員(“RO”)的嚴格要求下，她分別於2016年及2018年獲香港證監會正式批核並取得第一類（證券交易）、第四類（就證券提供意見）及第九類（資產管理）的香港證監會負責人員(“RO”)牌照。</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>韓小姐於2022年獲中財資產管理有限公司委任成為中財藍鯨基金的投資組合基金經理，未來，她將按市場及大環境因素為基金打造合適的投資方向，實現投資目標。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:group {"layout":{"type":"constrained"}} -->\n<div class="wp-block-group"><!-- wp:columns -->\n<div class="wp-block-columns"><!-- wp:column {"width":"33.33%"} -->\n<div class="wp-block-column" style="flex-basis:33.33%"><!-- wp:image {"id":183,"width":"215px","height":"auto","sizeSlug":"full","linkDestination":"none"} -->\n<figure class="wp-block-image size-full is-resized"><img src="https://uat.zhongcai-am.com/wp62/wp-content/uploads/2024/06/20180531163717.jpg" alt="" class="wp-image-183" style="width:215px;height:auto"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {"width":"66.66%"} -->\n<div class="wp-block-column" style="flex-basis:66.66%"><!-- wp:paragraph -->\n<p><strong>投資總監兼資深基金經理 葛培堃</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>(葛培堃 於2018年4月至2022年5月31日期間, 出任中財量化I號(對沖)基金的投資組合經理)\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>葛培堃先生(“葛先生”)畢業于香港大學金融學系，於2011年加入香港中財金融投資有限公司，出任投資部總監，此前葛先生曾就職于普華永道香港。葛先生現任職中財資產管理有限公司，擔任投資總監兼資深基金經理，葛先生曾於2018年4月至2022年5月31日期間獲中財資產管理有限公司委任其負責管理中財量化I號(對沖)基金的所有投資決策及運作事宜。</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->', '團隊介紹', '', 'inherit', 'closed', 'closed', '', '120-revision-v1', '', '', '2024-06-09 07:25:45', '2024-06-09 07:25:45', '', 120, 'https://www2.zhongcai-am.com/?p=121', 0, 'revision', '', 0),
(122, 1, '2024-06-09 07:26:28', '2024-06-09 07:26:28', '<!-- wp:paragraph -->\n<p>中财资产管理有限公司<br>香港中环皇后大道中131号<br>中财中心4楼</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>电话：（852）2815 7466<br>传真：（852）2815 7468<br>enquiries@zhongcai-am.com</p>\n<!-- /wp:paragraph -->', '聯絡我們', '', 'publish', 'closed', 'closed', '', '%e8%81%af%e7%b5%a1%e6%88%91%e5%80%91', '', '', '2024-06-09 07:26:29', '2024-06-09 07:26:29', '', 0, 'https://www2.zhongcai-am.com/?page_id=122', 0, 'page', '', 0),
(123, 1, '2024-06-09 07:26:28', '2024-06-09 07:26:28', '<!-- wp:paragraph -->\n<p>中财资产管理有限公司<br>香港中环皇后大道中131号<br>中财中心4楼</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>电话：（852）2815 7466<br>传真：（852）2815 7468<br>enquiries@zhongcai-am.com</p>\n<!-- /wp:paragraph -->', '聯絡我們', '', 'inherit', 'closed', 'closed', '', '122-revision-v1', '', '', '2024-06-09 07:26:28', '2024-06-09 07:26:28', '', 122, 'https://www2.zhongcai-am.com/?p=123', 0, 'revision', '', 0),
(124, 1, '2024-06-12 14:56:47', '2024-06-09 07:28:54', '', '联系我们', '', 'publish', 'closed', 'closed', '', '124', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=124', 10, 'nav_menu_item', '', 0),
(125, 1, '2024-06-12 14:56:47', '2024-06-09 07:28:54', '', '团队介绍', '', 'publish', 'closed', 'closed', '', '125', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=125', 4, 'nav_menu_item', '', 0),
(126, 1, '2024-06-12 14:56:47', '2024-06-09 07:28:54', ' ', '', '', 'publish', 'closed', 'closed', '', '126', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=126', 5, 'nav_menu_item', '', 0),
(127, 1, '2024-06-12 14:56:47', '2024-06-09 07:28:54', ' ', '', '', 'publish', 'closed', 'closed', '', '127', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=127', 6, 'nav_menu_item', '', 0),
(128, 1, '2024-06-12 14:56:47', '2024-06-09 07:28:53', '', '主页', '', 'publish', 'closed', 'closed', '', '128', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=128', 1, 'nav_menu_item', '', 0),
(129, 1, '2024-06-12 14:56:47', '2024-06-09 07:28:54', '', '关于我们', '', 'publish', 'closed', 'closed', '', '%e5%85%ac%e5%8f%b8%e4%bb%8b%e7%b4%b9', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=129', 2, 'nav_menu_item', '', 0),
(130, 1, '2024-06-12 14:56:47', '2024-06-09 07:28:54', ' ', '', '', 'publish', 'closed', 'closed', '', '130', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=130', 3, 'nav_menu_item', '', 0),
(136, 1, '2024-06-09 07:34:17', '2024-06-09 07:34:17', '<!-- wp:paragraph -->n<p>Zhongcai Marine Whale Fund SP was ranked No.1 in the six areas of the Preqin’s Honor Roll Q4 2023: Hedge Funds in APAC.</p>n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 in the six areas of the Preqin’s Honor Roll Q4 2023: Hedge Funds in APAC.', '', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2024-06-09 07:34:17', '2024-06-09 07:34:17', '', 132, 'https://www2.zhongcai-am.com/?p=136', 0, 'revision', '', 0),
(132, 1, '2024-03-15 08:21:00', '2024-03-15 08:21:00', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 in the six areas of the Preqin’s Honor Roll Q4 2023: Hedge Funds in APAC.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 in the six areas of the Preqin’s Honor Roll Q4 2023: Hedge Funds in APAC.', '', 'publish', 'closed', 'closed', '', 'zhongcai-marine-whale-fund-sp-was-ranked-no-1-in-the-six-areas-of-the-preqins-honor-roll-q4-2023-hedge-funds-in-apac', '', '', '2024-06-09 07:35:23', '2024-06-09 07:35:23', '', 0, 'https://uat.zhongcai-am.com/wp62/?p=154', 0, 'post', '', 0),
(133, 1, '2024-03-15 07:04:00', '2024-03-15 07:04:00', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds in December 2023 and from the beginning of 2023 to December.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds in December 2023 and from the beginning of 2023 to December.', '', 'publish', 'open', 'open', '', 'zhongcai-marine-whale-fund-sp-was-ranked-no-1-of-net-returns-among-asia-hedge-funds-in-december-2023-and-from-the-beginning-of-2023-to-december', '', '', '2024-06-09 07:35:10', '2024-06-09 07:35:10', '', 0, 'https://uat.zhongcai-am.com/wp62/?p=164', 0, 'post', '', 0),
(134, 1, '2023-12-08 09:06:00', '2023-12-08 09:06:00', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to October.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to October.', '', 'publish', 'closed', 'closed', '', 'zhongcai-marine-whale-fund-sp-was-ranked-no-1-of-net-returns-among-asia-hedge-funds-from-the-beginning-of-2023-to-october', '', '', '2024-06-09 07:36:05', '2024-06-09 07:36:05', '', 0, 'https://uat.zhongcai-am.com/wp62/?p=166', 0, 'post', '', 0),
(135, 1, '2023-10-28 09:06:00', '2023-10-28 09:06:00', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to August.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to August.', '', 'publish', 'closed', 'closed', '', 'zhongcai-marine-whale-fund-sp-was-ranked-no-1-of-net-returns-among-asia-hedge-funds-from-the-beginning-of-2023-to-august', '', '', '2024-06-09 07:35:51', '2024-06-09 07:35:51', '', 0, 'https://uat.zhongcai-am.com/wp62/?p=168', 0, 'post', '', 0),
(137, 1, '2024-06-09 07:34:17', '2024-06-09 07:34:17', '<!-- wp:paragraph -->n<p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds in December 2023 and from the beginning of 2023 to December.</p>n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds in December 2023 and from the beginning of 2023 to December.', '', 'inherit', 'closed', 'closed', '', '133-revision-v1', '', '', '2024-06-09 07:34:17', '2024-06-09 07:34:17', '', 133, 'https://www2.zhongcai-am.com/?p=137', 0, 'revision', '', 0),
(138, 1, '2024-06-09 07:34:17', '2024-06-09 07:34:17', '<!-- wp:paragraph -->n<p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to October.</p>n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to October.', '', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2024-06-09 07:34:17', '2024-06-09 07:34:17', '', 134, 'https://www2.zhongcai-am.com/?p=138', 0, 'revision', '', 0),
(139, 1, '2024-06-09 07:34:17', '2024-06-09 07:34:17', '<!-- wp:paragraph -->n<p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to August.</p>n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to August.', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2024-06-09 07:34:17', '2024-06-09 07:34:17', '', 135, 'https://www2.zhongcai-am.com/?p=139', 0, 'revision', '', 0),
(140, 1, '2024-06-09 07:35:08', '2024-06-09 07:35:08', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds in December 2023 and from the beginning of 2023 to December.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds in December 2023 and from the beginning of 2023 to December.', '', 'inherit', 'closed', 'closed', '', '133-revision-v1', '', '', '2024-06-09 07:35:08', '2024-06-09 07:35:08', '', 133, 'https://www2.zhongcai-am.com/?p=140', 0, 'revision', '', 0),
(141, 1, '2024-06-09 07:35:21', '2024-06-09 07:35:21', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 in the six areas of the Preqin’s Honor Roll Q4 2023: Hedge Funds in APAC.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 in the six areas of the Preqin’s Honor Roll Q4 2023: Hedge Funds in APAC.', '', 'inherit', 'closed', 'closed', '', '132-revision-v1', '', '', '2024-06-09 07:35:21', '2024-06-09 07:35:21', '', 132, 'https://www2.zhongcai-am.com/?p=141', 0, 'revision', '', 0),
(142, 1, '2024-06-09 07:35:50', '2024-06-09 07:35:50', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to August.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to August.', '', 'inherit', 'closed', 'closed', '', '135-revision-v1', '', '', '2024-06-09 07:35:50', '2024-06-09 07:35:50', '', 135, 'https://www2.zhongcai-am.com/?p=142', 0, 'revision', '', 0),
(143, 1, '2024-06-09 07:36:03', '2024-06-09 07:36:03', '<!-- wp:paragraph -->\n<p><p>Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to October.</p></p>\n<!-- /wp:paragraph -->', 'Zhongcai Marine Whale Fund SP was ranked No.1 of Net returns among Asia hedge funds from the beginning of 2023 to October.', '', 'inherit', 'closed', 'closed', '', '134-revision-v1', '', '', '2024-06-09 07:36:03', '2024-06-09 07:36:03', '', 134, 'https://www2.zhongcai-am.com/?p=143', 0, 'revision', '', 0),
(149, 1, '2024-06-09 07:37:24', '2024-06-09 07:37:24', '<!-- wp:paragraph -->n<p>中财蓝鲸基金在亚洲对冲基金榜于2023年12月及2023年初至12月回报率统计获排名第一。</p>n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年12月及2023年初至12月回报率统计获排名第一。', '', 'inherit', 'closed', 'closed', '', '147-revision-v1', '', '', '2024-06-09 07:37:24', '2024-06-09 07:37:24', '', 147, 'https://www2.zhongcai-am.com/?p=149', 0, 'revision', '', 0),
(145, 1, '2024-03-14 18:40:00', '2024-03-14 18:40:00', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金于Preqin 2023年第四季亚太地区对冲基金荣誉榜当中的六个环节排名位列榜首，成绩斐然。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金于Preqin 2023年第四季亚太地区对冲基金荣誉榜当中的六个环节排名位列榜首，成绩斐然。', '', 'publish', 'closed', 'closed', '', '%e4%b8%ad%e8%b4%a2%e8%93%9d%e9%b2%b8%e5%9f%ba%e9%87%91%e4%ba%8epreqin-2023%e5%b9%b4%e7%ac%ac%e5%9b%9b%e5%ad%a3%e4%ba%9a%e5%a4%aa%e5%9c%b0%e5%8c%ba%e5%af%b9%e5%86%b2%e5%9f%ba%e9%87%91%e8%8d%a3%e8%aa%89', '', '', '2024-06-09 07:39:25', '2024-06-09 07:39:25', '', 0, 'https://www2.zhongcai-sec.com/wp64/?p=224', 0, 'post', '', 0),
(146, 1, '2023-12-07 18:42:00', '2023-12-07 18:42:00', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金在亚洲对冲基金榜于2023年初至10月回报率统计获排名第一。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年初至10月回报率统计获排名第一。', '', 'publish', 'closed', 'closed', '', '%e4%b8%ad%e8%b4%a2%e8%93%9d%e9%b2%b8%e5%9f%ba%e9%87%91%e5%9c%a8%e4%ba%9a%e6%b4%b2%e5%af%b9%e5%86%b2%e5%9f%ba%e9%87%91%e6%a6%9c%e4%ba%8e2023%e5%b9%b4%e5%88%9d%e8%87%b310%e6%9c%88%e5%9b%9e%e6%8a%a5', '', '', '2024-06-09 07:39:39', '2024-06-09 07:39:39', '', 0, 'https://www2.zhongcai-sec.com/wp64/?p=226', 0, 'post', '', 0),
(147, 1, '2024-03-14 18:45:00', '2024-03-14 18:45:00', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金在亚洲对冲基金榜于2023年12月及2023年初至12月回报率统计获排名第一。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年12月及2023年初至12月回报率统计获排名第一。', '', 'publish', 'closed', 'closed', '', '%e4%b8%ad%e8%b4%a2%e8%93%9d%e9%b2%b8%e5%9f%ba%e9%87%91%e5%9c%a8%e4%ba%9a%e6%b4%b2%e5%af%b9%e5%86%b2%e5%9f%ba%e9%87%91%e6%a6%9c%e4%ba%8e2023%e5%b9%b412%e6%9c%88%e5%8f%8a2023%e5%b9%b4%e5%88%9d%e8%87%b31', '', '', '2024-06-09 07:39:02', '2024-06-09 07:39:02', '', 0, 'https://www2.zhongcai-sec.com/wp64/?p=229', 0, 'post', '', 0),
(148, 1, '2023-10-24 18:46:00', '2023-10-24 18:46:00', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金在亚洲对冲基金榜于2023年初至8月回报率统计获排名第一。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年初至8月回报率统计获排名第一。', '', 'publish', 'closed', 'closed', '', '%e4%b8%ad%e8%b4%a2%e8%93%9d%e9%b2%b8%e5%9f%ba%e9%87%91%e5%9c%a8%e4%ba%9a%e6%b4%b2%e5%af%b9%e5%86%b2%e5%9f%ba%e9%87%91%e6%a6%9c%e4%ba%8e2023%e5%b9%b4%e5%88%9d%e8%87%b38%e6%9c%88%e5%9b%9e%e6%8a%a5', '', '', '2024-06-09 07:39:53', '2024-06-09 07:39:53', '', 0, 'https://www2.zhongcai-sec.com/wp64/?p=231', 0, 'post', '', 0),
(150, 1, '2024-06-09 07:37:34', '2024-06-09 07:37:34', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金在亚洲对冲基金榜于2023年12月及2023年初至12月回报率统计获排名第一。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年12月及2023年初至12月回报率统计获排名第一。', '', 'inherit', 'closed', 'closed', '', '147-revision-v1', '', '', '2024-06-09 07:37:34', '2024-06-09 07:37:34', '', 147, 'https://www2.zhongcai-am.com/?p=150', 0, 'revision', '', 0),
(151, 1, '2024-06-09 07:38:04', '2024-06-09 07:38:04', '<!-- wp:paragraph -->n<p>中财蓝鲸基金于Preqin 2023年第四季亚太地区对冲基金荣誉榜当中的六个环节排名位列榜首，成绩斐然。</p>n<!-- /wp:paragraph -->', '中财蓝鲸基金于Preqin 2023年第四季亚太地区对冲基金荣誉榜当中的六个环节排名位列榜首，成绩斐然。', '', 'inherit', 'closed', 'closed', '', '145-revision-v1', '', '', '2024-06-09 07:38:04', '2024-06-09 07:38:04', '', 145, 'https://www2.zhongcai-am.com/?p=151', 0, 'revision', '', 0),
(152, 1, '2024-06-09 07:38:04', '2024-06-09 07:38:04', '<!-- wp:paragraph -->n<p>中财蓝鲸基金在亚洲对冲基金榜于2023年初至10月回报率统计获排名第一。</p>n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年初至10月回报率统计获排名第一。', '', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2024-06-09 07:38:04', '2024-06-09 07:38:04', '', 146, 'https://www2.zhongcai-am.com/?p=152', 0, 'revision', '', 0),
(153, 1, '2024-06-09 07:38:04', '2024-06-09 07:38:04', '<!-- wp:paragraph -->n<p>中财蓝鲸基金在亚洲对冲基金榜于2023年初至8月回报率统计获排名第一。</p>n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年初至8月回报率统计获排名第一。', '', 'inherit', 'closed', 'closed', '', '148-revision-v1', '', '', '2024-06-09 07:38:04', '2024-06-09 07:38:04', '', 148, 'https://www2.zhongcai-am.com/?p=153', 0, 'revision', '', 0),
(154, 1, '2024-06-09 07:39:23', '2024-06-09 07:39:23', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金于Preqin 2023年第四季亚太地区对冲基金荣誉榜当中的六个环节排名位列榜首，成绩斐然。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金于Preqin 2023年第四季亚太地区对冲基金荣誉榜当中的六个环节排名位列榜首，成绩斐然。', '', 'inherit', 'closed', 'closed', '', '145-revision-v1', '', '', '2024-06-09 07:39:23', '2024-06-09 07:39:23', '', 145, 'https://www2.zhongcai-am.com/?p=154', 0, 'revision', '', 0),
(155, 1, '2024-06-09 07:39:38', '2024-06-09 07:39:38', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金在亚洲对冲基金榜于2023年初至10月回报率统计获排名第一。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年初至10月回报率统计获排名第一。', '', 'inherit', 'closed', 'closed', '', '146-revision-v1', '', '', '2024-06-09 07:39:38', '2024-06-09 07:39:38', '', 146, 'https://www2.zhongcai-am.com/?p=155', 0, 'revision', '', 0),
(156, 1, '2024-06-09 07:39:52', '2024-06-09 07:39:52', '<!-- wp:paragraph -->\n<p><p>中财蓝鲸基金在亚洲对冲基金榜于2023年初至8月回报率统计获排名第一。</p></p>\n<!-- /wp:paragraph -->', '中财蓝鲸基金在亚洲对冲基金榜于2023年初至8月回报率统计获排名第一。', '', 'inherit', 'closed', 'closed', '', '148-revision-v1', '', '', '2024-06-09 07:39:52', '2024-06-09 07:39:52', '', 148, 'https://www2.zhongcai-am.com/?p=156', 0, 'revision', '', 0),
(157, 1, '2024-06-09 08:32:44', '2024-06-09 08:32:44', '{\n    "astra::nav_menu_locations[primary___zh-tw]": {\n        "value": 0,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:32:44"\n    },\n    "astra-settings[header-mobile-items]": {\n        "value": {\n            "popup": {\n                "popup_content": [\n                    "mobile-menu"\n                ]\n            },\n            "above": {\n                "above_left": [],\n                "above_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_center": [],\n                "primary_right": []\n            },\n            "below": {\n                "below_left": [],\n                "below_center": [],\n                "below_right": [\n                    "menu-1"\n                ]\n            },\n            "flag": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:31:14"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '19166fd1-d43f-4327-b2ae-aac4b812490c', '', '', '2024-06-09 08:32:44', '2024-06-09 08:32:44', '', 0, 'https://www2.zhongcai-am.com/?p=157', 0, 'customize_changeset', '', 0),
(158, 1, '2024-06-09 08:35:56', '2024-06-09 08:35:56', '{\n    "astra-settings[header-menu1-menu-stack-on-mobile]": {\n        "value": true,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:34:14"\n    },\n    "astra-settings[header-mobile-menu-submenu-item-border]": {\n        "value": false,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:34:14"\n    },\n    "nav_menu[17]": {\n        "value": false,\n        "type": "nav_menu",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:35:56"\n    },\n    "nav_menu[18]": {\n        "value": false,\n        "type": "nav_menu",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:35:56"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2b38da29-dc7d-4b01-a824-7f66f3b11ef1', '', '', '2024-06-09 08:35:56', '2024-06-09 08:35:56', '', 0, 'https://www2.zhongcai-am.com/?p=158', 0, 'customize_changeset', '', 0),
(160, 1, '2024-06-09 08:40:43', '2024-06-09 08:40:43', '{\n    "astra-settings[header-mobile-items]": {\n        "value": {\n            "popup": {\n                "popup_content": []\n            },\n            "above": {\n                "above_left": [],\n                "above_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_center": [],\n                "primary_right": []\n            },\n            "below": {\n                "below_left": [],\n                "below_center": [],\n                "below_right": []\n            },\n            "flag": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:40:43"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'eb73c2b8-fd9f-43f1-9b91-445c388146e3', '', '', '2024-06-09 08:40:43', '2024-06-09 08:40:43', '', 0, 'https://www2.zhongcai-am.com/?p=160', 0, 'customize_changeset', '', 0),
(161, 1, '2024-06-09 08:47:39', '2024-06-09 08:47:39', '{\n    "astra-settings[header-desktop-items]": {\n        "value": {\n            "popup": {\n                "popup_content": [\n                    "mobile-menu"\n                ]\n            },\n            "above": {\n                "above_left": [],\n                "above_left_center": [],\n                "above_center": [],\n                "above_right_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_left_center": [],\n                "primary_center": [],\n                "primary_right_center": [],\n                "primary_right": []\n            },\n            "below": {\n                "below_left": [],\n                "below_left_center": [],\n                "below_center": [],\n                "below_right_center": [],\n                "below_right": [\n                    "menu-1"\n                ]\n            },\n            "flag": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:43:45"\n    },\n    "astra-settings[header-mobile-items]": {\n        "value": {\n            "popup": {\n                "popup_content": [\n                    "mobile-menu"\n                ]\n            },\n            "above": {\n                "above_left": [],\n                "above_center": [],\n                "above_right": []\n            },\n            "primary": {\n                "primary_left": [\n                    "logo"\n                ],\n                "primary_center": [],\n                "primary_right": [\n                    "mobile-trigger"\n                ]\n            },\n            "below": {\n                "below_left": [],\n                "below_center": [],\n                "below_right": []\n            },\n            "flag": false\n        },\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:47:39"\n    },\n    "astra-settings[header-mobile-popup-items]": {\n        "value": true,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:47:39"\n    },\n    "astra-settings[mobile-header-type]": {\n        "value": "dropdown",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:47:39"\n    },\n    "astra-settings[header-builder-menu-toggle-target]": {\n        "value": "icon",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:47:39"\n    },\n    "astra-settings[header-mobile-menu-submenu-item-border]": {\n        "value": false,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:47:39"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '45ba6941-5944-4f64-81ce-206e66b2f84d', '', '', '2024-06-09 08:47:39', '2024-06-09 08:47:39', '', 0, 'https://www2.zhongcai-am.com/?p=161', 0, 'customize_changeset', '', 0),
(162, 1, '2024-06-09 08:48:01', '2024-06-09 08:48:01', '{\n    "astra-settings[mobile-header-toggle-btn-style]": {\n        "value": "fill",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:48:01"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f030f351-6162-4808-a866-566bd3e51949', '', '', '2024-06-09 08:48:01', '2024-06-09 08:48:01', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/f030f351-6162-4808-a866-566bd3e51949/', 0, 'customize_changeset', '', 0),
(163, 1, '2024-06-09 08:48:29', '2024-06-09 08:48:29', '{\n    "astra-settings[mobile-header-toggle-btn-style]": {\n        "value": "outline",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:48:29"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'e7c73a6e-d33f-4ab3-ba66-b4cafe29e96c', '', '', '2024-06-09 08:48:29', '2024-06-09 08:48:29', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/e7c73a6e-d33f-4ab3-ba66-b4cafe29e96c/', 0, 'customize_changeset', '', 0),
(164, 1, '2024-06-09 08:48:52', '2024-06-09 08:48:52', '{\n    "astra-settings[mobile-header-toggle-btn-style]": {\n        "value": "fill",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:48:45"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f0a28a78-097d-4877-a1ba-da74370bb3b6', '', '', '2024-06-09 08:48:52', '2024-06-09 08:48:52', '', 0, 'https://www2.zhongcai-am.com/?p=164', 0, 'customize_changeset', '', 0),
(165, 1, '2024-06-09 08:49:28', '2024-06-09 08:49:28', '{\n    "astra-settings[mobile-header-toggle-icon-size]": {\n        "value": 15,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:49:28"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '86071cd1-c06a-46f6-a510-0229bb7fe7f4', '', '', '2024-06-09 08:49:28', '2024-06-09 08:49:28', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/86071cd1-c06a-46f6-a510-0229bb7fe7f4/', 0, 'customize_changeset', '', 0),
(166, 1, '2024-06-09 08:50:08', '2024-06-09 08:50:08', '{\n    "astra-settings[mobile-header-toggle-btn-color]": {\n        "value": "#194219",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:50:08"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '8d7e659f-e7c0-4348-8c05-68cbbfc4f78e', '', '', '2024-06-09 08:50:08', '2024-06-09 08:50:08', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/8d7e659f-e7c0-4348-8c05-68cbbfc4f78e/', 0, 'customize_changeset', '', 0),
(167, 1, '2024-06-09 08:50:43', '2024-06-09 08:50:43', '{\n    "astra-settings[mobile-header-toggle-btn-color]": {\n        "value": "var(--ast-global-color-5)",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:50:43"\n    },\n    "astra-settings[mobile-header-toggle-btn-bg-color]": {\n        "value": "#345633",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:50:43"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '084bca71-38b1-4d75-ad01-c2ae6ea603f2', '', '', '2024-06-09 08:50:43', '2024-06-09 08:50:43', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/084bca71-38b1-4d75-ad01-c2ae6ea603f2/', 0, 'customize_changeset', '', 0),
(168, 1, '2024-06-09 08:51:02', '2024-06-09 08:51:02', '{\n    "astra-settings[header-trigger-icon]": {\n        "value": "menu2",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:51:02"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '314dc251-766c-443a-8f71-8cd50dfdfb65', '', '', '2024-06-09 08:51:02', '2024-06-09 08:51:02', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/314dc251-766c-443a-8f71-8cd50dfdfb65/', 0, 'customize_changeset', '', 0),
(169, 1, '2024-06-09 08:54:37', '2024-06-09 08:54:37', '{\n    "astra::nav_menu_locations[mobile_menu]": {\n        "value": 0,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:52:45"\n    },\n    "astra::nav_menu_locations[mobile_menu___zh]": {\n        "value": 0,\n        "type": "theme_mod",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:52:45"\n    },\n    "nav_menu[-7837449768077699000]": {\n        "value": false,\n        "type": "nav_menu",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:52:45"\n    },\n    "astra-settings[hb-header-main-sep]": {\n        "value": 1,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 08:54:37"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1754a683-0670-46ce-b04f-e66cfbd2d3db', '', '', '2024-06-09 08:54:37', '2024-06-09 08:54:37', '', 0, 'https://www2.zhongcai-am.com/?p=169', 0, 'customize_changeset', '', 0),
(170, 1, '2024-06-09 09:21:29', '2024-06-09 09:21:29', '', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]_EN', '', 'publish', 'closed', 'closed', '', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en', '', '', '2024-06-09 11:28:30', '2024-06-09 11:28:30', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=170', 0, 'sp_wp_tabs', '', 0),
(171, 1, '2024-06-09 09:22:34', '2024-06-09 09:22:34', '', 'ZALSFSOSP_NET_ASSET_EN', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_asset_en-2', '', '', '2024-06-09 09:22:34', '2024-06-09 09:22:34', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=171', 0, 'sp_wp_tabs', '', 0),
(172, 1, '2024-06-09 09:22:59', '2024-06-09 09:22:59', '', 'ZALSFSOSP1_NET_ASSET_CN', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_asset_cn-2', '', '', '2024-06-12 14:19:37', '2024-06-12 14:19:37', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=172', 0, 'sp_wp_tabs', '', 0),
(173, 1, '2024-06-09 09:23:30', '2024-06-09 09:23:30', '', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]_CN', '', 'publish', 'closed', 'closed', '', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en-2', '', '', '2024-06-12 14:38:38', '2024-06-12 14:38:38', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=173', 0, 'sp_wp_tabs', '', 0),
(174, 1, '2024-06-09 09:23:37', '2024-06-09 09:23:37', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '4a6d5695d9d1f14a8cf465b883507bbf', '', '', '2024-06-09 09:23:37', '2024-06-09 09:23:37', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/4a6d5695d9d1f14a8cf465b883507bbf/', 0, 'oembed_cache', '', 0),
(175, 1, '2024-06-09 09:23:39', '2024-06-09 09:23:39', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', '2a8c14fde5e22387c2f601f783348791', '', '', '2024-06-09 09:23:39', '2024-06-09 09:23:39', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/2a8c14fde5e22387c2f601f783348791/', 0, 'oembed_cache', '', 0),
(180, 1, '2024-06-09 09:31:00', '2024-06-09 09:31:00', '<!-- wp:shortcode -->\n[wptabs id="170"]\n<!-- /wp:shortcode -->', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2024-06-09 09:31:00', '2024-06-09 09:31:00', '', 74, 'https://www2.zhongcai-am.com/?p=180', 0, 'revision', '', 0),
(176, 1, '2024-06-09 09:26:09', '2024-06-09 09:26:09', '<!-- wp:paragraph -->\n<p><strong>Zhongcai Algorithm Long Short Fund Series One SP [Ended]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="170"]\n<!-- /wp:shortcode -->', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2024-06-09 09:26:09', '2024-06-09 09:26:09', '', 74, 'https://www2.zhongcai-am.com/?p=176', 0, 'revision', '', 0),
(177, 1, '2024-06-09 09:27:04', '2024-06-09 09:27:04', '<!-- wp:paragraph -->\n<p><strong>中财量化I号(对冲)基金 [已于2022 年6 月30日结束]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财量化I号(对冲)基金 [已于2022 年6 月30日结束]<br>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼资深基金经理葛培堃先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="173"]\n<!-- /wp:shortcode -->', '中财量化I号(对冲)基金 [已于2022 年6 月30日结束]', '', 'publish', 'closed', 'closed', '', '%e4%b8%ad%e8%b2%a1%e9%87%8f%e5%8c%96i%e8%99%9f%e5%b0%8d%e6%b2%96%e5%9f%ba%e9%87%91-%e5%b7%b2%e7%b5%90%e6%9d%9f', '', '', '2024-06-12 14:40:27', '2024-06-12 14:40:27', '', 0, 'https://www2.zhongcai-am.com/?page_id=177', 0, 'page', '', 0),
(178, 1, '2024-06-09 09:27:04', '2024-06-09 09:27:04', '<!-- wp:paragraph -->\n<p><strong>中財量化I號(對沖)基金 [已結束]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="174"]\n<!-- /wp:shortcode -->', '中財量化I號(對沖)基金 [已結束]', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2024-06-09 09:27:04', '2024-06-09 09:27:04', '', 177, 'https://www2.zhongcai-am.com/?p=178', 0, 'revision', '', 0),
(179, 1, '2024-06-09 09:29:54', '2024-06-09 09:29:54', '<!-- wp:paragraph -->\n<p><strong>中財量化I號(對沖)基金 [已結束]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="173"]\n<!-- /wp:shortcode -->', '中財量化I號(對沖)基金 [已結束]', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2024-06-09 09:29:54', '2024-06-09 09:29:54', '', 177, 'https://www2.zhongcai-am.com/?p=179', 0, 'revision', '', 0),
(181, 1, '2024-06-09 09:31:19', '2024-06-09 09:31:19', '<!-- wp:shortcode -->\n[wptabs id="170"]\n<!-- /wp:shortcode -->', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]', '', 'inherit', 'closed', 'closed', '', '74-revision-v1', '', '', '2024-06-09 09:31:19', '2024-06-09 09:31:19', '', 74, 'https://www2.zhongcai-am.com/?p=181', 0, 'revision', '', 0),
(182, 1, '2024-06-09 09:42:00', '2024-06-09 09:42:00', '{\n    "astra-settings[single-page-content-style]": {\n        "value": "unboxed",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:41:48"\n    },\n    "astra-settings[single-page-sidebar-layout]": {\n        "value": "default",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:41:48"\n    },\n    "astra-settings[ast-single-page-title]": {\n        "value": true,\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:41:48"\n    },\n    "astra-settings[ast-dynamic-single-page-layout]": {\n        "value": "layout-1",\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:41:48"\n    },\n    "astra-settings[ast-dynamic-single-page-structure]": {\n        "value": [\n            "ast-dynamic-single-page-image"\n        ],\n        "type": "option",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:41:48"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '1098da00-8435-4511-9d8f-1a5e6939d3e5', '', '', '2024-06-09 09:42:00', '2024-06-09 09:42:00', '', 0, 'https://www2.zhongcai-am.com/?p=182', 0, 'customize_changeset', '', 0),
(183, 1, '2024-06-09 09:43:13', '2024-06-09 09:43:13', '{\n    "nav_menu_item[124]": {\n        "value": {\n            "menu_item_parent": 0,\n            "object_id": 122,\n            "object": "page",\n            "type": "post_type",\n            "type_label": "Page",\n            "url": "https://www2.zhongcai-am.com/zh/%e8%81%af%e7%b5%a1%e6%88%91%e5%80%91/",\n            "title": "",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "nav_menu_term_id": 22,\n            "position": 9,\n            "status": "publish",\n            "original_title": "\\u806f\\u7d61\\u6211\\u5011",\n            "_invalid": false\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:13"\n    },\n    "nav_menu_item[109]": {\n        "value": {\n            "menu_item_parent": 0,\n            "object_id": 109,\n            "object": "custom",\n            "type": "custom",\n            "type_label": "Language switcher",\n            "title": "Languages",\n            "url": "#pll_switcher",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "nav_menu_term_id": 22,\n            "position": 10,\n            "status": "publish",\n            "original_title": "",\n            "_invalid": false\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:13"\n    },\n    "nav_menu_item[-2430288124172775400]": {\n        "value": false,\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:13"\n    },\n    "nav_menu_item[-871251887923615700]": {\n        "value": false,\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:13"\n    },\n    "nav_menu_item[-5772299686722138000]": {\n        "value": false,\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:13"\n    },\n    "nav_menu_item[-6144635105272136000]": {\n        "value": false,\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:13"\n    },\n    "nav_menu_item[-271455183923230720]": {\n        "value": {\n            "object_id": 177,\n            "object": "page",\n            "menu_item_parent": 110,\n            "position": 8,\n            "type": "post_type",\n            "title": "\\u4e2d\\u8ca1\\u91cf\\u5316I\\u865f(\\u5c0d\\u6c96)\\u57fa\\u91d1 [\\u5df2\\u7d50\\u675f]",\n            "url": "https://www2.zhongcai-am.com/zh/%e4%b8%ad%e8%b2%a1%e9%87%8f%e5%8c%96i%e8%99%9f%e5%b0%8d%e6%b2%96%e5%9f%ba%e9%87%91-%e5%b7%b2%e7%b5%90%e6%9d%9f/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "\\u4e2d\\u8ca1\\u91cf\\u5316I\\u865f(\\u5c0d\\u6c96)\\u57fa\\u91d1 [\\u5df2\\u7d50\\u675f]",\n            "nav_menu_term_id": 22,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:13"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '2994737d-d991-4ca7-9703-d2c67252e581', '', '', '2024-06-09 09:43:13', '2024-06-09 09:43:13', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/2994737d-d991-4ca7-9703-d2c67252e581/', 0, 'customize_changeset', '', 0),
(184, 1, '2024-06-12 14:56:47', '2024-06-09 09:43:13', '', '中财量化I号(对冲)基金 [已结束]', '', 'publish', 'closed', 'closed', '', '184', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/184/', 8, 'nav_menu_item', '', 0),
(185, 1, '2024-06-09 09:43:45', '2024-06-09 09:43:45', '{\n    "nav_menu_item[184]": {\n        "value": {\n            "object_id": 177,\n            "object": "page",\n            "menu_item_parent": 110,\n            "position": 8,\n            "type": "post_type",\n            "title": "\\u4e2d\\u8ca1\\u91cf\\u5316I\\u865f(\\u5c0d\\u6c96)\\u57fa\\u91d1 [\\u5df2\\u7d50\\u675f]",\n            "url": "https://www2.zhongcai-am.com/zh/%e4%b8%ad%e8%b2%a1%e9%87%8f%e5%8c%96i%e8%99%9f%e5%b0%8d%e6%b2%96%e5%9f%ba%e9%87%91-%e5%b7%b2%e7%b5%90%e6%9d%9f/",\n            "target": "",\n            "attr_title": "",\n            "description": "",\n            "classes": "",\n            "xfn": "",\n            "status": "publish",\n            "original_title": "\\u4e2d\\u8ca1\\u91cf\\u5316I\\u865f(\\u5c0d\\u6c96)\\u57fa\\u91d1 [\\u5df2\\u7d50\\u675f]",\n            "nav_menu_term_id": 22,\n            "_invalid": false,\n            "type_label": "Page"\n        },\n        "type": "nav_menu_item",\n        "user_id": 1,\n        "date_modified_gmt": "2024-06-09 09:43:45"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '556a05d3-1d2e-425e-9613-e6c32cebbf57', '', '', '2024-06-09 09:43:45', '2024-06-09 09:43:45', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/556a05d3-1d2e-425e-9613-e6c32cebbf57/', 0, 'customize_changeset', '', 0),
(186, 1, '2024-06-09 09:46:31', '2024-06-09 09:46:31', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'f2ee8d02537d25af972be1ccc3f0744a', '', '', '2024-06-09 09:46:31', '2024-06-09 09:46:31', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/f2ee8d02537d25af972be1ccc3f0744a/', 0, 'oembed_cache', '', 0),
(187, 1, '2024-06-09 09:46:33', '2024-06-09 09:46:33', '{{unknown}}', '', '', 'publish', 'closed', 'closed', '', 'd04e21b63bfbeed99ab0ee645c04efaf', '', '', '2024-06-09 09:46:33', '2024-06-09 09:46:33', '', 0, 'https://www2.zhongcai-am.com/2024/06/09/d04e21b63bfbeed99ab0ee645c04efaf/', 0, 'oembed_cache', '', 0),
(188, 1, '2024-06-09 12:23:48', '2024-06-09 12:23:48', '<!-- wp:paragraph -->\n<p><strong>关于中财资产管理有限公司</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财资产管理有限公司("中财资产管理”)是中财招商投资集团("中财集团")的关联公司。中财集团于1995年在中国杭州成立，是一家社会化、市场化、现代化的综合性企业集团，已涉足化学建材、融资担保、典当拍卖、期货经纪、证券经纪、资产管理、互联网金融、电子商务、地产经营、旅业开发、置业发展、资本投资等领域。集团员工超过14,000人，旗下公司遍布中国34个主要城市。中财集团在香港分别设有附属公司包括中财实业（集团）有限公司及香港中财金融投资有限公司，而关联公司包括中财资产管理有限公司、中财证券有限公司、中财财务有限公司等公司为骨干企业，已日益打造成为中财集团事业组件之国际化经营的崭新一极。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财资产管理是一家香港注册公司，中财资产管理早于2013年获香港证券及期货事务监察委员会根据证券及期货条例规定获发从事第1类（证券交易），第4类（就证券提供意见）及第9类（提供资产管理）的受规管活动牌照。中财集团于香港拥有自持的办公物业，致力于持续满足客户在香港的资产管理与投资需求，并提供独立的投资建议和资产管理服务。</p>\n<!-- /wp:paragraph -->', '关于我們', '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2024-06-09 12:23:48', '2024-06-09 12:23:48', '', 112, 'https://www2.zhongcai-am.com/?p=188', 0, 'revision', '', 0),
(189, 1, '2024-06-09 12:24:36', '2024-06-09 12:24:36', '<!-- wp:paragraph -->\n<p><strong>关于中财资产管理有限公司</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财资产管理有限公司("中财资产管理”)是中财招商投资集团("中财集团")的关联公司。中财集团于1995年在中国杭州成立，是一家社会化、市场化、现代化的综合性企业集团，已涉足化学建材、融资担保、典当拍卖、期货经纪、证券经纪、资产管理、互联网金融、电子商务、地产经营、旅业开发、置业发展、资本投资等领域。集团员工超过14,000人，旗下公司遍布中国34个主要城市。中财集团在香港分别设有附属公司包括中财实业（集团）有限公司及香港中财金融投资有限公司，而关联公司包括中财资产管理有限公司、中财证券有限公司、中财财务有限公司等公司为骨干企业，已日益打造成为中财集团事业组件之国际化经营的崭新一极。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财资产管理是一家香港注册公司，中财资产管理早于2013年获香港证券及期货事务监察委员会根据证券及期货条例规定获发从事第1类（证券交易），第4类（就证券提供意见）及第9类（提供资产管理）的受规管活动牌照。中财集团于香港拥有自持的办公物业，致力于持续满足客户在香港的资产管理与投资需求，并提供独立的投资建议和资产管理服务。</p>\n<!-- /wp:paragraph -->', '中财资产管理', '', 'inherit', 'closed', 'closed', '', '112-revision-v1', '', '', '2024-06-09 12:24:36', '2024-06-09 12:24:36', '', 112, 'https://www2.zhongcai-am.com/?p=189', 0, 'revision', '', 0),
(190, 1, '2024-06-12 10:57:56', '2024-06-12 10:57:56', '<!-- wp:paragraph -->\n<p>中财量化I号(对冲)基金 [已于2022 年6 月30日结束]<br>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼资深基金经理葛培堃先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="173"]\n<!-- /wp:shortcode -->', '中財量化I號(對沖)基金 [已結束]', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2024-06-12 10:57:56', '2024-06-12 10:57:56', '', 177, 'https://www2.zhongcai-am.com/?p=190', 0, 'revision', '', 0),
(191, 1, '2024-06-12 10:58:25', '2024-06-12 10:58:25', '<!-- wp:paragraph -->\n<p><strong>中财量化I号(对冲)基金 [已于2022 年6 月30日结束]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财量化I号(对冲)基金 [已于2022 年6 月30日结束]<br>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼资深基金经理葛培堃先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="173"]\n<!-- /wp:shortcode -->', '中財量化I號(對沖)基金 [已結束]', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2024-06-12 10:58:25', '2024-06-12 10:58:25', '', 177, 'https://www2.zhongcai-am.com/?p=191', 0, 'revision', '', 0),
(192, 1, '2024-06-12 11:17:20', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2024-06-12 11:17:20', '0000-00-00 00:00:00', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&p=192', 0, 'sp_wp_tabs', '', 0),
(193, 1, '2024-06-12 11:17:20', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'closed', 'closed', '', '', '', '', '2024-06-12 11:17:20', '0000-00-00 00:00:00', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&p=193', 0, 'sp_wp_tabs', '', 0),
(194, 1, '2024-06-12 11:29:32', '2024-06-12 11:29:32', '', 'zcfsp1_net_table2_2022_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2024_cn-csv-duplicate', '', '', '2024-06-12 12:22:58', '2024-06-12 12:22:58', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2024_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(195, 1, '2024-06-12 11:29:45', '2024-06-12 11:29:45', '', 'zcmwfsp_net_table_2022_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2024_cn-csv-duplicate', '', '', '2024-06-12 11:30:03', '2024-06-12 11:30:03', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2024_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(196, 1, '2024-06-12 12:06:13', '2024-06-12 12:06:13', '', 'zcmwfsp_net_table_2023_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2022_cn-csv-duplicate', '', '', '2024-06-12 12:06:26', '2024-06-12 12:06:26', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2022_cn-csv-duplicate/', 0, 'ninja-table', '', 0);
INSERT INTO `wptd_posts` VALUES
(197, 1, '2024-06-12 12:10:41', '2024-06-12 12:10:41', '', 'zcfsp1_net_table_2022_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2022_cn-csv-duplicate-2', '', '', '2024-06-12 14:06:45', '2024-06-12 14:06:45', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2022_cn-csv-duplicate-2/', 0, 'ninja-table', '', 0),
(214, 1, '2024-06-12 14:09:03', '2024-06-12 14:09:03', '', 'zcfsp1_net_table_2021_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2021_cn-csv-duplicate-2', '', '', '2024-06-12 14:09:20', '2024-06-12 14:09:20', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2021_cn-csv-duplicate-2/', 0, 'ninja-table', '', 0),
(199, 1, '2024-06-12 12:14:54', '2024-06-12 12:14:54', '', 'zcmwfsp_net_table2_2023_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2022_cn-csv-duplicate-2', '', '', '2024-06-12 12:15:07', '2024-06-12 12:15:07', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2022_cn-csv-duplicate-2/', 0, 'ninja-table', '', 0),
(202, 1, '2024-06-12 12:28:14', '2024-06-12 12:28:14', '', 'zcmwfsp_net_table_2021_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2022_cn-csv-duplicate-3', '', '', '2024-06-12 12:28:44', '2024-06-12 12:28:44', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2022_cn-csv-duplicate-3/', 0, 'ninja-table', '', 0),
(201, 1, '2024-06-12 12:25:12', '2024-06-12 12:25:12', '', 'zcmwfsp_net_table2_2022_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2023_cn-csv-duplicate', '', '', '2024-06-12 12:25:37', '2024-06-12 12:25:37', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2023_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(204, 1, '2024-06-12 12:35:05', '2024-06-12 12:35:05', '', 'zcmwfsp_net_table2_2021_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcfsp1_net_table2_2022_cn-csv-duplicate', '', '', '2024-06-12 12:35:31', '2024-06-12 12:35:31', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcfsp1_net_table2_2022_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(205, 1, '2024-06-12 12:37:47', '2024-06-12 12:37:47', '', 'zcmwfsp_net_table_2020_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2021_cn-csv-duplicate', '', '', '2024-06-12 12:38:35', '2024-06-12 12:38:35', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2021_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(206, 1, '2024-06-12 12:42:07', '2024-06-12 12:42:07', '', 'zcmwfsp_net_table2_2020_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2021_cn-csv-duplicate', '', '', '2024-06-12 12:42:48', '2024-06-12 12:42:48', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2021_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(207, 1, '2024-06-12 12:45:06', '2024-06-12 12:45:06', '', 'zcmwfsp_net_table_2019_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2020_cn-csv-duplicate', '', '', '2024-06-12 13:04:50', '2024-06-12 13:04:50', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2020_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(208, 1, '2024-06-12 12:48:03', '2024-06-12 12:48:03', '', 'zcmwfsp_net_table2_2019_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2020_cn-csv-duplicate', '', '', '2024-06-12 12:48:18', '2024-06-12 12:48:18', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2020_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(209, 1, '2024-06-12 12:50:09', '2024-06-12 12:50:09', '', 'zcmwfsp_net_table_2018_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2029_cn-csv-duplicate', '', '', '2024-06-12 12:50:29', '2024-06-12 12:50:29', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2029_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(210, 1, '2024-06-12 12:54:44', '2024-06-12 12:54:44', '', 'zcmwfsp_net_table2_2018_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2019_cn-csv-duplicate', '', '', '2024-06-12 12:55:06', '2024-06-12 12:55:06', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2019_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(211, 1, '2024-06-12 13:48:55', '2024-06-12 13:48:55', '<!-- wp:paragraph -->\n<p>中财蓝鲸基金 [前名中财量化I号(对冲)基金]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="104"]\n<!-- /wp:shortcode -->', '中财蓝鲸基金 [前名中财量化I号(对冲)基金]', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2024-06-12 13:48:55', '2024-06-12 13:48:55', '', 80, 'https://www2.zhongcai-am.com/?p=211', 0, 'revision', '', 0),
(212, 1, '2024-06-12 13:50:11', '2024-06-12 13:50:11', '<!-- wp:paragraph -->\n<p><strong>中财蓝鲸基金 [前名中财量化I号(对冲)基金]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="104"]\n<!-- /wp:shortcode -->', '中财蓝鲸基金 [前名中财量化I号(对冲)基金]', '', 'inherit', 'closed', 'closed', '', '80-revision-v1', '', '', '2024-06-12 13:50:11', '2024-06-12 13:50:11', '', 80, 'https://www2.zhongcai-am.com/?p=212', 0, 'revision', '', 0),
(222, 1, '2024-06-12 14:18:55', '2024-06-12 14:18:55', '', 'zcfsp1_net_table2_2020_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2020_cn-csv-duplicate-2', '', '', '2024-06-12 14:19:12', '2024-06-12 14:19:12', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2020_cn-csv-duplicate-2/', 0, 'ninja-table', '', 0),
(218, 1, '2024-06-12 14:11:00', '2024-06-12 14:11:00', '', 'zcfsp1_net_table_2019_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2019_cn-csv-duplicate', '', '', '2024-06-12 14:12:40', '2024-06-12 14:12:40', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2019_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(219, 1, '2024-06-12 14:11:04', '2024-06-12 14:11:04', '', 'zcfsp1_net_table2_2019_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2019_cn-csv-duplicate-2', '', '', '2024-06-12 14:12:55', '2024-06-12 14:12:55', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2019_cn-csv-duplicate-2/', 0, 'ninja-table', '', 0),
(220, 1, '2024-06-12 14:11:49', '2024-06-12 14:11:49', '', 'zcfsp1_net_table_2018_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table_2018_cn-csv-duplicate', '', '', '2024-06-12 14:13:09', '2024-06-12 14:13:09', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table_2018_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(221, 1, '2024-06-12 14:11:53', '2024-06-12 14:11:53', '', 'zcfsp1_net_table2_2018_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_table2_2018_cn-csv-duplicate', '', '', '2024-06-12 14:13:23', '2024-06-12 14:13:23', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcmwfsp_net_table2_2018_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(223, 1, '2024-06-12 14:40:25', '2024-06-12 14:40:25', '<!-- wp:paragraph -->\n<p><strong>中财量化I号(对冲)基金 [已于2022 年6 月30日结束]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>中财量化I号(对冲)基金 [已于2022 年6 月30日结束]<br>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼资深基金经理葛培堃先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="173"]\n<!-- /wp:shortcode -->', '中财量化I号(对冲)基金 [已于2022 年6 月30日结束]', '', 'inherit', 'closed', 'closed', '', '177-revision-v1', '', '', '2024-06-12 14:40:25', '2024-06-12 14:40:25', '', 177, 'https://www2.zhongcai-am.com/?p=223', 0, 'revision', '', 0),
(224, 1, '2024-06-12 14:41:44', '2024-06-12 14:41:44', '<!-- wp:paragraph -->\n<p><strong>中财II号(成长)基金 [中财II号(成长)基金现已关闭]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼基金经理 李云舟 先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="229"]\n<!-- /wp:shortcode -->', '中财II号(成长)基金 [中财II号(成长)基金现已关闭]', '', 'publish', 'closed', 'closed', '', '%e4%b8%ad%e8%b4%a2ii%e5%8f%b7%e6%88%90%e9%95%bf%e5%9f%ba%e9%87%91-%e4%b8%ad%e8%b4%a2ii%e5%8f%b7%e6%88%90%e9%95%bf%e5%9f%ba%e9%87%91%e7%8e%b0%e5%b7%b2%e5%85%b3%e9%97%ad', '', '', '2024-06-12 15:01:13', '2024-06-12 15:01:13', '', 0, 'https://www2.zhongcai-am.com/?page_id=224', 0, 'page', '', 0),
(225, 1, '2024-06-12 14:41:44', '2024-06-12 14:41:44', '<!-- wp:paragraph -->\n<p>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼基金经理 李云舟 先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="173"]\n<!-- /wp:shortcode -->', '中财II号(成长)基金 [中财II号(成长)基金现已关闭]', '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2024-06-12 14:41:44', '2024-06-12 14:41:44', '', 224, 'https://www2.zhongcai-am.com/?p=225', 0, 'revision', '', 0),
(228, 1, '2024-06-12 14:42:55', '2024-06-12 14:42:55', '', 'Zhongcai Algorithm Long Short Fund Series One SP [Ended]_EN', '', 'trash', 'closed', 'closed', '', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en__trashed', '', '', '2024-06-12 14:42:55', '2024-06-12 14:42:55', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=228', 0, 'sp_wp_tabs', '', 0),
(229, 1, '2024-06-12 14:43:56', '2024-06-12 14:43:56', '', 'Zhongcai Growth Fund Series Two SP [is Closed]_CN', '', 'publish', 'closed', 'closed', '', 'zhongcai-algorithm-long-short-fund-series-one-sp-ended_en-2-2', '', '', '2024-06-12 15:00:47', '2024-06-12 15:00:47', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=229', 0, 'sp_wp_tabs', '', 0),
(230, 1, '2024-06-12 14:46:38', '2024-06-12 14:46:38', '', 'ZCFSP2_NET_ASSET_CN', '', 'publish', 'closed', 'closed', '', 'zcmwfsp_net_asset_cn-2-2', '', '', '2024-06-12 14:59:36', '2024-06-12 14:59:36', '', 0, 'https://www2.zhongcai-am.com/?post_type=sp_wp_tabs&#038;p=230', 0, 'sp_wp_tabs', '', 0),
(227, 1, '2024-06-12 14:42:03', '2024-06-12 14:42:03', '<!-- wp:paragraph -->\n<p><strong>中财II号(成长)基金 [中财II号(成长)基金现已关闭]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼基金经理 李云舟 先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="173"]\n<!-- /wp:shortcode -->', '中财II号(成长)基金 [中财II号(成长)基金现已关闭]', '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2024-06-12 14:42:03', '2024-06-12 14:42:03', '', 224, 'https://www2.zhongcai-am.com/?p=227', 0, 'revision', '', 0),
(231, 1, '2024-06-12 14:47:20', '2024-06-12 14:47:20', '', 'zcfsp2_net_table_2018_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcfsp1_net_table_2018_cn-csv-duplicate', '', '', '2024-06-12 14:47:33', '2024-06-12 14:47:33', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcfsp1_net_table_2018_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(232, 1, '2024-06-12 14:52:44', '2024-06-12 14:52:44', '', 'zcfsp2_net_table2_2018_cn.csv', '', 'publish', 'closed', 'closed', '', 'zcfsp1_net_table2_2018_cn-csv-duplicate', '', '', '2024-06-12 14:54:48', '2024-06-12 14:54:48', '', 0, 'https://www2.zhongcai-am.com/ninja-table/zcfsp1_net_table2_2018_cn-csv-duplicate/', 0, 'ninja-table', '', 0),
(233, 1, '2024-06-12 14:56:16', '2024-06-12 14:56:16', '<!-- wp:paragraph -->\n<p><strong>中财II号(成长)基金 [中财II号(成长)基金现已关闭]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼基金经理 李云舟 先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="230"]\n<!-- /wp:shortcode -->', '中财II号(成长)基金 [中财II号(成长)基金现已关闭]', '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2024-06-12 14:56:16', '2024-06-12 14:56:16', '', 224, 'https://www2.zhongcai-am.com/?p=233', 0, 'revision', '', 0),
(234, 1, '2024-06-12 14:56:47', '2024-06-12 14:56:47', ' ', '', '', 'publish', 'closed', 'closed', '', '234', '', '', '2024-06-12 14:56:47', '2024-06-12 14:56:47', '', 0, 'https://www2.zhongcai-am.com/?p=234', 9, 'nav_menu_item', '', 0),
(235, 1, '2024-06-12 15:01:12', '2024-06-12 15:01:12', '<!-- wp:paragraph -->\n<p><strong>中财II号(成长)基金 [中财II号(成长)基金现已关闭]</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>该基金已委任中财资产管理有限公司为基金经理，并由投资总监兼基金经理 李云舟 先生管理所有的投资决策，申赎等事宜。</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[wptabs id="229"]\n<!-- /wp:shortcode -->', '中财II号(成长)基金 [中财II号(成长)基金现已关闭]', '', 'inherit', 'closed', 'closed', '', '224-revision-v1', '', '', '2024-06-12 15:01:12', '2024-06-12 15:01:12', '', 224, 'https://www2.zhongcai-am.com/?p=235', 0, 'revision', '', 0);

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

--
-- Table structure for table `wptd_termmeta`
--

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

--
-- Dumping data for table `wptd_termmeta`
--

INSERT INTO `wptd_termmeta` VALUES
(1, 2, '_pll_strings_translations', 'a:16:{i:0;a:2:{i:0;s:67:"Copyright [copyright] [current_year] [site_title] | Powered by [BW]";i:1;s:67:"Copyright [copyright] [current_year] [site_title] | Powered by [BW]";}i:1;a:2:{i:0;s:7:"Sign up";i:1;s:7:"Sign up";}i:2;a:2:{i:0;s:22:"<a href="#">Log in</a>";i:1;s:22:"<a href="#">Log in</a>";}i:3;a:2:{i:0;s:22:"Insert HTML text here.";i:1;s:22:"Insert HTML text here.";}i:4;a:2:{i:0;s:6:"Button";i:1;s:6:"Button";}i:5;a:2:{i:0;s:23:"https://www.wpastra.com";i:1;s:23:"https://www.wpastra.com";}i:6;a:2:{i:0;s:6:"Log In";i:1;s:6:"Log In";}i:7;a:2:{i:0;s:10:"My Account";i:1;s:10:"My Account";}i:8;a:2:{i:0;s:48:"https://websitedemos.net/wp-preview/wp-login.php";i:1;s:48:"https://websitedemos.net/wp-preview/wp-login.php";}i:9;a:2:{i:0;s:27:"<button>Contact Us</button>";i:1;s:27:"<button>Contact Us</button>";}i:10;a:2:{i:0;s:13:"Related Posts";i:1;s:13:"Related Posts";}i:11;a:2:{i:0;s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";i:1;s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";}i:12;a:2:{i:0;s:25:"ZHONGCAI ASSET MANAGEMENT";i:1;s:25:"ZHONGCAI ASSET MANAGEMENT";}i:13;a:2:{i:0;s:27:"ZHONGCAI ASSET MANAGEMENT 2";i:1;s:27:"ZHONGCAI ASSET MANAGEMENT 2";}i:14;a:2:{i:0;s:6:"F j, Y";i:1;s:6:"F j, Y";}i:15;a:2:{i:0;s:5:"g:i a";i:1;s:5:"g:i a";}}'),
(2, 5, '_pll_strings_translations', 'a:16:{i:0;a:2:{i:0;s:67:"Copyright [copyright] [current_year] [site_title] | Powered by [BW]";i:1;s:53:"版权 [copyright] [current_year] [site_title] | [BW]";}i:1;a:2:{i:0;s:7:"Sign up";i:1;s:7:"Sign up";}i:2;a:2:{i:0;s:22:"<a href="#">Log in</a>";i:1;s:22:"<a href="#">Log in</a>";}i:3;a:2:{i:0;s:22:"Insert HTML text here.";i:1;s:22:"Insert HTML text here.";}i:4;a:2:{i:0;s:6:"Button";i:1;s:6:"Button";}i:5;a:2:{i:0;s:23:"https://www.wpastra.com";i:1;s:23:"https://www.wpastra.com";}i:6;a:2:{i:0;s:6:"Log In";i:1;s:6:"Log In";}i:7;a:2:{i:0;s:10:"My Account";i:1;s:10:"My Account";}i:8;a:2:{i:0;s:48:"https://websitedemos.net/wp-preview/wp-login.php";i:1;s:48:"https://websitedemos.net/wp-preview/wp-login.php";}i:9;a:2:{i:0;s:27:"<button>Contact Us</button>";i:1;s:27:"<button>Contact Us</button>";}i:10;a:2:{i:0;s:13:"Related Posts";i:1;s:13:"Related Posts";}i:11;a:2:{i:0;s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";i:1;s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";}i:12;a:2:{i:0;s:25:"ZHONGCAI ASSET MANAGEMENT";i:1;s:18:"中财资产管理";}i:13;a:2:{i:0;s:27:"ZHONGCAI ASSET MANAGEMENT 2";i:1;s:27:"ZHONGCAI ASSET MANAGEMENT 2";}i:14;a:2:{i:0;s:6:"F j, Y";i:1;s:6:"F j, Y";}i:15;a:2:{i:0;s:5:"g:i a";i:1;s:5:"g:i a";}}'),
(3, 9, '_pll_strings_translations', 'a:16:{i:0;a:2:{i:0;s:67:"Copyright [copyright] [current_year] [site_title] | Powered by [BW]";i:1;s:67:"Copyright [copyright] [current_year] [site_title] | Powered by [BW]";}i:1;a:2:{i:0;s:7:"Sign up";i:1;s:7:"Sign up";}i:2;a:2:{i:0;s:22:"<a href="#">Log in</a>";i:1;s:22:"<a href="#">Log in</a>";}i:3;a:2:{i:0;s:22:"Insert HTML text here.";i:1;s:22:"Insert HTML text here.";}i:4;a:2:{i:0;s:6:"Button";i:1;s:6:"Button";}i:5;a:2:{i:0;s:23:"https://www.wpastra.com";i:1;s:23:"https://www.wpastra.com";}i:6;a:2:{i:0;s:6:"Log In";i:1;s:6:"Log In";}i:7;a:2:{i:0;s:10:"My Account";i:1;s:10:"My Account";}i:8;a:2:{i:0;s:48:"https://websitedemos.net/wp-preview/wp-login.php";i:1;s:48:"https://websitedemos.net/wp-preview/wp-login.php";}i:9;a:2:{i:0;s:27:"<button>Contact Us</button>";i:1;s:27:"<button>Contact Us</button>";}i:10;a:2:{i:0;s:13:"Related Posts";i:1;s:13:"Related Posts";}i:11;a:2:{i:0;s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";i:1;s:72:"Copyright &copy; [current_year] [site_title] | Powered by [theme_author]";}i:12;a:2:{i:0;s:25:"ZHONGCAI ASSET MANAGEMENT";i:1;s:25:"ZHONGCAI ASSET MANAGEMENT";}i:13;a:2:{i:0;s:27:"ZHONGCAI ASSET MANAGEMENT 2";i:1;s:27:"ZHONGCAI ASSET MANAGEMENT 2";}i:14;a:2:{i:0;s:6:"F j, Y";i:1;s:6:"F j, Y";}i:15;a:2:{i:0;s:5:"g:i a";i:1;s:5:"g:i a";}}');

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

--
-- Table structure for table `wptd_terms`
--

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

--
-- Dumping data for table `wptd_terms`
--

INSERT INTO `wptd_terms` VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'English', 'en', 0),
(3, 'English', 'pll_en', 0),
(4, 'pll_66650f431ab5a', 'pll_66650f431ab5a', 0),
(5, '简体中文', 'zh', 0),
(6, '简体中文', 'pll_zh', 0),
(7, 'Uncategorized', 'uncategorized-zh', 0),
(9, '繁體中文', 'zh-tw', 0),
(10, '繁體中文', 'pll_zh-tw', 0),
(11, 'Uncategorized', 'uncategorized-zh-tw', 0),
(33, 'pll_66657568cf162', 'pll_66657568cf162', 0),
(15, 'Uncategorized', 'uncategorized-zh-hk', 0),
(19, 'MainMenu', 'mainmenu', 0),
(20, 'astra', 'astra', 0),
(21, 'pll_666540c97a760', 'pll_666540c97a760', 0),
(22, 'MainMenu_CN', 'mainmenu_cn', 0),
(23, 'pll_666558058a9eb', 'pll_666558058a9eb', 0),
(24, 'pll_6665584c5d66a', 'pll_6665584c5d66a', 0),
(25, 'pll_6665587799544', 'pll_6665587799544', 0),
(26, 'pll_666558a8f0289', 'pll_666558a8f0289', 0),
(27, 'pll_666558fa320c9', 'pll_666558fa320c9', 0),
(28, 'pll_66655925226e9', 'pll_66655925226e9', 0),
(29, 'news-en', 'news-en', 0),
(30, 'pll_66655ace17421', 'pll_66655ace17421', 0),
(31, 'news-cn', 'news-cn', 0);

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

--
-- Table structure for table `wptd_term_relationships`
--

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

--
-- Dumping data for table `wptd_term_relationships`
--

INSERT INTO `wptd_term_relationships` VALUES
(1, 1, 0),
(1, 3, 0),
(1, 4, 0),
(7, 6, 0),
(11, 10, 0),
(7, 4, 0),
(8, 2, 0),
(11, 4, 0),
(3, 2, 0),
(2, 2, 0),
(5, 2, 0),
(6, 2, 0),
(1, 2, 0),
(184, 22, 0),
(74, 33, 0),
(177, 33, 0),
(177, 5, 0),
(110, 22, 0),
(96, 19, 0),
(56, 20, 0),
(57, 2, 0),
(63, 2, 0),
(65, 2, 0),
(66, 2, 0),
(68, 2, 0),
(70, 2, 0),
(72, 2, 0),
(74, 2, 0),
(76, 2, 0),
(78, 2, 0),
(80, 5, 0),
(80, 21, 0),
(76, 21, 0),
(234, 22, 0),
(224, 5, 0),
(89, 19, 0),
(91, 19, 0),
(85, 19, 0),
(87, 19, 0),
(86, 19, 0),
(83, 19, 0),
(84, 19, 0),
(88, 19, 0),
(111, 2, 0),
(112, 5, 0),
(112, 23, 0),
(63, 23, 0),
(114, 5, 0),
(114, 24, 0),
(57, 24, 0),
(116, 5, 0),
(116, 25, 0),
(70, 25, 0),
(118, 5, 0),
(118, 26, 0),
(68, 26, 0),
(120, 5, 0),
(120, 27, 0),
(72, 27, 0),
(122, 5, 0),
(122, 28, 0),
(66, 28, 0),
(128, 22, 0),
(129, 22, 0),
(130, 22, 0),
(125, 22, 0),
(126, 22, 0),
(127, 22, 0),
(124, 22, 0),
(146, 31, 0),
(132, 2, 0),
(148, 5, 0),
(133, 2, 0),
(145, 31, 0),
(134, 2, 0),
(135, 2, 0),
(29, 3, 0),
(29, 30, 0),
(31, 6, 0),
(132, 29, 0),
(31, 30, 0),
(133, 29, 0),
(134, 29, 0),
(135, 29, 0),
(147, 31, 0),
(148, 31, 0),
(147, 5, 0),
(146, 5, 0),
(145, 5, 0);

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

--
-- Table structure for table `wptd_term_taxonomy`
--

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

--
-- Dumping data for table `wptd_term_taxonomy`
--

INSERT INTO `wptd_term_taxonomy` VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'language', 'a:3:{s:6:"locale";s:5:"en_US";s:3:"rtl";i:0;s:9:"flag_code";s:2:"us";}', 0, 15),
(3, 3, 'term_language', '', 0, 2),
(4, 4, 'term_translations', 'a:3:{s:2:"en";i:1;s:2:"zh";i:7;s:5:"zh-tw";i:11;}', 0, 4),
(5, 5, 'language', 'a:3:{s:6:"locale";s:5:"zh_CN";s:3:"rtl";i:0;s:9:"flag_code";s:2:"cn";}', 0, 13),
(6, 6, 'term_language', '', 0, 2),
(7, 7, 'category', '', 0, 0),
(9, 9, 'language', 'a:3:{s:6:"locale";s:5:"zh_TW";s:3:"rtl";i:0;s:9:"flag_code";s:2:"tw";}', 0, 0),
(10, 10, 'term_language', '', 0, 1),
(11, 11, 'category', '', 0, 0),
(19, 19, 'nav_menu', '', 0, 9),
(33, 33, 'post_translations', 'a:2:{s:2:"zh";i:177;s:2:"en";i:74;}', 0, 2),
(15, 15, 'category', '', 0, 0),
(20, 20, 'wp_theme', '', 0, 1),
(21, 21, 'post_translations', 'a:2:{s:2:"zh";i:80;s:2:"en";i:76;}', 0, 2),
(22, 22, 'nav_menu', '', 0, 10),
(23, 23, 'post_translations', 'a:2:{s:2:"zh";i:112;s:2:"en";i:63;}', 0, 2),
(24, 24, 'post_translations', 'a:2:{s:2:"zh";i:114;s:2:"en";i:57;}', 0, 2),
(25, 25, 'post_translations', 'a:2:{s:2:"zh";i:116;s:2:"en";i:70;}', 0, 2),
(26, 26, 'post_translations', 'a:2:{s:2:"zh";i:118;s:2:"en";i:68;}', 0, 2),
(27, 27, 'post_translations', 'a:2:{s:2:"zh";i:120;s:2:"en";i:72;}', 0, 2),
(28, 28, 'post_translations', 'a:2:{s:2:"zh";i:122;s:2:"en";i:66;}', 0, 2),
(29, 29, 'category', '', 0, 4),
(30, 30, 'term_translations', 'a:2:{s:2:"en";i:29;s:2:"zh";i:31;}', 0, 2),
(31, 31, 'category', '', 0, 4);

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

--
-- Table structure for table `wptd_usermeta`
--

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

--
-- Dumping data for table `wptd_usermeta`
--

INSERT INTO `wptd_usermeta` VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wptd_capabilities', 'a:1:{s:13:"administrator";b:1;}'),
(13, 1, 'wptd_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '1'),
(16, 1, 'session_tokens', 'a:2:{s:64:"44cbf0e40c08fc00d825ee2022b367643cc61f1c376e2b4a7aff56a89fb5230d";a:4:{s:10:"expiration";i:1718348453;s:2:"ip";s:15:"125.215.204.137";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36";s:5:"login";i:1718175653;}s:64:"cb2bc397316f0bcda067dde265ac40d6d2a32d728bb41c3ec89459c89bef5168";a:4:{s:10:"expiration";i:1718361588;s:2:"ip";s:15:"125.215.204.137";s:2:"ua";s:111:"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/125.0.0.0 Safari/537.36";s:5:"login";i:1718188788;}}'),
(17, 1, 'wptd_dashboard_quick_press_last_post_id', '6'),
(18, 1, 'community-events-location', 'a:1:{s:2:"ip";s:13:"125.215.204.0";}'),
(19, 1, 'wptd_user-settings', 'libraryContent=browse&editor=html&advImgDetails=show'),
(20, 1, 'wptd_user-settings-time', '1718198768'),
(21, 1, 'wptd_persisted_preferences', 'a:2:{s:14:"core/edit-post";a:3:{s:26:"isComplementaryAreaVisible";b:1;s:12:"welcomeGuide";b:0;s:10:"openPanels";a:5:{i:0;s:11:"post-status";i:1;s:23:"taxonomy-panel-category";i:2;s:15:"page-attributes";i:3;s:16:"discussion-panel";i:4;s:14:"featured-image";}}s:9:"_modified";s:24:"2024-06-12T11:11:19.061Z";}'),
(22, 1, 'nav_menu_recently_edited', '22'),
(23, 1, 'managenav-menuscolumnshidden', 'a:1:{i:0;s:11:"link-target";}'),
(26, 1, 'closedpostboxes_page', 'a:0:{}'),
(24, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:"add-post_tag";i:1;s:15:"add-post_format";}'),
(25, 1, 'closedpostboxes_nav-menus', 'a:0:{}'),
(27, 1, 'metaboxhidden_page', 'a:0:{}');

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

--
-- Table structure for table `wptd_users`
--

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

--
-- Dumping data for table `wptd_users`
--

INSERT INTO `wptd_users` VALUES
(1, 'admin', '$P$BVrwFHFNRwrlZIX0dPPc6iBGyeb2uK/', 'admin', 'admin@www2.zhongcai-am.com', 'https://www2.zhongcai-am.com', '2024-06-09 01:51:17', '', 0, 'admin');

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

/*!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 */;
